1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 02:59:42 +01: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) =
let(

View File

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