mirror of
https://github.com/sinseman44/PyCNC.git
synced 2026-04-19 18:38:14 +00:00
update configuration
This commit is contained in:
@@ -16,11 +16,11 @@ if ENABLE_L293D:
|
||||
ENABLE_FULL_STEP = False
|
||||
ENABLE_HALF_STEP = True
|
||||
if ENABLE_FULL_STEP:
|
||||
STEPPER_PULSES_PER_MM_X = 6.66
|
||||
STEPPER_PULSES_PER_MM_Y = 6.66
|
||||
STEPPER_PULSES_PER_MM_X = 6.667
|
||||
STEPPER_PULSES_PER_MM_Y = 6.667
|
||||
elif ENABLE_HALF_STEP:
|
||||
STEPPER_PULSES_PER_MM_X = 13.33
|
||||
STEPPER_PULSES_PER_MM_Y = 13.33
|
||||
STEPPER_PULSES_PER_MM_X = 13.334
|
||||
STEPPER_PULSES_PER_MM_Y = 13.334
|
||||
|
||||
STEPPER_PULSES_PER_MM_Z = 1
|
||||
STEPPER_PULSES_PER_MM_E = 1
|
||||
|
||||
Reference in New Issue
Block a user