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:
2b081a5
)
sewing-table: adjust FitTest
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 3 Jun 2017 13:43:25 +0000
(14:43 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 3 Jun 2017 16:50:37 +0000
(17:50 +0100)
sewing-table.scad.m4
patch
|
blob
|
history
diff --git
a/sewing-table.scad.m4
b/sewing-table.scad.m4
index ef02acce9b03446eb27084d004c42bd6bf7312e7..af8e7367d10b7e2e0f8e3af34a031886ba0afb66 100644
(file)
--- a/
sewing-table.scad.m4
+++ b/
sewing-table.scad.m4
@@
-552,8
+552,8
@@
m4_dnl that denoted by ix, and the next one anticlockwise
m4_define(`R_EDGE',`$1[$2],$1[(($2)+1)%4]')
module FitTest(){ ////toplevel
- sz = [2
80
,180];
- c0 = [-
5
0,-80];
+ sz = [2
75
,180];
+ c0 = [-
4
0,-80];
c = Rectangle_corners(c0, sz);
brace = [7,7,9];
difference(){
@@
-739,3
+739,4
@@
module Demo(){ ////toplevel
//Machine_NewRearCurve();
//Machine_Curves();
//Machine();
+//FitTest();