From 948410ec56c869a2b91ff79fdd9368b386f59e8f Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 14 Jul 2019 10:15:27 +0800 Subject: [PATCH] rename --- examples/dancing_taiwan.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/dancing_taiwan.scad b/examples/dancing_taiwan.scad index ef817fe9..9d803909 100644 --- a/examples/dancing_taiwan.scad +++ b/examples/dancing_taiwan.scad @@ -47,11 +47,11 @@ module dancing_formosan(x1, x2, x3, y1, y2, y3, twist, t_step) { offseted = bijection_offset(taiwan, -2); - edge_paty2 = [for(p = edge_path) p + [-2, 0, 0]]; + edge_path2 = [for(p = edge_path) p + [-2, 0, 0]]; taiwan2 = trim_shape(offseted, 1, len(offseted) - 4); sections = cal_sections(taiwan, edge_path, twist); - sections2 = cal_sections(taiwan2, edge_paty2, twist); + sections2 = cal_sections(taiwan2, edge_path2, twist); difference() { polysections(sections);