1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00

use relative path

This commit is contained in:
Justin Lin
2021-07-08 20:06:46 +08:00
parent 0053576c7f
commit d2949cd53d

View File

@@ -10,7 +10,7 @@
use <_impl/_sf_square_surfaces.scad>;
use <sf_solidify.scad>;
use <ptf/ptf_rotate.scad>;
use <../ptf/ptf_rotate.scad>;
module sf_curve(levels, curve_path, thickness, depth, invert = false) {
rows = len(levels);