mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-20 21:41:41 +02:00
del semicolon of use/include
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use <util/fibseq.scad>;
|
||||
use <util/fibseq.scad>
|
||||
|
||||
model = "ALL"; // [ALL, PIECE1, PIECE2]
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
use <bauer_spiral.scad>;
|
||||
use <bauer_spiral.scad>
|
||||
|
||||
txt = "3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051";
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
use <polyline_join.scad>;
|
||||
use <util/radians.scad>;
|
||||
use <util/lerp.scad>;
|
||||
use <ptf/ptf_rotate.scad>;
|
||||
use <polyline_join.scad>
|
||||
use <util/radians.scad>
|
||||
use <util/lerp.scad>
|
||||
use <ptf/ptf_rotate.scad>
|
||||
|
||||
spirals = 7;
|
||||
start_n = 1; // spiral start from 360 / spirals * start_n
|
||||
|
@@ -1,5 +1,5 @@
|
||||
use <archimedean_spiral.scad>;
|
||||
use <arc.scad>;
|
||||
use <archimedean_spiral.scad>
|
||||
use <arc.scad>
|
||||
|
||||
chars = "3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989";
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
use <crystal_ball.scad>;
|
||||
use <util/fibseq.scad>;
|
||||
use <crystal_ball.scad>
|
||||
use <util/fibseq.scad>
|
||||
|
||||
spirals = 10;
|
||||
petals_per_spiral = 4;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
use <hollow_out.scad>;
|
||||
use <archimedean_spiral.scad>;
|
||||
use <hollow_out.scad>
|
||||
use <archimedean_spiral.scad>
|
||||
|
||||
head_size = 26;
|
||||
segments = 99;
|
||||
|
@@ -1,7 +1,7 @@
|
||||
use <ptf/ptf_rotate.scad>;
|
||||
use <polyline_join.scad>;
|
||||
use <bezier_curve.scad>;
|
||||
use <ellipse_extrude.scad>;
|
||||
use <ptf/ptf_rotate.scad>
|
||||
use <polyline_join.scad>
|
||||
use <bezier_curve.scad>
|
||||
use <ellipse_extrude.scad>
|
||||
|
||||
chambered_section_max_angle = 300;
|
||||
steps = 25;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
use <sweep.scad>;
|
||||
use <util/reverse.scad>;
|
||||
use <sweep.scad>
|
||||
use <util/reverse.scad>
|
||||
|
||||
thickness = 0.05;
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// The math of the shells: https://www.youtube.com/watch?v=pKHWzmxw_NI
|
||||
|
||||
use <surface/sf_thickenT.scad>;
|
||||
use <surface/sf_thickenT.scad>
|
||||
|
||||
alpha = 85;
|
||||
beta = 5;
|
||||
|
@@ -1,6 +1,6 @@
|
||||
use <shape_circle.scad>;
|
||||
use <ptf/ptf_rotate.scad>;
|
||||
use <sweep.scad>;
|
||||
use <shape_circle.scad>
|
||||
use <ptf/ptf_rotate.scad>
|
||||
use <sweep.scad>
|
||||
|
||||
r1 = 0.1;
|
||||
r2 = 50;
|
||||
|
@@ -1,7 +1,7 @@
|
||||
use <archimedean_spiral.scad>;
|
||||
use <arc.scad>;
|
||||
use <rounded_cube.scad>;
|
||||
use <util/reverse.scad>;
|
||||
use <archimedean_spiral.scad>
|
||||
use <arc.scad>
|
||||
use <rounded_cube.scad>
|
||||
use <util/reverse.scad>
|
||||
|
||||
num_of_buildings = 10;
|
||||
seed_value = 15;
|
||||
|
@@ -1,6 +1,6 @@
|
||||
use <fibonacci_lattice.scad>;
|
||||
use <polyline_join.scad>;
|
||||
use <polyhedron_hull.scad>;
|
||||
use <fibonacci_lattice.scad>
|
||||
use <polyline_join.scad>
|
||||
use <polyhedron_hull.scad>
|
||||
|
||||
n = 150;
|
||||
radius = 12;
|
||||
|
@@ -1,11 +1,11 @@
|
||||
use <rounded_cylinder.scad>;
|
||||
use <helix_extrude.scad>;
|
||||
use <shape_circle.scad>;
|
||||
use <arc.scad>;
|
||||
use <ellipse_extrude.scad>;
|
||||
use <shape_ellipse.scad>;
|
||||
use <shape_glued2circles.scad>;
|
||||
use <part/connector_peg.scad>;
|
||||
use <rounded_cylinder.scad>
|
||||
use <helix_extrude.scad>
|
||||
use <shape_circle.scad>
|
||||
use <arc.scad>
|
||||
use <ellipse_extrude.scad>
|
||||
use <shape_ellipse.scad>
|
||||
use <shape_glued2circles.scad>
|
||||
use <part/connector_peg.scad>
|
||||
|
||||
part = "PREVIEW"; // [FRONT, SPRING, BACK, PREVIEW]
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
use <polyline_join.scad>;
|
||||
use <polyline_join.scad>
|
||||
|
||||
leng = 50;
|
||||
diameter = 5;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
use <polyline_join.scad>;
|
||||
use <polyline_join.scad>
|
||||
|
||||
level = 1;
|
||||
leng = 50;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
use <sphere_spiral.scad>;
|
||||
use <sphere_spiral_extrude.scad>;
|
||||
use <sphere_spiral.scad>
|
||||
use <sphere_spiral_extrude.scad>
|
||||
|
||||
tx = "3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989";
|
||||
font_name = "Liberation Sans:style=Bold Italic";
|
||||
|
@@ -1,5 +1,5 @@
|
||||
use <helix.scad>;
|
||||
use <helix_extrude.scad>;
|
||||
use <helix.scad>
|
||||
use <helix_extrude.scad>
|
||||
|
||||
tx = "3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201989";
|
||||
font_name = "Liberation Sans:style=Bold Italic";
|
||||
|
@@ -1,4 +1,4 @@
|
||||
use <box_extrude.scad>;
|
||||
use <box_extrude.scad>
|
||||
|
||||
/* [Basic] */
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
use <pie.scad>;
|
||||
use <pie.scad>
|
||||
|
||||
radius = 15;
|
||||
height = 90;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
use <polyline_join.scad>;
|
||||
use <voxel/vx_ascii.scad>;
|
||||
use <polyline_join.scad>
|
||||
use <voxel/vx_ascii.scad>
|
||||
|
||||
tx = "3.14159265358979323846264338327950288419716939937510582097494459230781640628620899862803482534211706798214808651328230664709384460955058223172";
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
use <line2d.scad>;
|
||||
use <polyhedra/star.scad>;
|
||||
use <util/rand.scad>;
|
||||
use <line2d.scad>
|
||||
use <polyhedra/star.scad>
|
||||
use <util/rand.scad>
|
||||
|
||||
base = 100;
|
||||
segments = 150;
|
||||
|
Reference in New Issue
Block a user