Skip to content

Commit

Permalink
🚸 Allow one servo with cutter on RAMPS
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Mar 22, 2022
1 parent 10ce88f commit 2baf49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/ramps/pins_RAMPS.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2baf49a

Please sign in to comment.