mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Removed unused args from position()
This commit is contained in:
parent
a035b9b09a
commit
9ed027a0cd
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ module orient_and_anchor(
|
|||
// position(RIGHT) cyl(l=10, d1=10, d2=5, anchor=BOTTOM);
|
||||
// position(FRONT) cyl(l=10, d1=10, d2=5, anchor=BOTTOM);
|
||||
// }
|
||||
module position(from, overlap=undef, norot=false)
|
||||
module position(from)
|
||||
{
|
||||
assert($parent_size != undef, "No object to attach to!");
|
||||
anchors = (is_vector(from)||is_string(from))? [from] : from;
|
||||
|
|
Loading…
Reference in a new issue