Update pins comments
This commit is contained in:
		@@ -26,7 +26,7 @@
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef __AVR_ATmega2560__
 | 
					#ifndef __AVR_ATmega2560__
 | 
				
			||||||
  #error "Oops!  Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu."
 | 
					  #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define BOARD_NAME           "Wanhao i3 Mini 0ne+"
 | 
					#define BOARD_NAME           "Wanhao i3 Mini 0ne+"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -30,7 +30,7 @@
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if HOTENDS > 3 || E_STEPPERS > 3
 | 
					#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
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define BOARD_NAME           "Formbot Raptor"
 | 
					#define BOARD_NAME           "Formbot Raptor"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -30,7 +30,7 @@
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if HOTENDS > 2 || E_STEPPERS > 2
 | 
					#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
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define BOARD_NAME           "Formbot"
 | 
					#define BOARD_NAME           "Formbot"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -30,7 +30,7 @@
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if HOTENDS > 2 || E_STEPPERS > 2
 | 
					#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
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define BOARD_NAME           "Formbot"
 | 
					#define BOARD_NAME           "Formbot"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user