Browse Source

Fix for homing X and Y before raising Z when Z_SAFE_HOMING is set.

unknown 9 years ago
parent
commit
31656e68bc
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/Marlin_main.cpp

+ 0
- 1
Marlin/Marlin_main.cpp View File

2309
         #endif
2309
         #endif
2310
 
2310
 
2311
       #elif defined(Z_RAISE_BEFORE_HOMING) && Z_RAISE_BEFORE_HOMING > 0
2311
       #elif defined(Z_RAISE_BEFORE_HOMING) && Z_RAISE_BEFORE_HOMING > 0
2312
-//      #elif DISABLED(Z_SAFE_HOMING) && defined(Z_RAISE_BEFORE_HOMING) && Z_RAISE_BEFORE_HOMING > 0
2313
 
2312
 
2314
         // Raise Z before homing any other axes
2313
         // Raise Z before homing any other axes
2315
         // (Does this need to be "negative home direction?" Why not just use Z_RAISE_BEFORE_HOMING?)
2314
         // (Does this need to be "negative home direction?" Why not just use Z_RAISE_BEFORE_HOMING?)

Loading…
Cancel
Save