3
1
Back

Video lessons: https://www.youtube.com/watch?v=mmd_7p62Z18 (by de Miranda width = 10; cylinder_quality_of_indentations = 50; radius_of_cylinder_indentations_top = 3; // Number of facets of rounding cylinder // this is the main module. It calls the submodules. Make_the_knob(); module make_the_knob() { difference() { union() { cube([board_width, board_height, thickness]); cylinder(thickness+standoff_height, r=standoff_radius, $fn=360); cylinder(h=thickness+standoff_height, r=standoff_radius, $fn=360); cube([cutout_width, cutout_height, thickness+3]); cylinder(h=thickness+standoff_height+3, r=hole_radius, $fn=360); vertex 0 2.9 19 vertex -0.565762 2.84428 19 facet normal -0.0378714 0.382337 0.923247 facet normal 0.0426235 -0.554793 0.830896 vertex 7.3363 0.49869 6.98312 vertex 5.5107 4.61666 7.08096 facet normal 0.915279 -0.396628 0.0703596 facet normal -0.257305 -0.262695 0.929939 facet normal 0.780252 0.0331891 0.624584 facet normal 4.667715e-001 8.177221e-001 3.368307e-001 vertex -5.001678e+000 -2.971207e+000 2.473857e+001 facet normal 3.002652e-001 -5.143612e-001 8.032891e-001 vertex.

New Pull Request