Closed renzaaa closed 8 years ago
The Z_PROBE_*_HEIGHT
settings specify the distance from the nozzle to the bed during these procedures. With your Z_PROBE_OFFSET_FROM_EXTRUDER
being -20.7
, your nozzle is already more than 2cm above the bed. If you want to raise the nozzle 5mm higher after probing, your Z_PROBE_TRAVEL_HEIGHT
should be at least 25.7. Integers are preferred, so set it to 26.
@AnHardt This is the kind of confusion I was trying to mitigate by specifying these values as being over and above the probe distance. Unfortunately, because the Z_PROBE_OFFSET_FROM_EXTRUDER
cannot always be an integer, we can't check for this kind of mistake at compile-time. But perhaps we can add code to setup()
that will put up a kill screen for tests like these, then the printer cannot even be used until the configuration is fixed.
Working,.. Thanks!
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hello. After G29 command not working raise between probing points. I don't understand why or what wrong I do? Marlin 1.1.0-RC7
This is my configuration.h:
``` cpp #include