mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-12 01:34:12 +02:00
use relative path
This commit is contained in:
@@ -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) =
|
||||
|
Reference in New Issue
Block a user