Browse Source

🩹 Fix MKS UI extruder speed (#24476)

toomuchwonder 3 years ago
parent
commit
c47575f244
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/lcd/extui/mks_ui/draw_ui.h

+ 2
- 2
Marlin/src/lcd/extui/mks_ui/draw_ui.h View File

@@ -236,9 +236,9 @@ typedef struct UI_Config_Struct {
236 236
                            eStepMax = 10;
237 237
   // Extruder speed (mm/s)
238 238
   uint8_t extruSpeed;
239
-  static constexpr uint8_t eSpeedH =  1,
239
+  static constexpr uint8_t eSpeedH = 20,
240 240
                            eSpeedN = 10,
241
-                           eSpeedL = 20;
241
+                           eSpeedL =  1;
242 242
   uint8_t print_state;
243 243
   uint8_t stepPrintSpeed;
244 244
   uint8_t waitEndMoves;

Loading…
Cancel
Save