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
 
618
 
619
   #if ENABLED(PIDTEMP)
619
   #if ENABLED(PIDTEMP)
620
     #if ENABLED(PID_PARAMS_PER_HOTEND)
620
     #if ENABLED(PID_PARAMS_PER_HOTEND)
621
-      HOTEND_LOOP
621
+      HOTEND_LOOP()
622
     #else
622
     #else
623
       int e = 0; UNUSED(e); // only need to write once
623
       int e = 0; UNUSED(e); // only need to write once
624
     #endif
624
     #endif

Loading…
Cancel
Save