Set the defaults for the heart of the sun...uhm, set default board to 33
This commit is contained in:
parent
2d498da2c1
commit
0c36faa803
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
//// The following define selects which electronics board you have. Please choose the one that matches your setup
|
||||
// MEGA/RAMPS up to 1.2 = 3,
|
||||
// RAMPS 1.3 = 33
|
||||
// RAMPS 1.3/1.4 = 33
|
||||
// Gen6 = 5,
|
||||
// Sanguinololu up to 1.1 = 6
|
||||
// Sanguinololu 1.2 and above = 62
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
// Gen 3 Plus = 21
|
||||
// gen 3 Monolithic Electronics = 22
|
||||
// Gen3 PLUS for TechZone Gen3 Remix Motherboard = 23
|
||||
#define MOTHERBOARD 3
|
||||
#define MOTHERBOARD 33
|
||||
|
||||
//// Thermistor settings:
|
||||
// 1 is 100k thermistor
|
||||
|
|
|
|||
Loading…
Reference in a new issue