From 928607faa5bf9046761b9d5b5deee07a0d58cd46 Mon Sep 17 00:00:00 2001 From: CharlesLS Date: Sat, 30 Nov 2024 22:18:51 -0800 Subject: [PATCH] Most Printrbot 3D printers that shipp with the printrboard (Printrbot 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. Signed-off-by: Charles Lee Scoville. --- config/generic-printrboard.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/generic-printrboard.cfg b/config/generic-printrboard.cfg index c08159640c32..955bb7edfd52 100644 --- a/config/generic-printrboard.cfg +++ b/config/generic-printrboard.cfg @@ -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] @@ -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