Skip to content

Commit

Permalink
Revert M420 state after G28
Browse files Browse the repository at this point in the history
As a possible fix for the bug with Cura's end Gcode as described in 
issue MarlinFirmware#7, I changed the leveling state to be disabled after homing since 
Cura uses X homing in their end Gcode.
  • Loading branch information
davidramiro authored and Christoph-D committed Jun 1, 2020
1 parent ff04d26 commit 0811c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@
* Normally G28 leaves leveling disabled on completion. Enable
* this option to have G28 restore the prior leveling state.
*/
#define RESTORE_LEVELING_AFTER_G28
//#define RESTORE_LEVELING_AFTER_G28

/**
* Enable detailed logging of G28, G29, M48, etc.
Expand Down

0 comments on commit 0811c3a

Please sign in to comment.