Skip to content

Commit 0c3f1dc

Browse files
toomuchwonderLCh-77
authored andcommitted
🩹 Fix MKS UI extruder speed (MarlinFirmware#24476)
1 parent 7b3d4a8 commit 0c3f1dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Marlin/src/lcd/extui/mks_ui/draw_ui.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ typedef struct UI_Config_Struct {
236236
eStepMax = 10;
237237
// Extruder speed (mm/s)
238238
uint8_t extruSpeed;
239-
static constexpr uint8_t eSpeedH = 1,
239+
static constexpr uint8_t eSpeedH = 20,
240240
eSpeedN = 10,
241-
eSpeedL = 20;
241+
eSpeedL = 1;
242242
uint8_t print_state;
243243
uint8_t stepPrintSpeed;
244244
uint8_t waitEndMoves;

0 commit comments

Comments
 (0)