mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-30 08:39:51 +02:00
path.scad cleanup (hid/removed several functions)
This commit is contained in:
@@ -88,7 +88,7 @@ module wiring(path, wires, wirediam=2, rounding=10, wirenum=0, bezsteps=12) {
|
||||
];
|
||||
offsets = hex_offsets(wires, wirediam);
|
||||
bezpath = fillet_path(path, rounding);
|
||||
poly = simplify_path(path3d(bezier_path(bezpath, bezsteps)));
|
||||
poly = path_merge_collinear(path3d(bezier_path(bezpath, bezsteps)));
|
||||
n = max(segs(wirediam), 8);
|
||||
r = wirediam/2;
|
||||
for (i = [0:1:wires-1]) {
|
||||
|
Reference in New Issue
Block a user