You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							25 lines
						
					
					
						
							429 B
						
					
					
				
			
		
		
	
	
							25 lines
						
					
					
						
							429 B
						
					
					
				/**
 | 
						|
 * FELIXprinters v2.0/3.0 (RAMPS v1.3) pin assignments
 | 
						|
 */
 | 
						|
 | 
						|
#include "pins_RAMPS_13_EFB.h"
 | 
						|
 | 
						|
#undef HEATER_1_PIN
 | 
						|
#define HEATER_1_PIN        7 // EXTRUDER 2
 | 
						|
 | 
						|
#define DISABLE_MAX_ENDSTOPS
 | 
						|
 | 
						|
#undef SDPOWER
 | 
						|
#define SDPOWER             1
 | 
						|
 | 
						|
#define PS_ON_PIN          12
 | 
						|
 | 
						|
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
 | 
						|
 | 
						|
  #define BLEN_C 2
 | 
						|
  #define BLEN_B 1
 | 
						|
  #define BLEN_A 0
 | 
						|
  #define SD_DETECT_PIN 6
 | 
						|
 | 
						|
#endif // NEWPANEL && ULTRA_LCD
 |