Tronxy v10 (#24787)

This commit is contained in:
ellensp
2022-10-18 16:41:41 +13:00
committed by GitHub
parent 4e1e82b122
commit 1aa0ece8a4
13 changed files with 1970 additions and 1 deletions

View File

@@ -24,6 +24,10 @@
#define ALLOW_STM32DUINO
#include "env_validate.h"
#if HOTENDS > 1 || E_STEPPERS > 1
#error "TH3D EZBoard only supports 1 hotend / E stepper."
#endif
#define BOARD_INFO_NAME "TH3D EZBoard V2"
#define BOARD_WEBSITE_URL "th3dstudio.com"