From 9ed027a0cd0c36c430fae987344d3ddeed243f86 Mon Sep 17 00:00:00 2001
From: Revar Desmera <revarbat@gmail.com>
Date: Thu, 29 Aug 2019 18:43:44 -0700
Subject: [PATCH] Removed unused args from position()

---
 attachments.scad | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/attachments.scad b/attachments.scad
index 1b3c007..bc8a237 100644
--- a/attachments.scad
+++ b/attachments.scad
@@ -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;