Browse Source

Fix parking_extruder_tool_change

Fix #11872
pull/1/head
Scott Lahteine 6 years ago
parent
commit
17494099a9
  1. 2
      Marlin/src/module/tool_change.cpp

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

Loading…
Cancel
Save