0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-17 14:50:58 +00:00
Fix for the PR #4256 (Additional tweaks for HOTENDS == 1)
This commit is contained in:
Scott Lahteine 2016-07-11 19:02:45 -07:00 committed by GitHub
commit 44f739a5eb

View file

@ -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