Fix call to uninitialized PWM pin, heater 2 overlap (#13674)
This commit is contained in:
committed by
Scott Lahteine
parent
6a71df2925
commit
aa0f7afbe6
@ -143,7 +143,7 @@
|
||||
#define LED_PIN 13
|
||||
#endif
|
||||
|
||||
#define SPINDLE_LASER_PWM_PIN 7 // MUST BE HARDWARE PWM
|
||||
#define SPINDLE_LASER_PWM_PIN -1 // MUST BE HARDWARE PWM
|
||||
#define SPINDLE_LASER_ENA_PIN 4 // Pin should have a pullup!
|
||||
|
||||
// Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
|
||||
|
Reference in New Issue
Block a user