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:
parent
1f101a37d6
commit
26302df1bc
@ -8,7 +8,7 @@
|
||||
*
|
||||
**/
|
||||
|
||||
use <matrix/m_transpose.scad>;
|
||||
use <../matrix/m_transpose.scad>;
|
||||
|
||||
function sf_splines(ctrl_pts, row_spline, column_spline) =
|
||||
let(
|
||||
|
@ -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) =
|
||||
|
Loading…
x
Reference in New Issue
Block a user