Fix formatting, order for a UBL change
This commit is contained in:
parent
f0ef8a1cbd
commit
9b5fd9522e
@ -3639,11 +3639,11 @@ inline void gcode_G28() {
|
|||||||
do_blocking_move_to_z(delta_clip_start_height);
|
do_blocking_move_to_z(delta_clip_start_height);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enable mesh leveling again
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
||||||
set_bed_leveling_enabled(bed_leveling_state_at_entry);
|
set_bed_leveling_enabled(bed_leveling_state_at_entry);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Enable mesh leveling again
|
||||||
#if ENABLED(MESH_BED_LEVELING)
|
#if ENABLED(MESH_BED_LEVELING)
|
||||||
if (mbl.reactivate()) {
|
if (mbl.reactivate()) {
|
||||||
set_bed_leveling_enabled(true);
|
set_bed_leveling_enabled(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user