mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-16 22:37:35 +00:00
Sanity check hotend count
This commit is contained in:
parent
4b8df74a9f
commit
8feb69ce5b
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@
|
|||
|
||||
#include "env_validate.h"
|
||||
|
||||
#if HAS_MULTI_HOTEND
|
||||
#error "BOARD_LDO_LEVIATHAN_V1_2 only supports 1 hotend."
|
||||
#endif
|
||||
|
||||
#define BOARD_INFO_NAME "LDO Leviathan V1.2"
|
||||
#define BOARD_WEBSITE_URL "github.com/MotorDynamicsLab/Leviathan"
|
||||
|
||||
|
|
Loading…
Reference in a new issue