author | Michael Krelin <hacker@klever.net> | 2018-07-31 19:31:02 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-07-31 19:31:02 (UTC) |
commit | da262d91847673cd90269f164fc8ca5081333e3b (patch) (unidiff) | |
tree | 501351128b51c8d62e4c455fcd78eec31dca92f3 | |
parent | 703ec3a28bbc55c4d758d4dd8e8e03df27fb777d (diff) | |
download | extrudery-da262d91847673cd90269f164fc8ca5081333e3b.zip extrudery-da262d91847673cd90269f164fc8ca5081333e3b.tar.gz extrudery-da262d91847673cd90269f164fc8ca5081333e3b.tar.bz2 |
mixer: some parameters comments
-rw-r--r-- | mixer.scad | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,8 +20,8 @@ module the_mixer( | |||
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, // inlet chamfer |
24 | liner_d = 4, liner_id = 2, | 24 | liner_d = 4, liner_id = 2, // ptfe liner inner and outer diameters |
25 | filament_d = 1.75, | 25 | filament_d = 1.75, |
26 | join_angle = 30, | 26 | join_angle = 30, |
27 | 27 | ||