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:
d2e9a90
)
poster-tube-lid: fix
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 28 Aug 2023 21:09:04 +0000
(22:09 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 28 Aug 2023 21:09:04 +0000
(22:09 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
poster-tube-lid.scad
patch
|
blob
|
history
diff --git
a/poster-tube-lid.scad
b/poster-tube-lid.scad
index 659af078cc176a9e83d8ba78e79a2afe412b7530..7b15c7ad65f37431b665d3e95c835296998e259e 100644
(file)
--- a/
poster-tube-lid.scad
+++ b/
poster-tube-lid.scad
@@
-604,7
+604,7
@@
module SomeStrap(width, cut_width=0){
translate([0,0,-1])
cylinder(r=sm_inner_rad, h=max(width+2, cut_width));
translate(smc_pos)
- StrapMountBolt(
10
, width);
+ StrapMountBolt(
5
, width);
translate(smc_pos)
cube([ sm_bolt_tighten_allow, 40,100 ], center=true);
children(1);