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,9 +1,9 @@
|
||||
use <arc_path.scad>;
|
||||
use <shape_circle.scad>;
|
||||
use <path_extrude.scad>;
|
||||
use <bezier_curve.scad>;
|
||||
use <bspline_curve.scad>;
|
||||
use <polyline_join.scad>;
|
||||
use <arc_path.scad>
|
||||
use <shape_circle.scad>
|
||||
use <path_extrude.scad>
|
||||
use <bezier_curve.scad>
|
||||
use <bspline_curve.scad>
|
||||
use <polyline_join.scad>
|
||||
|
||||
thickness = 4.5;
|
||||
t_step = 0.05;
|
||||
|
Reference in New Issue
Block a user