formatting, renamed bezierExtrusion to bezier_extrusion
This commit is contained in:
parent
2d143d6a56
commit
7ab5da4b45
6 changed files with 86 additions and 101 deletions
|
|
@ -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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue