Merge pull request #6264 from thinkyhead/rc_five_extruders
Support up to 5 extruders in Marlin
This commit is contained in:
commit
f8408036f2
68 changed files with 642 additions and 314 deletions
|
|
@ -221,6 +221,7 @@
|
|||
#define E1_AUTO_FAN_PIN -1
|
||||
#define E2_AUTO_FAN_PIN -1
|
||||
#define E3_AUTO_FAN_PIN -1
|
||||
#define E4_AUTO_FAN_PIN -1
|
||||
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
|
||||
#define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue