1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-27 00:17:27 +02:00
This commit is contained in:
Justin Lin
2020-02-29 11:42:26 +08:00
parent a0332ccadf
commit c7a48d26bd

View File

@@ -62,5 +62,4 @@ module hollow_out_vase(ctrl_pts, t_step, width, fn, line_style) {
hull_polyline3d([lst_sect[i] + offset_z, dangling_pts[i]], thickness = width, $fn = 4);
hull_polyline3d([lst_sect[(i + 1) % leng_sect] + offset_z, dangling_pts[i]], thickness = width, $fn = 4);
}
}