Ver código fonte

Merge pull request #4049 from esenapaj/Fix-for-the-PR-#4023

Fix for the PR #4023(Add macros to move servos)
Scott Lahteine 8 anos atrás
pai
commit
8c7babb70f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp Ver arquivo

@@ -1840,7 +1840,7 @@ static void setup_for_endstop_move() {
1840 1840
     #if ENABLED(HAS_SERVO_ENDSTOPS)
1841 1841
 
1842 1842
       // Engage Z Servo endstop if enabled
1843
-      if (SERVO_ENDSTOP_EXISTS(Z_AXIS)
1843
+      if (SERVO_ENDSTOP_EXISTS(Z_AXIS))
1844 1844
         DEPLOY_SERVO_ENDSTOP(Z_AXIS);
1845 1845
 
1846 1846
     #elif ENABLED(Z_PROBE_ALLEN_KEY)

Carregando…
Cancelar
Salvar