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:
69046ec
)
pawn wip
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 2 Oct 2012 16:58:46 +0000
(17:58 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 2 Oct 2012 16:58:46 +0000
(17:58 +0100)
pawn.scad
patch
|
blob
|
history
diff --git
a/pawn.scad
b/pawn.scad
index 88113c10d597e7039210399cf9616b0f0e8864bc..a1d97c4a1dac24716a213b8e3e2b3d27d834d70d 100644
(file)
--- a/
pawn.scad
+++ b/
pawn.scad
@@
-50,15
+50,16
@@
module PawnTemplate(){
ConcaveSegment( x3 - r3, z3, r3, z3, z2);
ConcaveSegment( x3 - r4, z3, r4, z4, z3);
ConvexSegment( x5 + r5*cos(a6), z5 - r5*sin(a6), r5, z5, z4);
+ polygon([[x6, z6],
+ [x5, z5+0.01],
+ [0.01, z5],
+ [0.01, z6]]);
+
if(0)
intersection(){
union(){
translate([x5 + r5 * cos(a6), z5]) circle(r=r5);
- polygon([[x6,z6-1],
- [x5,z5],
- [1,z5],
- [1,z6-1]]);
difference(){
translate([-50,z4]) square([52,z2-z4]);
// circle(