From 5e0d892918e9c5fea9a8f75dd38d4d5283a3ff89 Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Tue, 17 Apr 2018 13:29:43 +0200 Subject: [PATCH] minor mods --- pulley-elliptical.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulley-elliptical.scad b/pulley-elliptical.scad index 0329f10..50f044a 100644 --- a/pulley-elliptical.scad +++ b/pulley-elliptical.scad @@ -31,5 +31,5 @@ module pulley(d_x, y_scale, height, center_hole_d) { pulley(d_x = 15, y_scale = 0.5, height=2.5, center_hole_d = 3); translate([0, 20, 0]) -pulley(d_x = 30, y_scale = 0.5, height=2.5, center_hole_d = 5); +pulley(d_x = 30, y_scale = 0.5, height=2.5, center_hole_d = 7.5); -- 2.43.0