Update 'printer_new122020.conf'
This commit is contained in:
parent
5cb2794bb6
commit
f47896ca03
1 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,6 @@ max_z_accel: 150
|
|||
|
||||
[tmc2208 stepper_x]
|
||||
uart_pin: P1.17
|
||||
microsteps: 16
|
||||
interpolate: True
|
||||
run_current: 0.65
|
||||
hold_current: 0.5
|
||||
|
@ -33,6 +32,7 @@ step_pin: P2.2
|
|||
dir_pin: !P2.6
|
||||
enable_pin: !P2.1
|
||||
rotation_distance: 40
|
||||
microsteps: 16
|
||||
# step_distance: .0125
|
||||
endstop_pin: P1.29
|
||||
position_endstop: 0
|
||||
|
@ -44,7 +44,6 @@ homing_speed: 50
|
|||
|
||||
[tmc2208 stepper_y]
|
||||
uart_pin: P1.15
|
||||
microsteps: 16
|
||||
interpolate: True
|
||||
run_current: 0.65
|
||||
hold_current: 0.5
|
||||
|
@ -59,6 +58,7 @@ step_pin: P0.19
|
|||
dir_pin: !P0.20
|
||||
enable_pin: !P2.8
|
||||
rotation_distance: 40
|
||||
microsteps: 16
|
||||
# step_distance: .0125
|
||||
endstop_pin: P1.27
|
||||
position_endstop: -9 #0
|
||||
|
@ -70,7 +70,6 @@ homing_speed: 50
|
|||
|
||||
[tmc2208 stepper_z]
|
||||
uart_pin: P1.10
|
||||
microsteps: 16
|
||||
interpolate: True
|
||||
run_current: 0.65
|
||||
hold_current: 0.5
|
||||
|
@ -85,6 +84,7 @@ step_pin: P0.22
|
|||
dir_pin: P2.11
|
||||
enable_pin: !P0.21
|
||||
rotation_distance: 8
|
||||
microsteps: 16
|
||||
# step_distance: .0025
|
||||
endstop_pin: P1.25
|
||||
endstop_pin: probe:z_virtual_endstop
|
||||
|
@ -96,7 +96,6 @@ homing_retract_dist: 10 # to fix bltouch clone error
|
|||
#####################################################################################
|
||||
[tmc2209 extruder]
|
||||
uart_pin: P1.8
|
||||
microsteps: 16
|
||||
interpolate: False
|
||||
hold_current: 0.5
|
||||
run_current: 0.75
|
||||
|
@ -116,6 +115,7 @@ dir_pin: !P0.11
|
|||
enable_pin: !P2.12
|
||||
#0.00926 stock extruder #0.002409
|
||||
rotation_distance: 7.18450
|
||||
microsteps: 16
|
||||
# step_distance: 0.002245188
|
||||
nozzle_diameter: 0.400
|
||||
filament_diameter: 1.750
|
||||
|
|
Loading…
Reference in a new issue