From e9440e55d601e7da0c16fa1de552b1d63891faff Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 7 Oct 2021 09:49:55 +0800 Subject: [PATCH] scale first cat --- examples/spiral_polygons/fidget_cat.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/spiral_polygons/fidget_cat.scad b/examples/spiral_polygons/fidget_cat.scad index 15ead1c6..b420bbd8 100644 --- a/examples/spiral_polygons/fidget_cat.scad +++ b/examples/spiral_polygons/fidget_cat.scad @@ -63,6 +63,7 @@ module fidget_cat(beginning_radius, n, height, thickness, spacing, slope) { // translate([0, 0, -7.3]) difference() { linear_extrude(half_height, scale = s[0]) + scale(1.025) cat(beginning_radius); linear_extrude(thickness * 2, center = true) {