Преглед изворни кода

HOME_BEFORE_FILAMENT_CHANGE on any axis unknown (#17681)

thisiskeithb пре 5 година
родитељ
комит
02a054cda4
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/src/gcode/feature/pause/M600.cpp

+ 1
- 1
Marlin/src/gcode/feature/pause/M600.cpp Прегледај датотеку

@@ -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…
Откажи
Сачувај