Skip to content

Commit

Permalink
Merge pull request #237 from stereotech/STEAPP-882
Browse files Browse the repository at this point in the history
STEAPP-882: Increase the maximum travel distance for the x,y,z axes
  • Loading branch information
frylock34 authored Jan 29, 2024
2 parents efda65e + 29ee57f commit 43db675
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: 315
position_max: 315
position_min: -10
homing_speed: 20

Expand Down

0 comments on commit 43db675

Please sign in to comment.