📺 MKS MINI12864 V3 for Robin E3P, etc. (#22453)
This commit is contained in:
@ -33,8 +33,8 @@
|
||||
#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
|
||||
|
||||
// Avoid conflict with fans and TIMER_TONE
|
||||
#define TEMP_TIMER 3
|
||||
#define STEP_TIMER 5
|
||||
#define TEMP_TIMER 3
|
||||
#define STEP_TIMER 5
|
||||
|
||||
//
|
||||
// EEPROM Emulation
|
||||
|
@ -365,6 +365,7 @@
|
||||
#if SD_CONNECTION_IS(ONBOARD)
|
||||
#define FORCE_SOFT_SPI
|
||||
#endif
|
||||
//#define LCD_SCREEN_ROT_180
|
||||
|
||||
#else // !MKS_MINI_12864
|
||||
|
||||
|
@ -45,8 +45,8 @@
|
||||
// This will be difficult to solve from the Arduino IDE, without modifying the RUMBA32 variant
|
||||
// included with the STM32 framework.
|
||||
|
||||
#define STEP_TIMER 10
|
||||
#define TEMP_TIMER 14
|
||||
#define STEP_TIMER 10
|
||||
#define TEMP_TIMER 14
|
||||
|
||||
//
|
||||
// Limit Switches
|
||||
|
Reference in New Issue
Block a user