From 0e264892eb9e976b8e12a668841da0758b96bb3c Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Tue, 16 Feb 2016 16:10:24 -0500 Subject: [PATCH] shorten x endstop by 2mm This could probably be another 3mm shorter --- scad/x-end-motor.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scad/x-end-motor.scad b/scad/x-end-motor.scad index 9488169..b430f6a 100644 --- a/scad/x-end-motor.scad +++ b/scad/x-end-motor.scad @@ -40,7 +40,7 @@ module adjustomatic() { // mean it moves away from the motor and toward the X carriage, giving // more room for leads and also extra space for the auto bedleveling // servo housing which is on this side of the extruder): -endstop_sw_offs_adjust = -5; +endstop_sw_offs_adjust = -2; module pocket_endstop() // endstop holder grafted onto the side toward the rods { -- 2.20.1