smith3d / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
95 stars 32 forks source link

[BUG] Aux Leveling doesn't disable mesh leveling #21

Closed eblieb closed 3 years ago

eblieb commented 3 years ago

https://github.com/smith3d/Marlin/blob/bugfix-2.0.x-Smith3D/Marlin/src/lcd/dwin/e3v2/dwin.cpp

After line 2674 the following needs to be added gcode.process_subcommands_now_P("M420 S0");

This is to disable mesh leveling (otherwise the Aux leveling will still use mesh data) since RESTORE_LEVELING_AFTER_G28 is on

smith3d commented 3 years ago

bug has been fixed in the latest alpha version