Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STEAPP-882: Increase the maximum travel distance for the x,y,z axes #237

Merged
merged 2 commits into from
Jan 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading