Sfoglia il codice sorgente

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

Fix for the PR #4256 (Additional tweaks for HOTENDS == 1)
Scott Lahteine 9 anni fa
parent
commit
44f739a5eb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/configuration_store.cpp

+ 1
- 1
Marlin/configuration_store.cpp Vedi 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…
Annulla
Salva