Просмотр исходного кода

Make Allen Key Probe stow

by switching off the tests for the probe before the stow move.
AnHardt 8 лет назад
Родитель
Сommit
f37e8a31d7
1 измененных файлов: 2 добавлений и 0 удалений
  1. 2
    0
      Marlin/Marlin_main.cpp

+ 2
- 0
Marlin/Marlin_main.cpp Просмотреть файл

@@ -2068,6 +2068,8 @@ static void clean_up_after_endstop_or_probe_move() {
2068 2068
                                                    // Would a goto be less ugly?
2069 2069
       //while (!_TRIGGERED_WHEN_STOWED_TEST) { idle(); // would offer the opportunity
2070 2070
       // for a triggered when stowed manual probe.
2071
+      if(!deploy) endstops.enable_z_probe( deploy ); // Switch off triggered when stowed probes early
2072
+                                                     // Else a Allen-Key probe can't be stowed.
2071 2073
     #endif
2072 2074
 
2073 2075
     #if ENABLED(Z_PROBE_SLED)

Загрузка…
Отмена
Сохранить