STATUS_HEAT_POWER (#25268)

This commit is contained in:
Dmitry Pogrebnyak
2023-08-04 22:59:17 +03:00
committed by GitHub
parent 87231b625f
commit 4e31fa66e2
3 changed files with 51 additions and 30 deletions

View File

@@ -404,6 +404,10 @@ static_assert(COUNT(arm) == LOGICAL_AXES, "AXIS_RELATIVE_MODES must contain " _L
#error "CUSTOM_STATUS_SCREEN_IMAGE requires a 128x64 DOGM B/W Graphical LCD."
#endif
#if ALL(STATUS_HEAT_PERCENT, STATUS_HEAT_POWER)
#error "Only enable STATUS_HEAT_PERCENT or STATUS_HEAT_POWER, but not both."
#endif
/**
* LCD Lightweight Screen Style
*/