formatting, renamed bezierExtrusion to bezier_extrusion

This commit is contained in:
tessaK9 2026-03-12 13:30:51 +01:00
commit 7ab5da4b45
6 changed files with 86 additions and 101 deletions

View file

@ -1,12 +1,10 @@
use <hinge.scad>;
union(){
translate([7,0,0]){
cube([5,47,6]);
}
hinge(15,0,0);
translate([0,10,0]) hinge(30,0,0);
translate([0,20,0]) hinge(45,0,0);
translate([0,30,0]) hinge(60,0,0);
translate([0,40,0]) hinge(90,0,0);
translate([7,0,0]) cube([5,47,6]);
hinge(15,0,0);
translate([0,10,0]) hinge(30,0,0);
translate([0,20,0]) hinge(45,0,0);
translate([0,30,0]) hinge(60,0,0);
translate([0,40,0]) hinge(90,0,0);
}