1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-02 19:22:48 +02:00

refactor deps

This commit is contained in:
Justin Lin
2020-01-28 10:08:01 +08:00
parent 72c5ddafec
commit 00118ed183
13 changed files with 30 additions and 32 deletions

View File

@@ -1,8 +1,8 @@
include <line2d.scad>;
include <hollow_out.scad>;
include <square_maze.scad>;
include <ellipse_extrude.scad>;
include <arc.scad>;
use <line2d.scad>;
use <hollow_out.scad>;
use <square_maze.scad>;
use <ellipse_extrude.scad>;
use <arc.scad>;
radius_of_heart = 12;
height_of_heart = 25;