Rename some feedrate-oriented functions
This commit is contained in:
@ -261,7 +261,7 @@ void GcodeSuite::G28(const bool always_home_all) {
|
||||
extruder_duplication_enabled = false;
|
||||
#endif
|
||||
|
||||
setup_for_endstop_or_probe_move();
|
||||
remember_feedrate_scaling_off();
|
||||
|
||||
endstops.enable(true); // Enable endstops for next homing move
|
||||
|
||||
@ -427,7 +427,7 @@ void GcodeSuite::G28(const bool always_home_all) {
|
||||
set_bed_leveling_enabled(leveling_was_active);
|
||||
#endif
|
||||
|
||||
clean_up_after_endstop_or_probe_move();
|
||||
restore_feedrate_and_scaling();
|
||||
|
||||
// Restore the active tool after homing
|
||||
#if HOTENDS > 1 && (DISABLED(DELTA) || ENABLED(DELTA_HOME_TO_SAFE_ZONE))
|
||||
|
Reference in New Issue
Block a user