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:
e93c697
)
bike-lipo-box: Fix ProfileDemos
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 13 Feb 2016 21:36:20 +0000
(21:36 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 13 Feb 2016 21:36:20 +0000
(21:36 +0000)
Catch up with the renames in
b30ffe25
which broke ProfileDemos.
bike-lipo-box.scad
patch
|
blob
|
history
diff --git
a/bike-lipo-box.scad
b/bike-lipo-box.scad
index 4d076a0df41fc329c5955f41431f079351fc9e12..f193341e598e58025df5153fa77473daf043ff41 100644
(file)
--- a/
bike-lipo-box.scad
+++ b/
bike-lipo-box.scad
@@
-108,10
+108,10
@@
module TestSealLidPrint(){ ////toplevel
}
module ProfileDemos(){ ////toplevel
- WallProfile();
- color("blue") FloorProfile();
- LidProfile();
- color("blue") CeilProfile();
+
SealingBox_
WallProfile();
+ color("blue")
SealingBox_
FloorProfile();
+
SealingBox_
LidProfile();
+ color("blue")
SealingBox_
CeilProfile();
}
//TestWall();