summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2016-06-29 21:37:32 (UTC)
committer Michael Krelin <hacker@klever.net>2016-06-29 21:37:32 (UTC)
commitfe38002ae5714d1a080fc518e03459ef91724cad (patch) (side-by-side diff)
treeaa129c31977a74028f74956b91069d1e89a495ef
parent76151cd6a73ff17a43d75ccc71960f5733cad68e (diff)
downloadhotendery-fe38002ae5714d1a080fc518e03459ef91724cad.zip
hotendery-fe38002ae5714d1a080fc518e03459ef91724cad.tar.gz
hotendery-fe38002ae5714d1a080fc518e03459ef91724cad.tar.bz2
narrower mold protrusions for easier breaking
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--mold.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/mold.scad b/mold.scad
index fee3ba0..e4f93fc 100644
--- a/mold.scad
+++ b/mold.scad
@@ -22,7 +22,7 @@ module mold(
}
}
}
- gw = 4*s; // guide width, in case I'll want to change it.
+ gw = 3*s; // guide width, in case I'll want to change it.
h_protrude_ = h_protrude<0 ? size[2] : h_protrude;
module trusion(in,gw=gw,h_protrude=h_protrude_) {
translate([-gw/2,0,s+size[2]]) union() {