1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-27 16:30:29 +02:00

ready for preview

This commit is contained in:
Justin Lin
2020-03-24 17:12:21 +08:00
parent 8e58f5a850
commit ec0c1fa9ae
22 changed files with 17 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
use <hull_polyline3d.scad>;
use <experimental/tri_delaunay.scad>;
use <experimental/tri_bisectors.scad>;
use <experimental/ptf_bend.scad>;
use <ptf/ptf_bend.scad>;
size = [100, 40];
pt_nums = 20;

View File

@@ -1,5 +1,5 @@
use <hull_polyline3d.scad>;
use <experimental/ptf_bend.scad>;
use <ptf/ptf_bend.scad>;
use <hollow_out_square.scad>;
width = 5;

View File

@@ -1,5 +1,5 @@
use <hull_polyline3d.scad>;
use <experimental/ptf_torus.scad>;
use <ptf/ptf_torus.scad>;
use <hollow_out_square.scad>;
width = 5;