🔧 Assert Probe Temp Comp requirements (#24468)

This commit is contained in:
Keith Bennett
2022-07-08 13:30:03 -07:00
committed by GitHub
parent d924d17209
commit 55b8d1b9d3
2 changed files with 36 additions and 34 deletions

View File

@@ -560,16 +560,6 @@
#endif
#endif
// Probe Temperature Compensation
#if !TEMP_SENSOR_PROBE
#undef PTC_PROBE
#endif
#if !TEMP_SENSOR_BED
#undef PTC_BED
#endif
#if !HAS_EXTRUDERS
#undef PTC_HOTEND
#endif
#if ANY(PTC_PROBE, PTC_BED, PTC_HOTEND)
#define HAS_PTC 1
#endif