Rename some feedrate-oriented functions

This commit is contained in:
Scott Lahteine
2019-09-23 20:58:01 -05:00
parent 938a49f989
commit 5e13fe989f
8 changed files with 20 additions and 16 deletions

View File

@ -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))