mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-02 03:02:34 +02:00
del semicolon of use/include
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use <golden_spiral.scad>;
|
||||
use <sweep.scad>;
|
||||
use <noise/nz_worley3.scad>;
|
||||
use <shape_circle.scad>;
|
||||
use <matrix/m_rotation.scad>;
|
||||
use <golden_spiral.scad>
|
||||
use <sweep.scad>
|
||||
use <noise/nz_worley3.scad>
|
||||
use <shape_circle.scad>
|
||||
use <matrix/m_rotation.scad>
|
||||
|
||||
quarter = 1;
|
||||
detail = 4;
|
||||
|
Reference in New Issue
Block a user