Fix parking_extruder_tool_change

Fix #11872
2.0.x
Scott Lahteine 6 years ago
parent 140caf99b8
commit 17494099a9

@ -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,

Loading…
Cancel
Save