mirror of
https://github.com/sinseman44/PyCNC.git
synced 2026-07-16 08:37:09 +00:00
update parameters
This commit is contained in:
+2
-2
@@ -19,8 +19,8 @@ if ENABLE_L293D:
|
|||||||
STEPPER_PULSES_PER_MM_X = 6.667
|
STEPPER_PULSES_PER_MM_X = 6.667
|
||||||
STEPPER_PULSES_PER_MM_Y = 6.667
|
STEPPER_PULSES_PER_MM_Y = 6.667
|
||||||
elif ENABLE_HALF_STEP:
|
elif ENABLE_HALF_STEP:
|
||||||
STEPPER_PULSES_PER_MM_X = 13.334
|
STEPPER_PULSES_PER_MM_X = 16
|
||||||
STEPPER_PULSES_PER_MM_Y = 13.334
|
STEPPER_PULSES_PER_MM_Y = 14
|
||||||
|
|
||||||
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