changing micro step param numbers

pull/118/head
Tim Evers 2019-04-28 16:51:34 +02:00
parent e500994615
commit d763a06f66
1 changed files with 3 additions and 3 deletions

View File

@ -92,9 +92,9 @@ enum ParamListEnum
MOVEMENT_STALL_SENSITIVITY_Z = 87,
// microstepping (used with TMC2130)
MOVEMENT_MICROSTEPS_X = 88,
MOVEMENT_MICROSTEPS_Y = 89,
MOVEMENT_MICROSTEPS_Z = 90,
MOVEMENT_MICROSTEPS_X = 91,
MOVEMENT_MICROSTEPS_Y = 92,
MOVEMENT_MICROSTEPS_Z = 93,
// encoder settings
ENCODER_ENABLED_X = 101,