Skip to content

Commit

Permalink
STEAPP-882: Increase the maximum travel distance for the x,y,z axes
Browse files Browse the repository at this point in the history
  • Loading branch information
SokolovJek committed Jan 23, 2024
1 parent 823ef90 commit e8a56e6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions stereotech_config/630/kinematics.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ enable_pin: !x_en_pin
microsteps: 128
rotation_distance: 40
endstop_pin: x_endstop_pin
position_endstop: 309
position_max: 309
position_endstop: 350
position_max: 350
position_min: -1
homing_speed: 70

Expand All @@ -25,8 +25,8 @@ enable_pin: !y_en_pin
microsteps: 128
rotation_distance: 40
endstop_pin: y_endstop_pin
position_endstop: 300.3
position_max: 300.3
position_endstop: 330
position_max: 330
position_min: 0
homing_speed: 70

Expand All @@ -37,8 +37,8 @@ enable_pin: !z_en_pin
microsteps: 128
rotation_distance: 2
endstop_pin: z_endstop_pin
position_endstop: 300
position_max: 300
position_endstop: 325
position_max: 325
position_min: -10
homing_speed: 20

Expand Down

0 comments on commit e8a56e6

Please sign in to comment.