1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-28 17:00:00 +02:00
This commit is contained in:
Justin Lin
2019-06-22 14:21:50 +08:00
parent d4aaee1db9
commit 8f0b40322e

View File

@@ -18,7 +18,6 @@ You can use any point as the first point of the edge path. Just remember that yo
include <hull_polyline3d.scad>;
include <shape_taiwan.scad>;
include <path_scaling_sections.scad>;
include <m_scaling.scad>;
include <polysections.scad>;
taiwan = shape_taiwan(100);
@@ -42,7 +41,6 @@ You can use any point as the first point of the edge path. Just remember that yo
include <hull_polyline3d.scad>;
include <shape_taiwan.scad>;
include <path_scaling_sections.scad>;
include <m_scaling.scad>;
include <polysections.scad>;
include <bezier_curve.scad>;
@@ -67,7 +65,6 @@ You can use any point as the first point of the edge path. Just remember that yo
include <shape_taiwan.scad>;
include <path_scaling_sections.scad>;
include <m_scaling.scad>;
include <polysections.scad>;
include <bezier_curve.scad>;
include <rotate_p.scad>;
@@ -105,7 +102,6 @@ You can use any point as the first point of the edge path. Just remember that yo
include <hull_polyline3d.scad>;
include <shape_taiwan.scad>;
include <path_scaling_sections.scad>;
include <m_scaling.scad>;
include <polysections.scad>;
include <rotate_p.scad>;