Selaa lähdekoodia

Fix parking_extruder_tool_change

Fix #11872
Scott Lahteine 6 vuotta sitten
vanhempi
commit
17494099a9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      Marlin/src/module/tool_change.cpp

+ 1
- 1
Marlin/src/module/tool_change.cpp Näytä tiedosto

109
     #endif
109
     #endif
110
   }
110
   }
111
 
111
 
112
-  inline void parking_extruder_tool_change(const uint8_t tmp_extruder, const float fr_mm_s/*=0.0*/, bool no_move/*=false*/) {
112
+  inline void parking_extruder_tool_change(const uint8_t tmp_extruder, bool no_move) {
113
     if (!no_move) {
113
     if (!no_move) {
114
 
114
 
115
       const float parkingposx[] = PARKING_EXTRUDER_PARKING_X,
115
       const float parkingposx[] = PARKING_EXTRUDER_PARKING_X,

Loading…
Peruuta
Tallenna