mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-16 19:54:29 +02:00
del semicolon of use/include
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use <golden_spiral.scad>;
|
||||
use <ptf/ptf_rotate.scad>;
|
||||
use <triangle/tri_delaunay.scad>;
|
||||
use <triangle/tri_incenter.scad>;
|
||||
use <util/dedup.scad>;
|
||||
use <golden_spiral.scad>
|
||||
use <ptf/ptf_rotate.scad>
|
||||
use <triangle/tri_delaunay.scad>
|
||||
use <triangle/tri_incenter.scad>
|
||||
use <util/dedup.scad>
|
||||
|
||||
spirals = 2;
|
||||
tri_thickness = 2;
|
||||
|
Reference in New Issue
Block a user