|
|
|
@ -10,13 +10,18 @@
|
|
|
|
|
#define BOARD_CHEAPTRONIC 2 // Cheaptronic v1.0
|
|
|
|
|
#define BOARD_SETHI 20 // Sethi 3D_1
|
|
|
|
|
#define BOARD_RAMPS_OLD 3 // MEGA/RAMPS up to 1.2
|
|
|
|
|
#define BOARD_RAMPS_13_EFB 33 // RAMPS 1.3 / 1.4 (Power outputs: Extruder, Fan, Bed)
|
|
|
|
|
#define BOARD_RAMPS_13_EEB 34 // RAMPS 1.3 / 1.4 (Power outputs: Extruder0, Extruder1, Bed)
|
|
|
|
|
#define BOARD_RAMPS_13_EFF 35 // RAMPS 1.3 / 1.4 (Power outputs: Extruder, Fan, Fan)
|
|
|
|
|
#define BOARD_RAMPS_13_EEF 36 // RAMPS 1.3 / 1.4 (Power outputs: Extruder0, Extruder1, Fan)
|
|
|
|
|
#define BOARD_RAMPS_13_SF 38 // RAMPS 1.3 / 1.4 (Power outputs: Spindle, Controller Fan)
|
|
|
|
|
#define BOARD_RAMPS_13_EFB 33 // RAMPS 1.3 (Power outputs: Extruder, Fan, Bed)
|
|
|
|
|
#define BOARD_RAMPS_13_EEB 34 // RAMPS 1.3 (Power outputs: Extruder0, Extruder1, Bed)
|
|
|
|
|
#define BOARD_RAMPS_13_EFF 35 // RAMPS 1.3 (Power outputs: Extruder, Fan, Fan)
|
|
|
|
|
#define BOARD_RAMPS_13_EEF 36 // RAMPS 1.3 (Power outputs: Extruder0, Extruder1, Fan)
|
|
|
|
|
#define BOARD_RAMPS_13_SF 38 // RAMPS 1.3 (Power outputs: Spindle, Controller Fan)
|
|
|
|
|
#define BOARD_FELIX2 37 // Felix 2.0+ Electronics Board (RAMPS like)
|
|
|
|
|
#define BOARD_RIGIDBOARD 42 // Invent-A-Part RigidBoard
|
|
|
|
|
#define BOARD_RAMPS_14_EFB 43 // RAMPS 1.4 (Power outputs: Extruder, Fan, Bed)
|
|
|
|
|
#define BOARD_RAMPS_14_EEB 44 // RAMPS 1.4 (Power outputs: Extruder0, Extruder1, Bed)
|
|
|
|
|
#define BOARD_RAMPS_14_EFF 45 // RAMPS 1.4 (Power outputs: Extruder, Fan, Fan)
|
|
|
|
|
#define BOARD_RAMPS_14_EEF 46 // RAMPS 1.4 (Power outputs: Extruder0, Extruder1, Fan)
|
|
|
|
|
#define BOARD_RAMPS_14_SF 48 // RAMPS 1.4 (Power outputs: Spindle, Controller Fan)
|
|
|
|
|
#define BOARD_GEN6 5 // Gen6
|
|
|
|
|
#define BOARD_GEN6_DELUXE 51 // Gen6 deluxe
|
|
|
|
|
#define BOARD_SANGUINOLOLU_11 6 // Sanguinololu < 1.2
|
|
|
|
|