Merge pull request #67 from rotorit/master
use the fan pin to power the hot end heater on the crappy techzone monotronics
This commit is contained in:
commit
6ea7243775
1 changed files with 4 additions and 4 deletions
|
|
@ -303,14 +303,14 @@
|
|||
#define E_STEP_PIN 12
|
||||
#define E_DIR_PIN 17
|
||||
#define E_ENABLE_PIN 3
|
||||
#define HEATER_0_PIN 11
|
||||
#define HEATER_0_PIN 16
|
||||
#define TEMP_0_PIN 0
|
||||
|
||||
#define FAN_PIN 16
|
||||
#define FAN_PIN -1
|
||||
|
||||
//bed pins
|
||||
#define HEATER_1_PIN 11
|
||||
#define TEMP_1_PIN 10
|
||||
#define HEATER_1_PIN -1
|
||||
#define TEMP_1_PIN -1
|
||||
|
||||
|
||||
#define SDSS -1
|
||||
|
|
|
|||
Loading…
Reference in a new issue