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:
6136e9d
)
stringing-test: wip
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 1 Oct 2017 16:50:39 +0000
(17:50 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 1 Oct 2017 16:50:39 +0000
(17:50 +0100)
stringing-test.scad
patch
|
blob
|
history
diff --git
a/stringing-test.scad
b/stringing-test.scad
index ecdb28f9ae8b7e410aeab5bc8835c897aa85b248..6dd252c18cd580533d96e720569ad1b2119c719f 100644
(file)
--- a/
stringing-test.scad
+++ b/
stringing-test.scad
@@
-1,8
+1,11
@@
// -*- C -*-
+height = 15;
$fn= 20;
-cylinder(r=5, h=10);
+cube([20, 4, 2]);
+
+cylinder(r=4, h=height);
translate([30,0,0])
- cylinder(r=
10, h=10
);
+ cylinder(r=
8, h=height
);