1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-29 11:58:39 +01:00

reduce deps

This commit is contained in:
Justin Lin 2020-01-27 16:53:22 +08:00
parent 7dd8ffdd10
commit 65fcfdfbc7

View File

@ -1,5 +1,5 @@
include <hollow_out.scad>;
include <archimedean_spiral.scad>;
use <hollow_out.scad>;
use <archimedean_spiral.scad>;
head_size = 26;
segments = 99;