diff --git a/Marlin/src/module/tool_change.cpp b/Marlin/src/module/tool_change.cpp index a1e6f3c17c..3b66da2217 100644 --- a/Marlin/src/module/tool_change.cpp +++ b/Marlin/src/module/tool_change.cpp @@ -109,7 +109,7 @@ #endif } - inline void parking_extruder_tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool no_move/*=false*/) { + inline void parking_extruder_tool_change(const uint8_t tmp_extruder, bool no_move) { if (!no_move) { const float parkingposx[] = PARKING_EXTRUDER_PARKING_X,