mirror of
https://github.com/sinseman44/PyCNC.git
synced 2026-09-25 04:40:20 +00:00
add E axis
This commit is contained in:
@@ -6,6 +6,7 @@ STEPPER_MAX_ACCELERATION_MM_PER_S2 = 200 # mm per sec^2
|
||||
STEPPER_PULSES_PER_MM_X = 400
|
||||
STEPPER_PULSES_PER_MM_Y = 400
|
||||
STEPPER_PULSES_PER_MM_Z = 400
|
||||
STEPPER_PULSES_PER_MM_E = 80
|
||||
|
||||
TABLE_SIZE_X_MM = 200
|
||||
TABLE_SIZE_Y_MM = 300
|
||||
@@ -17,10 +18,12 @@ SPINDLE_MAX_RPM = 10000
|
||||
STEPPER_STEP_PIN_X = 16
|
||||
STEPPER_STEP_PIN_Y = 20
|
||||
STEPPER_STEP_PIN_Z = 21
|
||||
STEPPER_STEP_PIN_E = 25
|
||||
|
||||
STEPPER_DIR_PIN_X = 13
|
||||
STEPPER_DIR_PIN_Y = 19
|
||||
STEPPER_DIR_PIN_Z = 26
|
||||
STEPPER_DIR_PIN_E = 8
|
||||
|
||||
SPINDLE_PWM_PIN = 7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user