We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ce88f commit 2baf49aCopy full SHA for 2baf49a
Marlin/src/pins/ramps/pins_RAMPS.h
@@ -270,7 +270,7 @@
270
// M3/M4/M5 - Spindle/Laser Control
271
//
272
#if HAS_CUTTER && !defined(SPINDLE_LASER_ENA_PIN)
273
- #if !NUM_SERVOS // Use servo connector if possible
+ #if NUM_SERVOS < 2 // Use servo connector if possible
274
#define SPINDLE_LASER_ENA_PIN 4 // Pullup or pulldown!
275
#define SPINDLE_LASER_PWM_PIN 6 // Hardware PWM
276
#define SPINDLE_DIR_PIN 5
0 commit comments