Pins, comment cleanup
This commit is contained in:
parent
624bf10ab5
commit
d6a56b882f
|
@ -833,6 +833,7 @@
|
||||||
#else
|
#else
|
||||||
// Clear probe pin settings when no probe is selected
|
// Clear probe pin settings when no probe is selected
|
||||||
#undef Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
#undef Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
#undef USE_PROBE_FOR_Z_HOMING
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if Z_HOME_DIR > 0
|
#if Z_HOME_DIR > 0
|
||||||
|
|
|
@ -382,6 +382,10 @@
|
||||||
#define POLL_JOG
|
#define POLL_JOG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef HOMING_BUMP_MM
|
||||||
|
#define HOMING_BUMP_MM { 0, 0, 0 }
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Driver Timings (in nanoseconds)
|
* Driver Timings (in nanoseconds)
|
||||||
* NOTE: Driver timing order is longest-to-shortest duration.
|
* NOTE: Driver timing order is longest-to-shortest duration.
|
||||||
|
|
|
@ -189,7 +189,7 @@
|
||||||
|
|
||||||
// Reduce baud rate to improve software serial reliability
|
// Reduce baud rate to improve software serial reliability
|
||||||
#define TMC_BAUD_RATE 19200
|
#define TMC_BAUD_RATE 19200
|
||||||
#endif // TMC2208 || TMC2209
|
#endif // HAS_TMC_UART
|
||||||
|
|
||||||
//
|
//
|
||||||
// Temperature Sensors
|
// Temperature Sensors
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
//
|
//
|
||||||
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
|
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
|
||||||
//
|
//
|
||||||
|
|
||||||
#define DISABLE_DEBUG
|
#define DISABLE_DEBUG
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -59,6 +58,11 @@
|
||||||
//
|
//
|
||||||
#define SPI_DEVICE 2
|
#define SPI_DEVICE 2
|
||||||
|
|
||||||
|
//
|
||||||
|
// Servos
|
||||||
|
//
|
||||||
|
#define SERVO0_PIN PA8 // Enable BLTOUCH
|
||||||
|
|
||||||
//
|
//
|
||||||
// Limit Switches
|
// Limit Switches
|
||||||
//
|
//
|
||||||
|
@ -155,7 +159,7 @@
|
||||||
|
|
||||||
// Reduce baud rate to improve software serial reliability
|
// Reduce baud rate to improve software serial reliability
|
||||||
#define TMC_BAUD_RATE 19200
|
#define TMC_BAUD_RATE 19200
|
||||||
#endif // TMC2208 || TMC2209
|
#endif // HAS_TMC_UART
|
||||||
|
|
||||||
//
|
//
|
||||||
// Temperature Sensors
|
// Temperature Sensors
|
||||||
|
@ -200,8 +204,6 @@
|
||||||
#define FIL_RUNOUT_PIN PA4
|
#define FIL_RUNOUT_PIN PA4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SERVO0_PIN PA8 // Enable BLTOUCH
|
|
||||||
|
|
||||||
//#define LED_PIN PB2
|
//#define LED_PIN PB2
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -56,6 +56,11 @@
|
||||||
|
|
||||||
#define SPI_DEVICE 2
|
#define SPI_DEVICE 2
|
||||||
|
|
||||||
|
//
|
||||||
|
// Servos
|
||||||
|
//
|
||||||
|
#define SERVO0_PIN PA8 // Enable BLTOUCH
|
||||||
|
|
||||||
//
|
//
|
||||||
// Limit Switches
|
// Limit Switches
|
||||||
//
|
//
|
||||||
|
@ -148,8 +153,6 @@
|
||||||
#define FIL_RUNOUT2_PIN PE6
|
#define FIL_RUNOUT2_PIN PE6
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SERVO0_PIN PA8 // Enable BLTOUCH support
|
|
||||||
|
|
||||||
//#define LED_PIN PB2
|
//#define LED_PIN PB2
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
//
|
//
|
||||||
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
|
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
|
||||||
//
|
//
|
||||||
|
|
||||||
#define DISABLE_DEBUG
|
#define DISABLE_DEBUG
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -62,6 +61,11 @@
|
||||||
//
|
//
|
||||||
#define SPI_DEVICE 2
|
#define SPI_DEVICE 2
|
||||||
|
|
||||||
|
//
|
||||||
|
// Servos
|
||||||
|
//
|
||||||
|
#define SERVO0_PIN PA8 // Enable BLTOUCH
|
||||||
|
|
||||||
//
|
//
|
||||||
// Limit Switches
|
// Limit Switches
|
||||||
//
|
//
|
||||||
|
@ -163,7 +167,7 @@
|
||||||
|
|
||||||
// Reduce baud rate to improve software serial reliability
|
// Reduce baud rate to improve software serial reliability
|
||||||
#define TMC_BAUD_RATE 19200
|
#define TMC_BAUD_RATE 19200
|
||||||
#endif // TMC2208 || TMC2209
|
#endif // HAS_TMC_UART
|
||||||
|
|
||||||
//
|
//
|
||||||
// Temperature Sensors
|
// Temperature Sensors
|
||||||
|
@ -218,8 +222,6 @@
|
||||||
#define FIL_RUNOUT2_PIN PE6
|
#define FIL_RUNOUT2_PIN PE6
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SERVO0_PIN PA8 // Enable BLTOUCH
|
|
||||||
|
|
||||||
//#define LED_PIN PB2
|
//#define LED_PIN PB2
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
//
|
//
|
||||||
// Servos
|
// Servos
|
||||||
//
|
//
|
||||||
#define SERVO0_PIN PA8 // BLTOUCH
|
#define SERVO0_PIN PA8 // Enable BLTOUCH
|
||||||
|
|
||||||
//
|
//
|
||||||
// Limit Switches
|
// Limit Switches
|
||||||
|
|
|
@ -31,6 +31,9 @@
|
||||||
|
|
||||||
#define BOARD_INFO_NAME "MKS Robin Nano V3"
|
#define BOARD_INFO_NAME "MKS Robin Nano V3"
|
||||||
|
|
||||||
|
// USB Flash Drive support
|
||||||
|
#define HAS_OTG_USB_HOST_SUPPORT
|
||||||
|
|
||||||
// Avoid conflict with TIMER_TONE
|
// Avoid conflict with TIMER_TONE
|
||||||
#define STEP_TIMER 10
|
#define STEP_TIMER 10
|
||||||
|
|
||||||
|
@ -42,6 +45,12 @@
|
||||||
//
|
//
|
||||||
// Release PB4 (Z_DIR_PIN) from JTAG NRST role
|
// Release PB4 (Z_DIR_PIN) from JTAG NRST role
|
||||||
//
|
//
|
||||||
|
//#define DISABLE_DEBUG
|
||||||
|
|
||||||
|
//
|
||||||
|
// Servos
|
||||||
|
//
|
||||||
|
#define SERVO0_PIN PA8 // Enable BLTOUCH
|
||||||
|
|
||||||
//
|
//
|
||||||
// Limit Switches
|
// Limit Switches
|
||||||
|
@ -98,8 +107,8 @@
|
||||||
|
|
||||||
//
|
//
|
||||||
// Software SPI pins for TMC2130 stepper drivers
|
// Software SPI pins for TMC2130 stepper drivers
|
||||||
|
// This board only supports SW SPI for stepper drivers
|
||||||
//
|
//
|
||||||
// This board only support SW SPI for stepper drivers
|
|
||||||
#if HAS_TMC_SPI
|
#if HAS_TMC_SPI
|
||||||
#define TMC_USE_SW_SPI
|
#define TMC_USE_SW_SPI
|
||||||
#endif
|
#endif
|
||||||
|
@ -179,6 +188,7 @@
|
||||||
|
|
||||||
#define POWER_LOSS_PIN PW_DET
|
#define POWER_LOSS_PIN PW_DET
|
||||||
#define PS_ON_PIN PW_OFF
|
#define PS_ON_PIN PW_OFF
|
||||||
|
|
||||||
//
|
//
|
||||||
// Enable MKSPWC support
|
// Enable MKSPWC support
|
||||||
//
|
//
|
||||||
|
@ -186,11 +196,10 @@
|
||||||
//#define KILL_PIN PA2
|
//#define KILL_PIN PA2
|
||||||
//#define KILL_PIN_INVERTING true
|
//#define KILL_PIN_INVERTING true
|
||||||
|
|
||||||
#define SERVO0_PIN PA8 // Enable BLTOUCH support
|
|
||||||
//#define LED_PIN PB2
|
//#define LED_PIN PB2
|
||||||
|
|
||||||
// Random Info
|
// Random Info
|
||||||
#define USB_SERIAL -1 //Usb Serial
|
#define USB_SERIAL -1 // USB Serial
|
||||||
#define WIFI_SERIAL 3 // USART3
|
#define WIFI_SERIAL 3 // USART3
|
||||||
#define MKS_WIFI_MODULE_SERIAL 1 // USART1
|
#define MKS_WIFI_MODULE_SERIAL 1 // USART1
|
||||||
#define MKS_WIFI_MODULE_SPI 2 // SPI2
|
#define MKS_WIFI_MODULE_SPI 2 // SPI2
|
||||||
|
@ -346,5 +355,3 @@
|
||||||
|
|
||||||
#endif // !MKS_MINI_12864
|
#endif // !MKS_MINI_12864
|
||||||
#endif // HAS_SPI_LCD
|
#endif // HAS_SPI_LCD
|
||||||
|
|
||||||
#define HAS_OTG_USB_HOST_SUPPORT
|
|
||||||
|
|
|
@ -40,12 +40,18 @@
|
||||||
//
|
//
|
||||||
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
|
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
|
||||||
//
|
//
|
||||||
|
//#define DISABLE_DEBUG
|
||||||
|
|
||||||
//
|
//
|
||||||
// Note: MKS Robin board is using SPI2 interface.
|
// Note: MKS Robin board is using SPI2 interface.
|
||||||
//
|
//
|
||||||
//#define SPI_MODULE 2
|
//#define SPI_MODULE 2
|
||||||
|
|
||||||
|
//
|
||||||
|
// Servos
|
||||||
|
//
|
||||||
|
#define SERVO0_PIN PA8 // Enable BLTOUCH
|
||||||
|
|
||||||
//
|
//
|
||||||
// Limit Switches
|
// Limit Switches
|
||||||
//
|
//
|
||||||
|
@ -55,8 +61,6 @@
|
||||||
#define E0_DIAG_PIN PC4
|
#define E0_DIAG_PIN PC4
|
||||||
#define E1_DIAG_PIN PE7
|
#define E1_DIAG_PIN PE7
|
||||||
|
|
||||||
//
|
|
||||||
|
|
||||||
#define X_STOP_PIN PA15
|
#define X_STOP_PIN PA15
|
||||||
#define Y_STOP_PIN PA12
|
#define Y_STOP_PIN PA12
|
||||||
#define Z_MIN_PIN PA11
|
#define Z_MIN_PIN PA11
|
||||||
|
@ -159,7 +163,7 @@
|
||||||
|
|
||||||
// Reduce baud rate to improve software serial reliability
|
// Reduce baud rate to improve software serial reliability
|
||||||
#define TMC_BAUD_RATE 19200
|
#define TMC_BAUD_RATE 19200
|
||||||
#endif // TMC2208 || TMC2209
|
#endif // HAS_TMC_UART
|
||||||
|
|
||||||
//
|
//
|
||||||
// Temperature Sensors
|
// Temperature Sensors
|
||||||
|
@ -191,7 +195,6 @@
|
||||||
//#define SUICIDE_PIN PB2 // Enable MKSPWC support
|
//#define SUICIDE_PIN PB2 // Enable MKSPWC support
|
||||||
//#define KILL_PIN PA2 // Enable MKSPWC support
|
//#define KILL_PIN PA2 // Enable MKSPWC support
|
||||||
//#define KILL_PIN_INVERTING true // Enable MKSPWC support
|
//#define KILL_PIN_INVERTING true // Enable MKSPWC support
|
||||||
#define SERVO0_PIN PA8 // Enable BLTOUCH support
|
|
||||||
//#define LED_PIN PB2
|
//#define LED_PIN PB2
|
||||||
|
|
||||||
#ifndef SDCARD_CONNECTION
|
#ifndef SDCARD_CONNECTION
|
||||||
|
|
|
@ -188,9 +188,6 @@
|
||||||
#define LCD_PINS_RS PF12 // LCD_RS
|
#define LCD_PINS_RS PF12 // LCD_RS
|
||||||
#define LCD_PINS_ENABLE PD15 // LCD_EN
|
#define LCD_PINS_ENABLE PD15 // LCD_EN
|
||||||
#define LCD_PINS_D4 PB13 // LCD_D4
|
#define LCD_PINS_D4 PB13 // LCD_D4
|
||||||
// #define LCD_PINS_D5
|
|
||||||
// #define LCD_PINS_D6
|
|
||||||
// #define LCD_PINS_D7
|
|
||||||
#define BTN_EN1 PF13 // BTN_EN1
|
#define BTN_EN1 PF13 // BTN_EN1
|
||||||
#define BTN_EN2 PE9 // BTN_EN2
|
#define BTN_EN2 PE9 // BTN_EN2
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
#undef HAL_IRDA_MODULE_ENABLED
|
#undef HAL_IRDA_MODULE_ENABLED
|
||||||
#undef HAL_SMARTCARD_MODULE_ENABLED
|
#undef HAL_SMARTCARD_MODULE_ENABLED
|
||||||
#undef HAL_WWDG_MODULE_ENABLED
|
#undef HAL_WWDG_MODULE_ENABLED
|
||||||
#undef HAL_HCD_MODULE_ENABLED
|
//#undef HAL_HCD_MODULE_ENABLED
|
||||||
#undef HAL_FMPI2C_MODULE_ENABLED
|
#undef HAL_FMPI2C_MODULE_ENABLED
|
||||||
#undef HAL_SPDIFRX_MODULE_ENABLED
|
#undef HAL_SPDIFRX_MODULE_ENABLED
|
||||||
#undef HAL_DFSDM_MODULE_ENABLED
|
#undef HAL_DFSDM_MODULE_ENABLED
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
#undef HAL_IRDA_MODULE_ENABLED
|
#undef HAL_IRDA_MODULE_ENABLED
|
||||||
#undef HAL_SMARTCARD_MODULE_ENABLED
|
#undef HAL_SMARTCARD_MODULE_ENABLED
|
||||||
#undef HAL_WWDG_MODULE_ENABLED
|
#undef HAL_WWDG_MODULE_ENABLED
|
||||||
#undef HAL_HCD_MODULE_ENABLED
|
//#undef HAL_HCD_MODULE_ENABLED
|
||||||
#undef HAL_FMPI2C_MODULE_ENABLED
|
#undef HAL_FMPI2C_MODULE_ENABLED
|
||||||
#undef HAL_SPDIFRX_MODULE_ENABLED
|
#undef HAL_SPDIFRX_MODULE_ENABLED
|
||||||
#undef HAL_DFSDM_MODULE_ENABLED
|
#undef HAL_DFSDM_MODULE_ENABLED
|
||||||
|
|
|
@ -11,9 +11,8 @@ opt_enable BAUD_RATE_GCODE
|
||||||
exec_test $1 $2 "CLASSIC_UI U20 config" "$3"
|
exec_test $1 $2 "CLASSIC_UI U20 config" "$3"
|
||||||
|
|
||||||
use_example_configs Alfawise/U20
|
use_example_configs Alfawise/U20
|
||||||
opt_enable BAUD_RATE_GCODE
|
opt_enable BAUD_RATE_GCODE TFT_COLOR_UI
|
||||||
opt_enable TFT_COLOR_UI
|
opt_disable TFT_CLASSIC_UI CUSTOM_STATUS_SCREEN_IMAGE
|
||||||
opt_disable TFT_CLASSIC_UI
|
|
||||||
exec_test $1 $2 "COLOR_UI U20 config" "$3"
|
exec_test $1 $2 "COLOR_UI U20 config" "$3"
|
||||||
|
|
||||||
use_example_configs Alfawise/U20-bltouch
|
use_example_configs Alfawise/U20-bltouch
|
||||||
|
|
Loading…
Reference in a new issue