1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-29 17:30:11 +02:00
This commit is contained in:
Justin Lin
2020-01-28 09:46:29 +08:00
parent 0390817c03
commit 8d796a001f
4 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
include <hull_polyline2d.scad>;
include <hollow_out.scad>;
include <turtle/t2d.scad>;
use <hull_polyline2d.scad>;
use <hollow_out.scad>;
use <turtle/t2d.scad>;
radius = 40;
height = 3;

View File

@@ -1,5 +1,5 @@
include <line2d.scad>;
include <turtle/t2d.scad>;
use <line2d.scad>;
use <turtle/t2d.scad>;
style = "MIRROR"; // [TREES, INVERTED, MIRROR]
trunk_angle = 86; // [1:90]

View File

@@ -1,5 +1,5 @@
include <hull_polyline2d.scad>;
include <turtle/t2d.scad>;
use <hull_polyline2d.scad>;
use <turtle/t2d.scad>;
side_leng = 100;
min_leng = 4;

View File

@@ -1,5 +1,5 @@
include <line3d.scad>;
include <turtle/t3d.scad>;
use <line3d.scad>;
use <turtle/t3d.scad>;
module tree(t, leng, leng_scale1, leng_scale2, leng_limit,
angleZ, angleX, width) {