mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-28 14:24:34 +00:00
🔧 Remove TVPM warning (#25551)
This commit is contained in:
parent
1b72729698
commit
de4452fda6
@ -63,11 +63,6 @@
|
|||||||
#warning "Warning! Don't use dummy thermistors (998/999) for final build!"
|
#warning "Warning! Don't use dummy thermistors (998/999) for final build!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ANY(THERMAL_PROTECTION_HOTENDS, THERMAL_PROTECTION_BED, THERMAL_PROTECTION_CHAMBER, THERMAL_PROTECTION_COOLER) \
|
|
||||||
&& NONE(THERMAL_PROTECTION_VARIANCE_MONITOR, NO_VARIANCE_MONITOR_WARNING)
|
|
||||||
#warning "THERMAL_PROTECTION_VARIANCE_MONITOR is recommended. See Configuration_adv.h for details. (Define NO_VARIANCE_MONITOR_WARNING to suppress this.)"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if NONE(HAS_RESUME_CONTINUE, HOST_PROMPT_SUPPORT)
|
#if NONE(HAS_RESUME_CONTINUE, HOST_PROMPT_SUPPORT)
|
||||||
#warning "Your Configuration provides no method to acquire user feedback!"
|
#warning "Your Configuration provides no method to acquire user feedback!"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user