0
0
Fork 0
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:
thisiskeithb 2024-02-21 22:35:25 -08:00
parent 4b8df74a9f
commit 8feb69ce5b
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"