mirror of
https://github.com/sinseman44/PyCNC.git
synced 2026-04-17 18:18:09 +00:00
update parameters
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user