|
|
|
@@ -12,13 +12,13 @@ module pushfit_thread(h=10) { |
12 | else english_thread(diameter=thr,threads_per_inch=28,length=h/25.4,internal=true); |
12 | else english_thread(diameter=thr,threads_per_inch=28,length=h/25.4,internal=true); |
13 | translate([-2,-slit,0]) cube([4,2*slit,h]); |
13 | translate([-2,-slit,0]) cube([4,2*slit,h]); |
14 | } |
14 | } |
15 | |
15 | |
16 | module the_mixer( |
16 | module the_mixer( |
17 | pushfit_d = 10, pushfit_h = 10, |
17 | pushfit_d = 10, pushfit_h = 10, |
18 | pushfit_id = 6.5, |
18 | pushfit_id = 6, |
19 | pushfit_type = "threaded", // threaded|embedded|embeddest |
19 | pushfit_type = "threaded", // threaded|embedded|embeddest |
20 | pushfit_ring_h = 4.7, // height of embedded pushfit ring |
20 | pushfit_ring_h = 4.7, // height of embedded pushfit ring |
21 | pushfit_insert_d = 8, // diameter of pushfit insert legs hole |
21 | pushfit_insert_d = 8, // diameter of pushfit insert legs hole |
22 | pushfit_legspace_h = 3.2, // the height of legspace for embeddest variant |
22 | pushfit_legspace_h = 3.2, // the height of legspace for embeddest variant |
23 | pushfit_inlet_ch = 1, |
23 | pushfit_inlet_ch = 1, |
24 | liner_d = 4, liner_id = 2, |
24 | liner_d = 4, liner_id = 2, |
|