Selaa lähdekoodia

HOME_BEFORE_FILAMENT_CHANGE on any axis unknown (#17681)

thisiskeithb 5 vuotta sitten
vanhempi
commit
02a054cda4
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      Marlin/src/gcode/feature/pause/M600.cpp

+ 1
- 1
Marlin/src/gcode/feature/pause/M600.cpp Näytä tiedosto

@@ -97,7 +97,7 @@ void GcodeSuite::M600() {
97 97
 
98 98
   #if ENABLED(HOME_BEFORE_FILAMENT_CHANGE)
99 99
     // Don't allow filament change without homing first
100
-    if (axes_need_homing()) home_all_axes();
100
+    if (!all_axes_known()) home_all_axes();
101 101
   #endif
102 102
 
103 103
   #if EXTRUDERS > 1

Loading…
Peruuta
Tallenna