Browse Source

Merge pull request #4273 from esenapaj/Fix-for-the-PR-#4256

Fix for the PR #4256 (Additional tweaks for HOTENDS == 1)
pull/1/head
Scott Lahteine 8 years ago
committed by GitHub
parent
commit
44f739a5eb
  1. 2
      Marlin/configuration_store.cpp

2
Marlin/configuration_store.cpp

@ -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…
Cancel
Save