🔧 Clean up PTC_PROBE_HEATING_OFFSET

This commit is contained in:
Scott Lahteine 2021-07-21 00:12:26 -05:00
parent eb3ad3e4fe
commit af4c281af5

View file

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