1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 09:44:16 +02:00

use relative path

This commit is contained in:
Justin Lin
2021-06-22 08:30:29 +08:00
parent 1f101a37d6
commit 26302df1bc
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
* *
**/ **/
use <matrix/m_transpose.scad>; use <../matrix/m_transpose.scad>;
function sf_splines(ctrl_pts, row_spline, column_spline) = function sf_splines(ctrl_pts, row_spline, column_spline) =
let( let(

View File

@@ -1,5 +1,5 @@
use <sf_solidify.scad>; use <sf_solidify.scad>;
use <util/sum.scad>; use <../util/sum.scad>;
module sf_thicken(points, thickness, direction = undef, swap_surface = false) { module sf_thicken(points, thickness, direction = undef, swap_surface = false) {
function tri_normal(tri) = function tri_normal(tri) =