Merge branch 'Development' into fixup_ramps_boards
- Also apply cleanup for #1514
This commit is contained in:
parent
08c236059e
commit
7891eacf21
8 changed files with 44 additions and 39 deletions
11
Marlin/pins_BAM_DICE_DUE.h
Normal file
11
Marlin/pins_BAM_DICE_DUE.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* BAM&DICE Due (Arduino Mega) pin assignments
|
||||
*/
|
||||
|
||||
#include "pins_RAMPS_13.h"
|
||||
|
||||
#define FAN_PIN 9 // (Sprinter config)
|
||||
#define HEATER_1_PIN -1
|
||||
|
||||
#define TEMP_0_PIN 9 // ANALOG NUMBERING
|
||||
#define TEMP_1_PIN 11 // ANALOG NUMBERING
|
||||
Loading…
Add table
Add a link
Reference in a new issue