mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-07 07:16:36 +02:00
use relative path
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
use <_impl/_sf_square_surfaces.scad>;
|
use <_impl/_sf_square_surfaces.scad>;
|
||||||
use <sf_solidify.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) {
|
module sf_curve(levels, curve_path, thickness, depth, invert = false) {
|
||||||
rows = len(levels);
|
rows = len(levels);
|
||||||
|
Reference in New Issue
Block a user