jneilliii / OctoPrint-BedLevelVisualizer

MIT License
371 stars 82 forks source link

Making sure bed leveling is OFF before probing #534

Closed 459below closed 2 years ago

459below commented 2 years ago

When using one of these:

//#define RESTORE_LEVELING_AFTER_G28 //#define ENABLE_LEVELING_AFTER_G28

The bed leveling corrections could be turned on after G28. I have it set for my compile of Marlin 2 and in my tests it seems, that this could throw off all measurements. I think mainly because of Z-Code offset being considered while probing.

Do you think it makes sense?

G29 still always sets bed leveling to ON.