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

@ -111,7 +111,7 @@ void GcodeSuite::M48() {
set_bed_leveling_enabled(false);
#endif
setup_for_endstop_or_probe_move();
remember_feedrate_scaling_off();
float mean = 0.0, sigma = 0.0, min = 99999.9, max = -99999.9, sample_set[n_samples];
@ -256,7 +256,7 @@ void GcodeSuite::M48() {
#endif
}
clean_up_after_endstop_or_probe_move();
restore_feedrate_and_scaling();
// Re-enable bed level correction if it had been on
#if HAS_LEVELING