mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Removed debug echo
This commit is contained in:
parent
76fb8ffac5
commit
52eab0e9bb
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ function find_anchor(anchor, h, size, size2=undef, shift=[0,0], extra_anchors=[]
|
||||||
anchor.z>0? (UP+sidevec)/2 :
|
anchor.z>0? (UP+sidevec)/2 :
|
||||||
(DOWN+sidevec)/2
|
(DOWN+sidevec)/2
|
||||||
)
|
)
|
||||||
) echo(anchor=anchor, pos=pos, vec=vec, oang=oang) [anchor, pos, vec, oang]
|
) [anchor, pos, vec, oang]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue