mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-17 01:49:48 +00:00
Remove spin from edges() figure1.
This commit is contained in:
parent
a52412cabe
commit
9d78a67c64
2 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ function normalize_edges(v) = [for (ax=v) [for (edge=ax) edge>0? 1 : 0]];
|
||||||
// [X-Y-, X+Y-, X-Y+, X+Y+]
|
// [X-Y-, X+Y-, X-Y+, X+Y+]
|
||||||
// ]
|
// ]
|
||||||
// ```
|
// ```
|
||||||
// Figure(3DMedSpin): Face Vector Edge Sets
|
// Figure(3DBig): Face Vector Edge Sets
|
||||||
// module text3d(txt) {
|
// module text3d(txt) {
|
||||||
// xrot(90)
|
// xrot(90)
|
||||||
// color("#000")
|
// color("#000")
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,31];
|
BOSL_VERSION = [2,0,32];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue