Skip to content

Commit

Permalink
🔧 Remove TVPM warning (#25551)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Mar 25, 2023
1 parent 1b72729 commit de4452f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Marlin/src/inc/Warnings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@
#warning "Warning! Don't use dummy thermistors (998/999) for final build!"
#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)
#warning "Your Configuration provides no method to acquire user feedback!"
#endif
Expand Down

0 comments on commit de4452f

Please sign in to comment.