Browse Source

HOME_BEFORE_FILAMENT_CHANGE on any axis unknown (#17681)

thisiskeithb 5 years ago
parent
commit
02a054cda4
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/feature/pause/M600.cpp

+ 1
- 1
Marlin/src/gcode/feature/pause/M600.cpp View File

97
 
97
 
98
   #if ENABLED(HOME_BEFORE_FILAMENT_CHANGE)
98
   #if ENABLED(HOME_BEFORE_FILAMENT_CHANGE)
99
     // Don't allow filament change without homing first
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
   #endif
101
   #endif
102
 
102
 
103
   #if EXTRUDERS > 1
103
   #if EXTRUDERS > 1

Loading…
Cancel
Save