author | Michael Krelin <hacker@klever.net> | 2018-07-31 19:30:39 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-07-31 19:30:39 (UTC) |
commit | 703ec3a28bbc55c4d758d4dd8e8e03df27fb777d (patch) (side-by-side diff) | |
tree | 5b6dd20ff9923812076feab1aa02e40a7c0a30ba /mixer.scad | |
parent | 462211cfe016303ddba204c62dde0ffbb78660a4 (diff) | |
download | extrudery-703ec3a28bbc55c4d758d4dd8e8e03df27fb777d.zip extrudery-703ec3a28bbc55c4d758d4dd8e8e03df27fb777d.tar.gz extrudery-703ec3a28bbc55c4d758d4dd8e8e03df27fb777d.tar.bz2 |
mixer: narrow default pushfit_id
-rw-r--r-- | mixer.scad | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,13 +12,13 @@ module pushfit_thread(h=10) { else english_thread(diameter=thr,threads_per_inch=28,length=h/25.4,internal=true); translate([-2,-slit,0]) cube([4,2*slit,h]); } module the_mixer( pushfit_d = 10, pushfit_h = 10, - pushfit_id = 6.5, + pushfit_id = 6, pushfit_type = "threaded", // threaded|embedded|embeddest pushfit_ring_h = 4.7, // height of embedded pushfit ring pushfit_insert_d = 8, // diameter of pushfit insert legs hole pushfit_legspace_h = 3.2, // the height of legspace for embeddest variant pushfit_inlet_ch = 1, liner_d = 4, liner_id = 2, |