mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-25 16:47:29 +08:00
Sanity check hotend count
This commit is contained in:
parent
3c2bf05b39
commit
d14f0a2c32
@ -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 New Issue
Block a user