mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-02 00:30:43 +02:00
Extraneous extra comma removed.
This commit is contained in:
@@ -1733,7 +1733,7 @@ module edge_profile_asym(edges=EDGES_ALL, except=[], excess=0.01, convexity=10,
|
|||||||
(pos.x>0? xflip() : ident(4)) *
|
(pos.x>0? xflip() : ident(4)) *
|
||||||
(pos.y>0? yflip() : ident(4)) *
|
(pos.y>0? yflip() : ident(4)) *
|
||||||
(pos.z>0? zflip() : ident(4)) *
|
(pos.z>0? zflip() : ident(4)) *
|
||||||
rot(-120*(2-j), v=[1,1,1]),
|
rot(-120*(2-j), v=[1,1,1])
|
||||||
) T;
|
) T;
|
||||||
|
|
||||||
function _default_edge_orientation(edge) =
|
function _default_edge_orientation(edge) =
|
||||||
|
Reference in New Issue
Block a user