Update pins comments

This commit is contained in:
Scott Lahteine
2019-07-14 15:18:58 -05:00
parent 1204f2fca8
commit 77b4f23edc
4 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@
#endif
#if HOTENDS > 3 || E_STEPPERS > 3
#error "Formbot supports up to 3 hotends / E-steppers. Comment this line to keep going."
#error "Formbot supports up to 3 hotends / E-steppers. Comment out this line to continue."
#endif
#define BOARD_NAME "Formbot Raptor"

View File

@ -30,7 +30,7 @@
#endif
#if HOTENDS > 2 || E_STEPPERS > 2
#error "Formbot supports up to 2 hotends / E-steppers. Comment this line to keep going."
#error "Formbot supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif
#define BOARD_NAME "Formbot"

View File

@ -30,7 +30,7 @@
#endif
#if HOTENDS > 2 || E_STEPPERS > 2
#error "Formbot supports up to 2 hotends / E-steppers. Comment this line to keep going."
#error "Formbot supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif
#define BOARD_NAME "Formbot"