mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-06 01:34:39 +00:00
🩹 Fix MKS UI extruder speed (#24476)
This commit is contained in:
parent
9bd39749d7
commit
0ad83e0af5
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue