Skip to content

Commit

Permalink
MP3DP, mainly setting rotation_distance back to 32 for Z. Tweak curre…
Browse files Browse the repository at this point in the history
…nt to 0.7, was 0.6. Removeing Z hop for safe move, was annoyingly crunching during initial turn on
  • Loading branch information
aaronse committed Oct 2, 2023
1 parent 9dee82f commit bb671d6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions mp3dp-v4/klipper/printer.cfg
Expand Up @@ -82,7 +82,7 @@ enable_pin: !PG5
step_pin: PF11
dir_pin: PG3
microsteps: 16
rotation_distance: 31.04
rotation_distance: 32
endstop_pin: probe:z_virtual_endstop
# position_endstop: 0
position_max: 260
Expand All @@ -96,7 +96,7 @@ enable_pin: !PA0
step_pin: PG4
dir_pin: PC1
microsteps: 16
rotation_distance: 31.04
rotation_distance: 32
endstop_pin: probe:z_virtual_endstop
#position_endstop: 0

Expand All @@ -105,7 +105,7 @@ enable_pin: !PG2
step_pin: PF9
dir_pin: PF10
microsteps: 16
rotation_distance: 31.04
rotation_distance: 32
endstop_pin: probe:z_virtual_endstop
#position_endstop: 0

Expand Down Expand Up @@ -373,7 +373,7 @@ initial_GREEN: 0.5
[safe_z_home]
home_xy_position: 125, 125
speed: 50
z_hop: 30
#z_hop: 30

[z_tilt] #AZA TODO:P1 Rough est, should this be more precise? See trident, and ref doc @ https://www.klipper3d.org/Config_Reference.html?h=pixel#z_tilt
z_positions: -20, 27
Expand Down Expand Up @@ -436,35 +436,35 @@ stealthchop_threshold: 999999
[tmc2209 stepper_x]
uart_pin: PC4
##diag_pin: PG6
run_current: 0.6 #AZA was 0.8
run_current: 0.7 #AZA was 0.8
interpolate: False #AZA Why??? Default True, but gpagnozzi False (note his is Manta M8P not Octopus), see https://www.klipper3d.org/Config_Reference.html?h=pixel#tmc2209 and https://forum.v1e.com/t/mp3dp-v4-build-sw-virginia/37238/31?u=azab2c
#stealthchop_threshold: 999999

[tmc2209 stepper_y]
uart_pin: PD11
##diag_pin: PG9
run_current: 0.6 #AZA was 0.8
run_current: 0.7 #AZA was 0.8
interpolate: False
#stealthchop_threshold: 999999

[tmc2209 stepper_z]
uart_pin: PC6
##diag_pin: PG10
run_current: 0.6
run_current: 0.7
interpolate: False
#stealthchop_threshold: 999999

[tmc2209 stepper_z1]
uart_pin: PC7
##diag_pin: PG11
run_current: 0.6
run_current: 0.7
interpolate: False
#stealthchop_threshold: 999999

[tmc2209 stepper_z2]
uart_pin: PF2
##diag_pin: PG12
run_current: 0.6
run_current: 0.7
interpolate: False
#stealthchop_threshold: 999999

Expand Down

0 comments on commit bb671d6

Please sign in to comment.