Implementation changes to support 5 extruders
This commit is contained in:
parent
04050237f0
commit
832064e4f2
6 changed files with 389 additions and 259 deletions
|
|
@ -174,7 +174,7 @@ class Temperature {
|
|||
static millis_t next_bed_check_ms;
|
||||
#endif
|
||||
|
||||
static unsigned long raw_temp_value[4],
|
||||
static unsigned long raw_temp_value[MAX_EXTRUDERS],
|
||||
raw_temp_bed_value;
|
||||
|
||||
// Init min and max temp with extreme values to prevent false errors during startup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue