What's new
VORON Design

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!

BTT Eddy paper test won't work more than once

Brand new 2.4 build with a BTT Eddy probe. Everything sort of worked initially, but when I tried to redo the "paper test" the command won't bring up the adjustment screen.
I don't seem to find this problem on the BTT site. Using the PROBE_EDDY_CURRENT_CALIBRATE_AUTO command. Any ideas?
 
I couldn't get anything to work, so I removed and reinstalled everything. Seems to "work" now, but my homing is inconsistent, so I'm going to a manual z endstop.
 
I had the same problem. The fix is to identify your z offset amt and add it to your start macro like this:

//start print
SET_GCODE_OFFSET Z=-0.6 #adjust value to your liking to drop your z-offset height a little more

// cancel + end print
SET_GCODE_OFFSET Z=0 #//start print
SET_GCODE_OFFSET Z=-0.6 #adjust value to your liking to drop your z-offset height a little more

// cancel + end print
SET_GCODE_OFFSET Z=0 #
 
Top