Combined display of all available logs of Appropedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:41, 20 April 2024 2607:fb90:9207:1718:9ca0:ade4:5f0e:5772 talk created page OpenSCAD online viewer (Created 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.