Fix for the PR #4256 (Additional tweaks for HOTENDS == 1)
This commit is contained in:
parent
6121c9018a
commit
6af525e252
|
@ -618,7 +618,7 @@ void Config_ResetDefault() {
|
|||
|
||||
#if ENABLED(PIDTEMP)
|
||||
#if ENABLED(PID_PARAMS_PER_HOTEND)
|
||||
HOTEND_LOOP
|
||||
HOTEND_LOOP()
|
||||
#else
|
||||
int e = 0; UNUSED(e); // only need to write once
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue