Revision as of 08:40, 13 May 2026 by Studio Director(talk | contribs)(Created page with "thumb <pre> use <gears/gears.scad>; // or include --> include <gears/gears.scad>; $fn=32; //spur_gear(modul=2, tooth_number=20, width=10, bore=10); w = 5.3; // cog thickness teeth = 24; // adjust number of teeth based on design inner = 6; // fixed number outer = 10; // adjust this number to the edge of the teeth so that it 'hides' the holes screw = 1; module mounts(screw, inner, outer){ // module for screw mounts union(){ unio...")