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:
ce3a147
)
digispark-with-cable: wip progress
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 17 Oct 2023 21:33:51 +0000
(22:33 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 26 Oct 2023 17:10:37 +0000
(18:10 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
digispark-with-cable.scad
patch
|
blob
|
history
diff --git
a/digispark-with-cable.scad
b/digispark-with-cable.scad
index a489574afb718cdaaa95c5dd2f5f1353ff766e0a..3eefdeab30062df5b2aeef5788b845051737eddb 100644
(file)
--- a/
digispark-with-cable.scad
+++ b/
digispark-with-cable.scad
@@
-204,6
+204,10
@@
module Bottom(){ ////toplevel
}
}
}
+ minkowski(){
+ CoverRegistrations();
+ cube([ 1, fit_gap_y*2, fit_gap_z*2 ], center=true);
+ }
}
}