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:
734c63d
)
commitid-layering-test: smaller post
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 5 Feb 2016 00:14:21 +0000
(
00:14
+0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 5 Feb 2016 00:14:21 +0000
(
00:14
+0000)
commitid-layering-test.scad
patch
|
blob
|
history
diff --git
a/commitid-layering-test.scad
b/commitid-layering-test.scad
index 4a3f49d3ebfe77ece410ef7b0b88629e5ea49baf..1bb94853c440c9ae1b21c844a0199617b4f903a7 100644
(file)
--- a/
commitid-layering-test.scad
+++ b/
commitid-layering-test.scad
@@
-7,13
+7,13
@@
baseh= 1;
scale([2,2,1]) {
mirror([0,0,1])
- translate([-
8
,-2, -0.01])
- cube([1
7
.5,10, baseh + 0.01]);
+ translate([-
6
,-2, -0.01])
+ cube([1
5
.5,10, baseh + 0.01]);
linear_extrude(height= 0.4 + 0.1)
Commitid_FontDemo();
-translate([-
4
,3,0])
- cylinder(r=
3, h=3
);
+translate([-
2.5
,3,0])
+ cylinder(r=
2, h=3, $fn=20
);
}