Fix spacing in some conditional blocks
This commit is contained in:
parent
109628a77e
commit
962120d1d2
1 changed files with 10 additions and 9 deletions
|
@ -4009,6 +4009,7 @@ inline void gcode_M111() {
|
|||
SERIAL_ECHOLNPGM(MSG_DEBUG_DRYRUN);
|
||||
disable_all_heaters();
|
||||
}
|
||||
|
||||
#if ENABLED(DEBUG_LEVELING_FEATURE)
|
||||
if (marlin_debug_flags & DEBUG_LEVELING) {
|
||||
SERIAL_ECHO_START;
|
||||
|
|
Loading…
Reference in a new issue