Pins, comment cleanup
This commit is contained in:
@ -40,7 +40,6 @@
|
||||
//
|
||||
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
|
||||
//
|
||||
|
||||
#define DISABLE_DEBUG
|
||||
|
||||
//
|
||||
@ -59,6 +58,11 @@
|
||||
//
|
||||
#define SPI_DEVICE 2
|
||||
|
||||
//
|
||||
// Servos
|
||||
//
|
||||
#define SERVO0_PIN PA8 // Enable BLTOUCH
|
||||
|
||||
//
|
||||
// Limit Switches
|
||||
//
|
||||
@ -155,7 +159,7 @@
|
||||
|
||||
// Reduce baud rate to improve software serial reliability
|
||||
#define TMC_BAUD_RATE 19200
|
||||
#endif // TMC2208 || TMC2209
|
||||
#endif // HAS_TMC_UART
|
||||
|
||||
//
|
||||
// Temperature Sensors
|
||||
@ -200,8 +204,6 @@
|
||||
#define FIL_RUNOUT_PIN PA4
|
||||
#endif
|
||||
|
||||
#define SERVO0_PIN PA8 // Enable BLTOUCH
|
||||
|
||||
//#define LED_PIN PB2
|
||||
|
||||
//
|
||||
|
@ -56,6 +56,11 @@
|
||||
|
||||
#define SPI_DEVICE 2
|
||||
|
||||
//
|
||||
// Servos
|
||||
//
|
||||
#define SERVO0_PIN PA8 // Enable BLTOUCH
|
||||
|
||||
//
|
||||
// Limit Switches
|
||||
//
|
||||
@ -148,8 +153,6 @@
|
||||
#define FIL_RUNOUT2_PIN PE6
|
||||
#endif
|
||||
|
||||
#define SERVO0_PIN PA8 // Enable BLTOUCH support
|
||||
|
||||
//#define LED_PIN PB2
|
||||
|
||||
//
|
||||
|
@ -43,7 +43,6 @@
|
||||
//
|
||||
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
|
||||
//
|
||||
|
||||
#define DISABLE_DEBUG
|
||||
|
||||
//
|
||||
@ -62,6 +61,11 @@
|
||||
//
|
||||
#define SPI_DEVICE 2
|
||||
|
||||
//
|
||||
// Servos
|
||||
//
|
||||
#define SERVO0_PIN PA8 // Enable BLTOUCH
|
||||
|
||||
//
|
||||
// Limit Switches
|
||||
//
|
||||
@ -163,7 +167,7 @@
|
||||
|
||||
// Reduce baud rate to improve software serial reliability
|
||||
#define TMC_BAUD_RATE 19200
|
||||
#endif // TMC2208 || TMC2209
|
||||
#endif // HAS_TMC_UART
|
||||
|
||||
//
|
||||
// Temperature Sensors
|
||||
@ -218,8 +222,6 @@
|
||||
#define FIL_RUNOUT2_PIN PE6
|
||||
#endif
|
||||
|
||||
#define SERVO0_PIN PA8 // Enable BLTOUCH
|
||||
|
||||
//#define LED_PIN PB2
|
||||
|
||||
//
|
||||
|
@ -48,7 +48,7 @@
|
||||
//
|
||||
// Servos
|
||||
//
|
||||
#define SERVO0_PIN PA8 // BLTOUCH
|
||||
#define SERVO0_PIN PA8 // Enable BLTOUCH
|
||||
|
||||
//
|
||||
// Limit Switches
|
||||
|
Reference in New Issue
Block a user