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:
779ce1b
)
poster-tube-lid: WallMountBase fix render bug
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 28 Aug 2023 20:14:37 +0000
(21:14 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 28 Aug 2023 20:14:37 +0000
(21:14 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
poster-tube-lid.scad
patch
|
blob
|
history
diff --git
a/poster-tube-lid.scad
b/poster-tube-lid.scad
index 9ff4e66b18573e9596db40a84a3cc950e6d16aef..73f0fb63485de149298a715822b0ee9b31f738cc 100644
(file)
--- a/
poster-tube-lid.scad
+++ b/
poster-tube-lid.scad
@@
-767,8
+767,8
@@
module WallMountBase(){ ////toplevel
}
module WallMountForBaseDemo(){ ////toplevel
- WallMountForBase();
- color("blue") WallMountBase();
+
render()
WallMountForBase();
+ color("blue")
render()
WallMountBase();
%WallMountBaseScrewsEtc();
}