mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-27 00:17:27 +02:00
del semicolon of use/include
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use <curve.scad>;
|
||||
use <ptf/ptf_rotate.scad>;
|
||||
use <util/dedup.scad>;
|
||||
use <curve.scad>
|
||||
use <ptf/ptf_rotate.scad>
|
||||
use <util/dedup.scad>
|
||||
|
||||
module dragon_claw() {
|
||||
pts = [
|
||||
|
Reference in New Issue
Block a user