Browse Source

Fix for the PR #4256 (Additional tweaks for HOTENDS == 1)

esenapaj 9 years ago
parent
commit
6af525e252
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/configuration_store.cpp

+ 1
- 1
Marlin/configuration_store.cpp View File

@@ -618,7 +618,7 @@ void Config_ResetDefault() {
618 618
 
619 619
   #if ENABLED(PIDTEMP)
620 620
     #if ENABLED(PID_PARAMS_PER_HOTEND)
621
-      HOTEND_LOOP
621
+      HOTEND_LOOP()
622 622
     #else
623 623
       int e = 0; UNUSED(e); // only need to write once
624 624
     #endif

Loading…
Cancel
Save