mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-01 02:33:00 +02:00
del semicolon of use/include
This commit is contained in:
@@ -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