瀏覽代碼

🔧 Clean up PTC_PROBE_HEATING_OFFSET

Scott Lahteine 3 年之前
父節點
當前提交
af4c281af5
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      Marlin/Configuration_adv.h

+ 3
- 3
Marlin/Configuration_adv.h 查看文件

@@ -2021,9 +2021,9 @@
2021 2021
     // calibration.
2022 2022
     //#define BTC_PROBE_TEMP    30  // (°C)
2023 2023
 
2024
-    // Height above Z=0.0f to raise the nozzle. Lowering this can help the probe to heat faster.
2025
-    // Note: the Z=0.0f offset is determined by the probe offset which can be set using M851.
2026
-    //#define PTC_PROBE_HEATING_OFFSET 0.5f
2024
+    // Height above Z=0.0 to raise the nozzle. Lowering this can help the probe to heat faster.
2025
+    // Note: the Z=0.0 offset is determined by the probe offset which can be set using M851.
2026
+    //#define PTC_PROBE_HEATING_OFFSET 0.5
2027 2027
 
2028 2028
     // Height to raise the Z-probe between heating and taking the next measurement. Some probes
2029 2029
     // may fail to untrigger if they have been triggered for a long time, which can be solved by

Loading…
取消
儲存