瀏覽代碼

Documentation

3d-gussner 3 年之前
父節點
當前提交
ede3f34051
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Firmware/Marlin_main.cpp

+ 1 - 2
Firmware/Marlin_main.cpp

@@ -6534,9 +6534,8 @@ Sigma_Exit:
         }
         if (code_seen('C')){
             autoReportFeatures.SetMask(code_value());
-            //arFunctionsActive.bits.ar_temp_active = 1; //auto-report temperatures always on
         } else{
-            autoReportFeatures.SetMask(1);
+            autoReportFeatures.SetMask(1); //Backwards compability to host systems like Octoprint to send only temp if paramerter `C`isn't used
         }
    }
     break;