Skip to content

Commit de4452f

Browse files
authored
🔧 Remove TVPM warning (#25551)
1 parent 1b72729 commit de4452f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Marlin/src/inc/Warnings.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@
6363
#warning "Warning! Don't use dummy thermistors (998/999) for final build!"
6464
#endif
6565

66-
#if ANY(THERMAL_PROTECTION_HOTENDS, THERMAL_PROTECTION_BED, THERMAL_PROTECTION_CHAMBER, THERMAL_PROTECTION_COOLER) \
67-
&& NONE(THERMAL_PROTECTION_VARIANCE_MONITOR, NO_VARIANCE_MONITOR_WARNING)
68-
#warning "THERMAL_PROTECTION_VARIANCE_MONITOR is recommended. See Configuration_adv.h for details. (Define NO_VARIANCE_MONITOR_WARNING to suppress this.)"
69-
#endif
70-
7166
#if NONE(HAS_RESUME_CONTINUE, HOST_PROMPT_SUPPORT)
7267
#warning "Your Configuration provides no method to acquire user feedback!"
7368
#endif

0 commit comments

Comments
 (0)