Skip to content

Commit

Permalink
Pins, comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Dec 29, 2020
1 parent 624bf10 commit d6a56b8
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 44 deletions.
1 change: 1 addition & 0 deletions Marlin/src/inc/Conditionals_LCD.h
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@
#else
// Clear probe pin settings when no probe is selected
#undef Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
#undef USE_PROBE_FOR_Z_HOMING
#endif

#if Z_HOME_DIR > 0
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/inc/Conditionals_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,10 @@
#define POLL_JOG
#endif

#ifndef HOMING_BUMP_MM
#define HOMING_BUMP_MM { 0, 0, 0 }
#endif

/**
* Driver Timings (in nanoseconds)
* NOTE: Driver timing order is longest-to-shortest duration.
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/lpc1768/pins_MKS_SGEN_L.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@

// Reduce baud rate to improve software serial reliability
#define TMC_BAUD_RATE 19200
#endif // TMC2208 || TMC2209
#endif // HAS_TMC_UART

//
// Temperature Sensors
Expand Down
10 changes: 6 additions & 4 deletions Marlin/src/pins/stm32f1/pins_MKS_ROBIN_E3P.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
//
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
//

#define DISABLE_DEBUG

//
Expand All @@ -59,6 +58,11 @@
//
#define SPI_DEVICE 2

//
// Servos
//
#define SERVO0_PIN PA8 // Enable BLTOUCH

//
// Limit Switches
//
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -200,8 +204,6 @@
#define FIL_RUNOUT_PIN PA4
#endif

#define SERVO0_PIN PA8 // Enable BLTOUCH

//#define LED_PIN PB2

//
Expand Down
7 changes: 5 additions & 2 deletions Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@

#define SPI_DEVICE 2

//
// Servos
//
#define SERVO0_PIN PA8 // Enable BLTOUCH

//
// Limit Switches
//
Expand Down Expand Up @@ -148,8 +153,6 @@
#define FIL_RUNOUT2_PIN PE6
#endif

#define SERVO0_PIN PA8 // Enable BLTOUCH support

//#define LED_PIN PB2

//
Expand Down
10 changes: 6 additions & 4 deletions Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO_V2.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
//
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
//

#define DISABLE_DEBUG

//
Expand All @@ -62,6 +61,11 @@
//
#define SPI_DEVICE 2

//
// Servos
//
#define SERVO0_PIN PA8 // Enable BLTOUCH

//
// Limit Switches
//
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -218,8 +222,6 @@
#define FIL_RUNOUT2_PIN PE6
#endif

#define SERVO0_PIN PA8 // Enable BLTOUCH

//#define LED_PIN PB2

//
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f1/pins_MKS_ROBIN_PRO.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
//
// Servos
//
#define SERVO0_PIN PA8 // BLTOUCH
#define SERVO0_PIN PA8 // Enable BLTOUCH

//
// Limit Switches
Expand Down
27 changes: 17 additions & 10 deletions Marlin/src/pins/stm32f4/pins_MKS_ROBIN_NANO_V3.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@

#define BOARD_INFO_NAME "MKS Robin Nano V3"

// USB Flash Drive support
#define HAS_OTG_USB_HOST_SUPPORT

// Avoid conflict with TIMER_TONE
#define STEP_TIMER 10
#define STEP_TIMER 10

// Use one of these or SDCard-based Emulation will be used
//#define SRAM_EEPROM_EMULATION // Use BackSRAM-based EEPROM emulation
Expand All @@ -42,6 +45,12 @@
//
// Release PB4 (Z_DIR_PIN) from JTAG NRST role
//
//#define DISABLE_DEBUG

//
// Servos
//
#define SERVO0_PIN PA8 // Enable BLTOUCH

//
// Limit Switches
Expand Down Expand Up @@ -98,8 +107,8 @@

//
// 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
#define TMC_USE_SW_SPI
#endif
Expand Down Expand Up @@ -179,21 +188,21 @@

#define POWER_LOSS_PIN PW_DET
#define PS_ON_PIN PW_OFF

//
// Enable MKSPWC support
//
//#define SUICIDE_PIN PB2
//#define KILL_PIN PA2
//#define KILL_PIN_INVERTING true

#define SERVO0_PIN PA8 // Enable BLTOUCH support
//#define LED_PIN PB2

// Random Info
#define USB_SERIAL -1 //Usb Serial
#define WIFI_SERIAL 3 //USART3
#define MKS_WIFI_MODULE_SERIAL 1 //USART1
#define MKS_WIFI_MODULE_SPI 2 //SPI2
#define USB_SERIAL -1 // USB Serial
#define WIFI_SERIAL 3 // USART3
#define MKS_WIFI_MODULE_SERIAL 1 // USART1
#define MKS_WIFI_MODULE_SPI 2 // SPI2

#ifndef SDCARD_CONNECTION
#define SDCARD_CONNECTION ONBOARD
Expand Down Expand Up @@ -331,7 +340,7 @@
//#define MKS_LCD12864B
//#undef SHOW_BOOTSCREEN

#else // !MKS_MINI_12864
#else // !MKS_MINI_12864

#define LCD_PINS_D4 PE14
#if ENABLED(ULTIPANEL)
Expand All @@ -346,5 +355,3 @@

#endif // !MKS_MINI_12864
#endif // HAS_SPI_LCD

#define HAS_OTG_USB_HOST_SUPPORT
29 changes: 16 additions & 13 deletions Marlin/src/pins/stm32f4/pins_MKS_ROBIN_PRO_V2.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define BOARD_INFO_NAME "MKS Robin PRO V2"

// Avoid conflict with TIMER_TONE
#define STEP_TIMER 10
#define STEP_TIMER 10

// Use one of these or SDCard-based Emulation will be used
//#define SRAM_EEPROM_EMULATION // Use BackSRAM-based EEPROM emulation
Expand All @@ -40,12 +40,18 @@
//
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role
//
//#define DISABLE_DEBUG

//
// Note: MKS Robin board is using SPI2 interface.
//
//#define SPI_MODULE 2

//
// Servos
//
#define SERVO0_PIN PA8 // Enable BLTOUCH

//
// Limit Switches
//
Expand All @@ -55,8 +61,6 @@
#define E0_DIAG_PIN PC4
#define E1_DIAG_PIN PE7

//

#define X_STOP_PIN PA15
#define Y_STOP_PIN PA12
#define Z_MIN_PIN PA11
Expand Down Expand Up @@ -159,7 +163,7 @@

// Reduce baud rate to improve software serial reliability
#define TMC_BAUD_RATE 19200
#endif // TMC2208 || TMC2209
#endif // HAS_TMC_UART

//
// Temperature Sensors
Expand All @@ -186,19 +190,18 @@
//
// Misc. Functions
//
// #define POWER_LOSS_PIN PA2 // PW_DET
// #define PS_ON_PIN PA3 // PW_OFF
// #define SUICIDE_PIN PB2 // Enable MKSPWC support
// #define KILL_PIN PA2 // Enable MKSPWC support
// #define KILL_PIN_INVERTING true // Enable MKSPWC support
#define SERVO0_PIN PA8 // Enable BLTOUCH support
//#define POWER_LOSS_PIN PA2 // PW_DET
//#define PS_ON_PIN PA3 // PW_OFF
//#define SUICIDE_PIN PB2 // Enable MKSPWC support
//#define KILL_PIN PA2 // Enable MKSPWC support
//#define KILL_PIN_INVERTING true // Enable MKSPWC support
//#define LED_PIN PB2

#ifndef SDCARD_CONNECTION
#define SDCARD_CONNECTION ONBOARD
#endif

// #define USE_NEW_SPI_API 1
//#define USE_NEW_SPI_API 1

//
// Onboard SD card
Expand Down Expand Up @@ -243,7 +246,7 @@
//
// LCD / Controller
#define SPI_FLASH
#define HAS_SPI_FLASH 1
#define HAS_SPI_FLASH 1
#define SPI_DEVICE 2
#define SPI_FLASH_SIZE 0x1000000
#if ENABLED(SPI_FLASH)
Expand Down Expand Up @@ -316,7 +319,7 @@
#define LCD_READ_ID 0xD3
#define LCD_USE_DMA_SPI
// #define TFT_DRIVER ST7796
//#define TFT_DRIVER ST7796
#define TFT_BUFFER_SIZE 14400

#elif HAS_SPI_LCD
Expand Down
5 changes: 1 addition & 4 deletions Marlin/src/pins/stm32f7/pins_NUCLEO_F767ZI.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
// Decrease delays and flash wear by spreading writes across the
// 128 kB sector allocated for EEPROM emulation.
// Not yet supported on F7 hardware
// #define FLASH_EEPROM_LEVELING
//#define FLASH_EEPROM_LEVELING
#endif

/**
Expand Down Expand Up @@ -188,9 +188,6 @@
#define LCD_PINS_RS PF12 // LCD_RS
#define LCD_PINS_ENABLE PD15 // LCD_EN
#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_EN2 PE9 // BTN_EN2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#undef HAL_IRDA_MODULE_ENABLED
#undef HAL_SMARTCARD_MODULE_ENABLED
#undef HAL_WWDG_MODULE_ENABLED
#undef HAL_HCD_MODULE_ENABLED
//#undef HAL_HCD_MODULE_ENABLED
#undef HAL_FMPI2C_MODULE_ENABLED
#undef HAL_SPDIFRX_MODULE_ENABLED
#undef HAL_DFSDM_MODULE_ENABLED
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#undef HAL_IRDA_MODULE_ENABLED
#undef HAL_SMARTCARD_MODULE_ENABLED
#undef HAL_WWDG_MODULE_ENABLED
#undef HAL_HCD_MODULE_ENABLED
//#undef HAL_HCD_MODULE_ENABLED
#undef HAL_FMPI2C_MODULE_ENABLED
#undef HAL_SPDIFRX_MODULE_ENABLED
#undef HAL_DFSDM_MODULE_ENABLED
Expand Down
5 changes: 2 additions & 3 deletions buildroot/tests/STM32F103VE_longer-tests
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ opt_enable BAUD_RATE_GCODE
exec_test $1 $2 "CLASSIC_UI U20 config" "$3"

use_example_configs Alfawise/U20
opt_enable BAUD_RATE_GCODE
opt_enable TFT_COLOR_UI
opt_disable TFT_CLASSIC_UI
opt_enable BAUD_RATE_GCODE TFT_COLOR_UI
opt_disable TFT_CLASSIC_UI CUSTOM_STATUS_SCREEN_IMAGE
exec_test $1 $2 "COLOR_UI U20 config" "$3"

use_example_configs Alfawise/U20-bltouch
Expand Down

0 comments on commit d6a56b8

Please sign in to comment.