chiark / gitweb /
pattress-boxes-3-cover: RailProfile: fix an erroneous missing slop
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 26 Dec 2015 23:42:51 +0000 (23:42 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 26 Dec 2015 23:42:51 +0000 (23:42 +0000)
pattress-boxes-3-cover.scad

index 5b8dc780e57e42d583c4f86c8efc1d48302690b0..3e8a1d4cde1cd1eec6fd063d9419d19abf549d6a 100644 (file)
@@ -82,7 +82,7 @@ module RailProfile(lslop=0.1){
           [pegx - peg_main_dia/2, yt_base - peg_straight_len],
           [-lslop,
            yt_base - peg_straight_len - (pegx - peg_main_dia/2)/peg_slope
-          -0.1]]);
+           -lslop]]);
 }
 
 module LidSide(){