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

@ -446,7 +446,7 @@ G29_TYPE GcodeSuite::G29() {
}
#endif
if (!faux) setup_for_endstop_or_probe_move();
if (!faux) remember_feedrate_scaling_off();
#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
@ -980,7 +980,7 @@ G29_TYPE GcodeSuite::G29() {
} // !isnan(measured_z)
// Restore state after probing
if (!faux) clean_up_after_endstop_or_probe_move();
if (!faux) restore_feedrate_and_scaling();
if (DEBUGGING(LEVELING)) DEBUG_ECHOLNPGM("<<< G29");