mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-21 05:52:16 +02:00
del semicolon of use/include
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use <shape_circle.scad>;
|
||||
use <shear.scad>;
|
||||
use <polyhedron_hull.scad>;
|
||||
use <ptf/ptf_rotate.scad>;
|
||||
use <experimental/convex_hull3.scad>;
|
||||
use <shape_circle.scad>
|
||||
use <shear.scad>
|
||||
use <polyhedron_hull.scad>
|
||||
use <ptf/ptf_rotate.scad>
|
||||
use <experimental/convex_hull3.scad>
|
||||
|
||||
function one_body_scale(body_r, body_fn, scale_fn, scale_tilt_a) =
|
||||
let(
|
||||
|
Reference in New Issue
Block a user