SPI and pins cleanup
This commit is contained in:
@ -174,7 +174,7 @@
|
||||
#define FAN1_PIN P2_02
|
||||
|
||||
#ifndef CONTROLLER_FAN_PIN
|
||||
#define CONTROLLER_FAN_PIN FAN1_PIN
|
||||
#define CONTROLLER_FAN_PIN FAN1_PIN
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
@ -33,7 +33,6 @@
|
||||
//
|
||||
#define SERVO0_PIN P1_26
|
||||
|
||||
|
||||
//
|
||||
// Limit Switches
|
||||
//
|
||||
@ -45,7 +44,6 @@
|
||||
#define Z_MIN_PIN P1_22 // Z-
|
||||
#define Z_MAX_PIN P0_27 // Z+
|
||||
|
||||
|
||||
//
|
||||
// Steppers
|
||||
//
|
||||
@ -106,7 +104,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#if HAS_TMC_UART
|
||||
#define X_SERIAL_TX_PIN P1_04
|
||||
#define X_SERIAL_RX_PIN P1_04
|
||||
@ -130,8 +127,6 @@
|
||||
#define TMC_BAUD_RATE 19200
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
//
|
||||
// Temperature Sensors
|
||||
//
|
||||
@ -153,7 +148,6 @@
|
||||
#define FAN1_PIN P1_21
|
||||
#define FAN2_PIN P1_24
|
||||
|
||||
|
||||
//
|
||||
// LCD / Controller
|
||||
//
|
||||
@ -168,7 +162,6 @@
|
||||
#define BTN_EN2 P0_01
|
||||
#define BTN_ENC P0_28
|
||||
|
||||
|
||||
#ifndef SDCARD_CONNECTION
|
||||
#define SDCARD_CONNECTION ONBOARD
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user