mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-19 16:11:23 +02:00
path.scad cleanup (hid/removed several functions)
This commit is contained in:
@@ -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])
|
||||
|
Reference in New Issue
Block a user