Skip to content

Commit

Permalink
rev
Browse files Browse the repository at this point in the history
  • Loading branch information
SHID1214 committed Apr 8, 2024
1 parent 1c6958a commit d714930
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions motors.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ step_pin: PC8
dir_pin: !PC9
enable_pin: !PA15
rotation_distance: 40
microsteps: 32
microsteps: 16
full_steps_per_rotation: 200
endstop_pin: !EBBCan:PB6
position_endstop: 340
Expand All @@ -25,7 +25,7 @@ step_pin: PA10
dir_pin: !PA14
enable_pin: !PA13
rotation_distance: 40
microsteps: 32
microsteps: 16
full_steps_per_rotation: 200
endstop_pin: !PD3
position_endstop: 346
Expand Down
14 changes: 7 additions & 7 deletions motors_v2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ step_pin: PC8
dir_pin: !PC9
enable_pin: !PA15
rotation_distance: 40
microsteps: 32
microsteps: 16
full_steps_per_rotation: 200
endstop_pin: !EBBCan:PB6
position_endstop: 240
position_max: 240
position_endstop: 340
position_max: 340
homing_speed: 150
second_homing_speed: 15.0
homing_retract_dist: 5
Expand All @@ -25,11 +25,11 @@ step_pin: PA10
dir_pin: !PA14
enable_pin: !PA13
rotation_distance: 40
microsteps: 32
microsteps: 16
full_steps_per_rotation: 200
endstop_pin: !PD3
position_endstop: 246
position_max: 246
position_endstop: 346
position_max: 346
homing_speed: 150
second_homing_speed: 15.0
homing_retract_dist: 5
Expand Down Expand Up @@ -68,7 +68,7 @@ rotation_distance: 4
full_steps_per_rotation: 200
endstop_pin: probe:z_virtual_endstop
position_min: -5
position_max: 205
position_max: 305
homing_speed: 15
second_homing_speed: 3.0
homing_retract_dist: 5
Expand Down

0 comments on commit d714930

Please sign in to comment.