🚸 Allow one servo with cutter on RAMPS

This commit is contained in:
Scott Lahteine 2022-03-22 15:30:29 -05:00 committed by Scott Lahteine
parent 05dea4e30a
commit 5dae8a6734

View File

@ -270,7 +270,7 @@
// M3/M4/M5 - Spindle/Laser Control
//
#if HAS_CUTTER && !defined(SPINDLE_LASER_ENA_PIN)
#if !NUM_SERVOS // Use servo connector if possible
#if NUM_SERVOS < 2 // Use servo connector if possible
#define SPINDLE_LASER_ENA_PIN 4 // Pullup or pulldown!
#define SPINDLE_LASER_PWM_PIN 6 // Hardware PWM
#define SPINDLE_DIR_PIN 5