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

Adjust default/generic config for printrboards #6755

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions config/generic-printrboard.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ microsteps: 16
rotation_distance: 40
endstop_pin: ^PE3
position_endstop: 0
position_max: 200
position_max: 150
homing_speed: 50

[stepper_y]
step_pin: PA2
dir_pin: PA3
dir_pin: !PA3
enable_pin: !PE6
microsteps: 16
rotation_distance: 40
endstop_pin: ^PB0
# Printrboard RevF uses a different Y endstop pin.
#endstop_pin: ^PB4
position_endstop: 0
position_max: 200
position_endstop: 150
position_max: 150
homing_speed: 50

[stepper_z]
Expand All @@ -43,7 +43,7 @@ microsteps: 16
rotation_distance: 8
endstop_pin: ^PE4
position_endstop: 0.5
position_max: 200
position_max: 150

[extruder]
step_pin: PA6
Expand Down