Feature: Add RAMPS CNC Controller Board
Created a new board to make using RAMPS as a CNC machine controller easier. It maps pin 8 to the spindle and pin 9 to the controller fan.
This commit is contained in:
parent
7a1aef1450
commit
4c3736ed43
3 changed files with 6 additions and 4 deletions
|
|
@ -14,6 +14,7 @@
|
|||
#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_FELIX2 37 // Felix 2.0+ Electronics Board (RAMPS like)
|
||||
#define BOARD_DUEMILANOVE_328P 4 // Duemilanove w/ ATMega328P pin assignments
|
||||
#define BOARD_GEN6 5 // Gen6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue