瀏覽代碼

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

Fix for the PR #4256 (Additional tweaks for HOTENDS == 1)
Scott Lahteine 9 年之前
父節點
當前提交
44f739a5eb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/configuration_store.cpp

+ 1
- 1
Marlin/configuration_store.cpp 查看文件

@@ -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…
取消
儲存