Skip to content

Commit

Permalink
Most Printrbot 3D printers that shipper with the printrboard (Printrb…
Browse files Browse the repository at this point in the history
…ot simple, Simple Metal 1403, Simple Metal 2016 V2, Play, etc.) had the Y endstop on Y max, and the Y stepper direction reversed. Furthermore, the build volums were more commonly 150mm.
  • Loading branch information
CharlesScoville committed Dec 1, 2024
1 parent 8473312 commit de14052
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit de14052

Please sign in to comment.