Rename some feedrate-oriented functions
This commit is contained in:
@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user