Sanity check hotend count

This commit is contained in:
thisiskeithb 2024-02-21 22:35:25 -08:00
parent 3c2bf05b39
commit d14f0a2c32
No known key found for this signature in database
GPG Key ID: 563DA16B756772CE

View File

@ -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"