chiark
/
gitweb
/
~ianmdlvl
/
reprap-play.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1c2a60
)
toolbox-inserts: WellSurround: default offset
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 21 Apr 2025 11:00:32 +0000
(12:00 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 21 Apr 2025 11:00:32 +0000
(12:00 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
toolbox-inserts.scad
patch
|
blob
|
history
diff --git
a/toolbox-inserts.scad
b/toolbox-inserts.scad
index 08c015db4fcf98c382c1bf7e5d574caba06c2f79..2337d6b2a3eca50eef3de4c0d519e923b95720cf 100644
(file)
--- a/
toolbox-inserts.scad
+++ b/
toolbox-inserts.scad
@@
-74,7
+74,7
@@
module WellSurround(
// screw as for AtFixingPositions
fixings,
// offset=[x,y] moves the whole thing by that amount, but not the fixings
- offset,
+ offset
=[0,0]
,
wall=well_surround_wall
) {