Skip to content

Commit

Permalink
🩹 Fix MKS UI extruder speed (#24476)
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchwonder authored and thinkyhead committed Jul 29, 2022
1 parent d617002 commit f18b0f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/lcd/extui/mks_ui/draw_ui.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ typedef struct UI_Config_Struct {
eStepMax = 10;
// Extruder speed (mm/s)
uint8_t extruSpeed;
static constexpr uint8_t eSpeedH = 1,
static constexpr uint8_t eSpeedH = 20,
eSpeedN = 10,
eSpeedL = 20;
eSpeedL = 1;
uint8_t print_state;
uint8_t stepPrintSpeed;
uint8_t waitEndMoves;
Expand Down

0 comments on commit f18b0f6

Please sign in to comment.