proper goniometry
authorTomas Mudrunka <tomas.mudrunka@gmail.com>
Tue, 11 Feb 2025 18:17:12 +0000 (19:17 +0100)
committerTomas Mudrunka <tomas.mudrunka@gmail.com>
Tue, 11 Feb 2025 18:17:12 +0000 (19:17 +0100)
openscad/corner_chamfer_jig.scad

index c7fbd0fbd5e5f40611980748e5958c0a8e649f5a..4fad557caf1f30904e5e80cebb1b4752569cc1a4 100644 (file)
@@ -1,6 +1,6 @@
 //Corner cutting jig
 
 difference() {
-       cylinder(d=30, h=13);
-       translate([0,0,-4]) rotate([45,-35.2,0]) cube(50);
+       cylinder(d=30, h=13, $fn=12);
+       translate([0,0,-4]) rotate([45,-atan(1/sqrt(2)),0]) cube(50);
 }
\ No newline at end of file
This page took 0.114777 seconds and 4 git commands to generate.