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

@@ -109,7 +109,7 @@ void GcodeSuite::G38(const int8_t subcode) {
// Get X Y Z E F
get_destination_from_command();
setup_for_endstop_or_probe_move();
remember_feedrate_scaling_off();
const bool error_on_fail =
#if ENABLED(G38_PROBE_AWAY)
@@ -128,7 +128,7 @@ void GcodeSuite::G38(const int8_t subcode) {
break;
}
clean_up_after_endstop_or_probe_move();
restore_feedrate_and_scaling();
}
#endif // G38_PROBE_TARGET