Skip to content

Commit

Permalink
common pins
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed May 22, 2022
1 parent ac065d6 commit 4640dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/

#if HOTENDS > 2 || E_STEPPERS > 2
#error "MKS Robin nano supports up to 2 hotends / E steppers."
#error "MKS Robin nano boards support up to 2 hotends / E steppers."
#endif

#define BOARD_NO_NATIVE_USB
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f4/pins_RUMBA32_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "env_validate.h"

#if HOTENDS > 3 || E_STEPPERS > 3
#error "RUMBA32 supports up to 3 hotends / E steppers."
#error "RUMBA32 boards support up to 3 hotends / E steppers."
#endif

#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
Expand Down

0 comments on commit 4640dfe

Please sign in to comment.