Skip to content

Commit

Permalink
Sanity check extruder/hotend count
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Apr 26, 2024
1 parent fda99f5 commit fa6da8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Marlin/src/pins/stm32f4/pins_MELLOW_FLY_E3_PRO_V3.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@

#include "env_validate.h"

#if EXTRUDERS > 2 || E_STEPPERS > 2
#error "Fly E3 Pro V3 only supports up to 2 E steppers."
#elif HOTENDS > 2
#error "Fly E3 Pro V3 only supports up to 2 hotends."
#endif

#define BOARD_INFO_NAME "Fly E3 Pro V3"
#define BOARD_WEBSITE_URL "github.com/Mellow-3D/Fly-E3-Pro-v3"

Expand Down

0 comments on commit fa6da8c

Please sign in to comment.