Переглянути джерело

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

unknown 9 роки тому
джерело
коміт
31656e68bc
1 змінених файлів з 0 додано та 1 видалено
  1. 0
    1
      Marlin/Marlin_main.cpp

+ 0
- 1
Marlin/Marlin_main.cpp Переглянути файл

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?)

Завантаження…
Відмінити
Зберегти