mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-01 10:42:57 +02:00
del semicolon of use/include
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use <along_with.scad>;
|
||||
use <polyhedron_hull.scad>;
|
||||
use <maze/mz_theta.scad>;
|
||||
use <maze/mz_theta_get.scad>;
|
||||
use <along_with.scad>
|
||||
use <polyhedron_hull.scad>
|
||||
use <maze/mz_theta.scad>
|
||||
use <maze/mz_theta_get.scad>
|
||||
|
||||
rings = 4;
|
||||
begining_columns = 6;
|
||||
|
Reference in New Issue
Block a user