Consolidate setting of RAMPS High Voltage PWM outputs
This commit is contained in:
@@ -24,12 +24,15 @@
|
||||
* FELIXprinters v2.0/3.0 (RAMPS v1.4) pin assignments
|
||||
*/
|
||||
|
||||
#if HOTENDS > 2
|
||||
#error "Felix 2.0+ supports up to 2 hotends. Comment this line to keep going."
|
||||
#endif
|
||||
|
||||
#define BOARD_NAME "Felix 2.0+"
|
||||
|
||||
#include "pins_RAMPS_14_EFB.h"
|
||||
#define HI_VOLT_PIN_D 7
|
||||
|
||||
#undef HEATER_1_PIN
|
||||
#define HEATER_1_PIN 7 // EXTRUDER 2
|
||||
#include "pins_RAMPS_14_EFB.h"
|
||||
|
||||
#undef SDPOWER
|
||||
#define SDPOWER 1
|
||||
|
Reference in New Issue
Block a user