path.scad cleanup (hid/removed several functions)

This commit is contained in:
Adrian Mariano
2021-09-18 19:11:08 -04:00
parent 703c2693a4
commit 9ca77eed1b
9 changed files with 137 additions and 257 deletions

View File

@@ -2004,10 +2004,7 @@ module atext(text, h=1, size=9, font="Courier", anchor="baseline", spin=0, orien
}
}
// This could be replaced with _cut_to_seg_u_form
function _cut_interp(pathcut, path, data) =
[for(entry=pathcut)
let(
@@ -2021,6 +2018,7 @@ function _cut_interp(pathcut, path, data) =
];
// Module: path_text()
// Usage:
// path_text(path, text, [size], [thickness], [font], [lettersize], [offset], [reverse], [normal], [top], [textmetrics])