fixing_thread_d = fixing_nom_d + 0.375;
fixing_thread_pitch = 0.5; // M4
fixing_hole_d = fixing_nom_d + 0.375;
+fixing_demo_nom_len = 8;
fixing_receptacle_d = 4 + 2.5 + 2.5;
projection(cut=true) rotate([-90, 0, 0]) {
FixingSurround($fixing_depth = fixing_depth);
}
- rectfromto([ -fixing_hole_d/2, -1 ],
- [ +fixing_hole_d/2, fixing_depth ]);
}
}
+
+ color("white") translate([0,0, 5]) {
+ rectfromto([ -fixing_hole_d/2, -1 ],
+ [ +fixing_hole_d/2, fixing_depth ]);
+ }
+
+ color("blue") translate([0, fixing_head_top_z, 10]) {
+ rectfromto([ -fixing_head_d/2, -fixing_head_th ],
+ [ +fixing_head_d/2, 0]);
+ rectfromto([ -fixing_nom_d/2, -0.1 ],
+ [ +fixing_nom_d/2, fixing_demo_nom_len ]);
+ }
}
module OdAt(x,y) {