-rw-r--r-- | mixer.scad | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,14 +17,14 @@ module the_mixer( pushfit_d = 10, pushfit_h = 10, 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, + pushfit_inlet_ch = 1, // inlet chamfer + liner_d = 4, liner_id = 2, // ptfe liner inner and outer diameters filament_d = 1.75, join_angle = 30, interpushfit = 2*extrusion_width, // space between two pushfit holes pushfit_s = 2, // shell around pushfit holes output_l = 4, // length of output after before pushfit |