Browse Source

Fix formatting, order for a UBL change

Scott Lahteine 8 years ago
parent
commit
9b5fd9522e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Marlin_main.cpp

+ 2
- 2
Marlin/Marlin_main.cpp View File

@@ -3639,11 +3639,11 @@ inline void gcode_G28() {
3639 3639
     do_blocking_move_to_z(delta_clip_start_height);
3640 3640
   #endif
3641 3641
 
3642
-  // Enable mesh leveling again
3643 3642
   #if ENABLED(AUTO_BED_LEVELING_UBL)
3644
-      set_bed_leveling_enabled(bed_leveling_state_at_entry);
3643
+    set_bed_leveling_enabled(bed_leveling_state_at_entry);
3645 3644
   #endif
3646 3645
 
3646
+  // Enable mesh leveling again
3647 3647
   #if ENABLED(MESH_BED_LEVELING)
3648 3648
     if (mbl.reactivate()) {
3649 3649
       set_bed_leveling_enabled(true);

Loading…
Cancel
Save