Преглед изворни кода

Deactivate DEACTIVATE_SERVOS_AFTER_MOVE by default

AnHardt пре 9 година
родитељ
комит
5243d8b523
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h Прегледај датотеку

@@ -772,7 +772,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic
772 772
 // If your servo does not reach the requested position, enlarge the time.
773 773
 // You MUST HAVE the SERVO_ENDSTOPS defined to use here a value higher than zero otherwise your code will not compile.
774 774
 //
775
-#define DEACTIVATE_SERVOS_AFTER_MOVE
775
+//#define DEACTIVATE_SERVOS_AFTER_MOVE
776 776
 
777 777
 #ifdef DEACTIVATE_SERVOS_AFTER_MOVE
778 778
   #define SERVO_DEACTIVATION_DELAY 300

Loading…
Откажи
Сачувај