IDEX Improvements (#11848)
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu."
|
||||
#endif
|
||||
|
||||
#if E_STEPPERS > 3 || HOTENDS > 3
|
||||
#error "Formbot supports up to 3 hotends / E-steppers. Comment this line to keep going."
|
||||
#if E_STEPPERS > 2 || HOTENDS > 2
|
||||
#error "Formbot supports up to 2 hotends / E-steppers. Comment this line to keep going."
|
||||
#endif
|
||||
|
||||
#define DEFAULT_MACHINE_NAME "Formbot"
|
||||
@@ -143,18 +143,10 @@
|
||||
#define HEATER_BED_PIN 8
|
||||
|
||||
#define FAN_PIN 9
|
||||
#define FAN1_PIN 4
|
||||
//#define FAN1_PIN 4
|
||||
|
||||
|
||||
#if DISABLED(ICSP_PORT_SWITCHES)
|
||||
#define FIL_RUNOUT_PIN 22
|
||||
#define FIL_RUNOUT2_PIN 21
|
||||
#else
|
||||
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
|
||||
#define FIL_RUNOUT_PIN 52
|
||||
#define FIL_RUNOUT2_PIN 50
|
||||
#endif
|
||||
#endif
|
||||
#define FIL_RUNOUT_PIN 23
|
||||
#define FIL_RUNOUT2_PIN 21
|
||||
|
||||
//
|
||||
// Misc. Functions
|
||||
|
||||
Reference in New Issue
Block a user