JoAnn Manges
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/gcode/calibrate/G28.cpp
|
@ -435,7 +435,7 @@ void GcodeSuite::G28() { |
|
|
do_blocking_move_to_z(delta_clip_start_height); |
|
|
do_blocking_move_to_z(delta_clip_start_height); |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
TERN_(RESTORE_LEVELING_AFTER_G28, set_bed_leveling_enabled(leveling_was_active)); |
|
|
TERN_(RESTORE_LEVELING_AFTER_G28, set_bed_leveling_enabled(leveling_restore_state)); |
|
|
|
|
|
|
|
|
restore_feedrate_and_scaling(); |
|
|
restore_feedrate_and_scaling(); |
|
|
|
|
|
|
|
|