mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-30 01:40:02 +02:00
use scad
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
include <hull_polyline2d.scad>;
|
use <hull_polyline2d.scad>;
|
||||||
include <hollow_out.scad>;
|
use <hollow_out.scad>;
|
||||||
include <turtle/t2d.scad>;
|
use <turtle/t2d.scad>;
|
||||||
|
|
||||||
radius = 40;
|
radius = 40;
|
||||||
height = 3;
|
height = 3;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
include <line2d.scad>;
|
use <line2d.scad>;
|
||||||
include <turtle/t2d.scad>;
|
use <turtle/t2d.scad>;
|
||||||
|
|
||||||
style = "MIRROR"; // [TREES, INVERTED, MIRROR]
|
style = "MIRROR"; // [TREES, INVERTED, MIRROR]
|
||||||
trunk_angle = 86; // [1:90]
|
trunk_angle = 86; // [1:90]
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
include <hull_polyline2d.scad>;
|
use <hull_polyline2d.scad>;
|
||||||
include <turtle/t2d.scad>;
|
use <turtle/t2d.scad>;
|
||||||
|
|
||||||
side_leng = 100;
|
side_leng = 100;
|
||||||
min_leng = 4;
|
min_leng = 4;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
include <line3d.scad>;
|
use <line3d.scad>;
|
||||||
include <turtle/t3d.scad>;
|
use <turtle/t3d.scad>;
|
||||||
|
|
||||||
module tree(t, leng, leng_scale1, leng_scale2, leng_limit,
|
module tree(t, leng, leng_scale1, leng_scale2, leng_limit,
|
||||||
angleZ, angleX, width) {
|
angleZ, angleX, width) {
|
||||||
|
Reference in New Issue
Block a user