diff options
Diffstat (limited to 'config/printer-monoprice-mini-delta-2017.cfg')
-rw-r--r-- | config/printer-monoprice-mini-delta-2017.cfg | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/config/printer-monoprice-mini-delta-2017.cfg b/config/printer-monoprice-mini-delta-2017.cfg index 1ccaeb54..0115ba77 100644 --- a/config/printer-monoprice-mini-delta-2017.cfg +++ b/config/printer-monoprice-mini-delta-2017.cfg @@ -26,7 +26,8 @@ homing_speed: 50 step_pin: PB12 dir_pin: PB11 enable_pin: !PB10 -step_distance: .0175 # This is 57.14 steps per mm +microsteps: 16 +rotation_distance: 56 endstop_pin: ^PC14 position_endstop: 125.00 arm_length: 120.8 @@ -37,21 +38,24 @@ arm_length: 120.8 step_pin: PB2 dir_pin: PB1 enable_pin: !PB10 -step_distance: .0175 # This is 57.14 steps per mm +microsteps: 16 +rotation_distance: 56 endstop_pin: ^PC15 [stepper_c] step_pin: PB14 dir_pin: PB13 enable_pin: !PB10 -step_distance: .0175 # This is 57.14 steps per mm +microsteps: 16 +rotation_distance: 56 endstop_pin: ^PC13 [extruder] step_pin: PA7 dir_pin: !PA6 enable_pin: !PB0 -step_distance: .02062 # This is 48.50 steps per mm +microsteps: 16 +rotation_distance: 65.984 nozzle_diameter: 0.400 filament_diameter: 1.750 heater_pin: PA1 |