Sfoglia il codice sorgente

Fix parking_extruder_tool_change

Fix #11872
Scott Lahteine 6 anni fa
parent
commit
17494099a9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/src/module/tool_change.cpp

+ 1
- 1
Marlin/src/module/tool_change.cpp Vedi File

@@ -109,7 +109,7 @@
109 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 113
     if (!no_move) {
114 114
 
115 115
       const float parkingposx[] = PARKING_EXTRUDER_PARKING_X,

Loading…
Annulla
Salva