update parameters

This commit is contained in:
sinseman44
2020-11-10 20:10:37 +00:00
parent f4f55a55fa
commit f6ca47c5ee

View File

@@ -19,8 +19,8 @@ if ENABLE_L293D:
STEPPER_PULSES_PER_MM_X = 6.667
STEPPER_PULSES_PER_MM_Y = 6.667
elif ENABLE_HALF_STEP:
STEPPER_PULSES_PER_MM_X = 13.334
STEPPER_PULSES_PER_MM_Y = 13.334
STEPPER_PULSES_PER_MM_X = 16
STEPPER_PULSES_PER_MM_Y = 14
STEPPER_PULSES_PER_MM_Z = 1
STEPPER_PULSES_PER_MM_E = 1