From fca6d3de1919af79525ecb45c3fe2530a2b72aab Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 18 Oct 2012 02:30:53 +0100 Subject: [PATCH] filamenttrestle make bar resolution better --- filamenttrestle.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filamenttrestle.scad b/filamenttrestle.scad index 0435494..409a1a2 100644 --- a/filamenttrestle.scad +++ b/filamenttrestle.scad @@ -100,7 +100,7 @@ module Bar(){ ////toplevel } translate([0,0,barz]) { translate([-100,0,0]) - rotate([0,90,0]) cylinder(r=axlerad, h=200, $fn=30); + rotate([0,90,0]) cylinder(r=axlerad, h=200, $fn=60); } } } -- 2.30.2