Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

20 April 2024

  • 18:4118:41, 20 April 2024 diff hist +1,044 N OpenSCAD online viewerCreated page with "// Define dimensions brick_size = 400; // 400% scale hat_height = 50; hat_radius = 100; text_height = 10; // Define functions module bearbrick() {     // Bearbrick body     cube([50*brick_size, 80*brick_size, 100*brick_size]);         // Hat     translate([0, 0, 100*brick_size])     difference() {         cylinder(h = hat_height, r = hat_radius, center = true);         translate([0, 0, -1])         cylinder(h = hat_height + 2, r =..." Tag: Visual edit
Cookies help us deliver our services. By using our services, you agree to our use of cookies.