Page 1 of 1

Upgraded max v3 to 3.2 question on command

Posted: Tue May 15, 2018 7:59 pm
by 4lathe
M270 is used in several files to define the new probe. This command does not shiw up in the duet wiki. What’s the story?

Re: Upgraded max v3 to 3.2 question on command

Posted: Wed May 16, 2018 9:25 am
by geneb
It controls the double-tapping behavior.

g.

Re: Upgraded max v3 to 3.2 question on command

Posted: Wed May 16, 2018 1:42 pm
by 4lathe
But where is the syntax. Its not in the wiki?

Re: Upgraded max v3 to 3.2 question on command

Posted: Thu May 17, 2018 9:00 am
by geneb
FYI, M270 was pretty short lived and isn't in the production firmware any longer.
I would grab the latest firmware & configuration files from the SeeMeCNC git repo, here: https://github.com/seemecnc/RostockMaxV3.2

g.

Re: Upgraded max v3 to 3.2 question on command

Posted: Fri May 18, 2018 3:40 am
by 4lathe
Thx Gene. I followed the link In the upgrade wiki. Guess it was old.
The reason I was struggling with it was that although auti calibrate works fine, when i run mesh comp, it fals with”z probe akready triggered” after the 1st point is probed. I reduced the radius to 120 to see if it would help but it didn't. Not sure where to look.

Re: Upgraded max v3 to 3.2 question on command

Posted: Fri May 18, 2018 7:49 am
by geneb
That problem is caused by the first probe script not turning the bed off. The new version on github shouldn't have that problem.

The reason it's a big deal is that the bed throws off a lot of EMI at close range and it makes the little microcontroller on the SE300 board go nuts. If you pay close attention, you can see the blue "hit" light flashing in sync with the red power LED on the heated bed. This isn't a problem during printing, but it plays merry hell with everything during calibration. :)

I didn't know about this issue until it bit me and I didn't get it figured out until I brought in the Big Guns. ;)

g.

Re: Upgraded max v3 to 3.2 question on command

Posted: Fri May 18, 2018 11:55 am
by 4lathe
I noticed the flashing and figured that was happening so I turned off hotend fan and hot end and bed. Still same behavior though.