|
20 | 20 | /*_______________________1___________________________*/ |
21 | 21 | //==================== Hardware =====================// |
22 | 22 | /*-------------Motherboard/Printer-(1 CHOICE)-------*/ |
23 | | -#define QQSP // (Default_QQS) env = flsun_hispeedv1 |
| 23 | +#define QQSP // (Default_QQS) env = flsun_hispeedv1 |
24 | 24 | //#define Q5 // env = mks_nano_robin35 (change in platformio.ini file or |
25 | 25 | // click on the "Default" icon on the bottom edge of the window and |
26 | 26 | // choose "mks_robin_nano35"). |
|
59 | 59 | * = Driver TFT Color (1 CHOICE)= |
60 | 60 | * ============================== |
61 | 61 | */ |
62 | | -#define MKS_ROBIN_TFT32 // (Default) Mks_Robin_TFT_V2.0 |
63 | | -//#define MKS_TS35_V2_00 // Only for NanoV2 or V3 |
64 | | -//#define TFT_GENERIC // For the user who haven't the same screen. |
65 | 62 |
|
66 | | -//#define DGUS_LCD_UI_MKS // Mks_H43_v1.0 |
67 | | -//Note for H43: The wiring is done on the UART2 (Wifi socket pins(PA10/PA9) for Tx/Rx). |
| 63 | +#define MKS_ROBIN_TFT32 // (Default QQS & Q5) Mks_Robin_TFT_V2.0 |
| 64 | +//#define MKS_ROBIN_TFT35 // TS35 Compatible nanoV1, hispeedV1 (socket FSMC) |
| 65 | +//#define TFT_GENERIC // For the user who haven't the same screen. |
68 | 66 |
|
69 | 67 | /*--- Choice UI TFT ----*/ |
70 | 68 | #define TFT_COLOR_UI // (C) (Default) UI Color MARLIN |
71 | 69 | //#define TFT_CLASSIC_UI // (F) Standard LCD (UI Classic LCD) |
72 | 70 | //#define TFT_LVGL_UI // (I) UI Color MKS (Bug with captor sensor PR22595) |
| 71 | +//#define TFT_DWIN // (D) UI Color DGUS like Mks_H43_v1.0 |
73 | 72 |
|
74 | | -#define TOUCH_SCREEN // (C/F) (Default) UI MARLIN |
| 73 | +//Note for Mks_H43: The wiring is done on the UART2 (Wifi socket pins(PA10/PA9) for Tx/Rx). |
75 | 74 |
|
76 | 75 | /* ======================================// |
77 | 76 | * === Note:Languages already integrated==// |
|
100 | 99 | */ |
101 | 100 | //#define INV_EXT // Uncommment to reverse direction for BMG/Sherpa. |
102 | 101 |
|
103 | | -// BMG Extruder (B) Extruder step(417). |
| 102 | +// BMG Extruder (B) step(417) ou SuperDriveHX Extruder (n) step(720). |
104 | 103 | //#define BMG // (B) Uncommment for BMG Left/Right. |
105 | 104 | //#define NEMA14 // (n) Uncommment for SuperDriveHX/Mini-Sherpa/Orbiter. |
106 | 105 |
|
|
124 | 123 | //--------IF YOUR USED ABL, DISABLE "SPECIAL MENU DELTA"= #define CUSTOM_MENU_MAIN |
125 | 124 | //#define AUTO_BED_LEVELING_BILINEAR // (A) |
126 | 125 |
|
| 126 | + |
127 | 127 | /*_______________________6____________________*/ |
128 | 128 | //======Many options for Modules: ========// |
129 | 129 | #define LIN_ADVANCE // (L) (Default2209) with K=0 For TMC_UART2208 prefer mode spreadCycle(by TFT menu) or commented if problem. |
130 | 130 | #define POWER_LOSS_RECOVERY // (Default) Continue print after Power-Loss. |
131 | 131 |
|
132 | | -// WARNING:These options need wiring pins DIAG to EndStop plug(Signal). |
| 132 | +// WARNING:These options need wiring pins DIAG(TMC) to EndStop plug(Signal). |
133 | 133 | // more at the bottom page. |
134 | 134 | //#define STALLGUARD_1 // (G) Special mod for TMC2209 = SENSORLESS_HOMING |
135 | 135 | //#define STALLGUARD_2 // (g) Special mod for TMC2209 = SENSORLESS_PROBING |
|
208 | 208 | #endif |
209 | 209 | #endif |
210 | 210 |
|
211 | | -//TFT Type For TFT_GENERIC |
212 | | -#if ENABLED(TFT_GENERIC) |
| 211 | +//TFT Type For TFT_Screen |
| 212 | +#ifdef TFT_DWIN |
| 213 | + #define DGUS_LCD_UI_MKS //Wifi socket pins(PA10/PA9) for Tx/Rx |
| 214 | +#elif ENABLED(TFT_GENERIC) |
213 | 215 | #define TFT_DRIVER AUTO |
214 | | - #define TFT_INTERFACE_FSMC //Default socket on MKS_nano, mini, hispeed. |
| 216 | + #define TFT_INTERFACE_FSMC //Default socket on MKS_nano, mini, hispeed. |
215 | 217 | #define TFT_RES_320x240 |
| 218 | +#else |
| 219 | + #define TOUCH_SCREEN // (C/F) (Default) UI MARLIN |
216 | 220 | #endif |
217 | 221 |
|
218 | 222 | /** |
|
323 | 327 | // SENSORLESS_PROBING |
324 | 328 | #ifdef STALLGUARD_2 |
325 | 329 | #define N_PROBE |
| 330 | + #define Y_OFFSET 0 |
326 | 331 | #define Z_OFFSET 0 |
327 | 332 | #endif |
328 | 333 |
|
|
0 commit comments