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