Sanity check PIDTEMPBED plus BED_LIMIT_SWITCHING
This commit is contained in:
parent
8cb04816b5
commit
5955a3063f
3 changed files with 9 additions and 3 deletions
|
|
@ -131,10 +131,16 @@
|
|||
#error You must enable either DISPLAY_CHARSET_HD44780_JAPAN or DISPLAY_CHARSET_HD44780_WESTERN or DISPLAY_CHARSET_HD44780_CYRILLIC for your LCD controller.
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Bed Heating Options - PID vs Limit Switching
|
||||
*/
|
||||
#if ENABLED(PIDTEMPBED) && ENABLED(BED_LIMIT_SWITCHING)
|
||||
#error To use BED_LIMIT_SWITCHING you must disable PIDTEMPBED.
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Mesh Bed Leveling
|
||||
*/
|
||||
|
||||
#if ENABLED(MESH_BED_LEVELING)
|
||||
#if ENABLED(DELTA)
|
||||
#error MESH_BED_LEVELING does not yet support DELTA printers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue