Neale Pickett
·
2025-10-24
assembly.scad
1use <body.scad>
2use <head.scad>
3
4body();
5translate([0, 0, 83+189.68+25]) {
6 rotate([0, 180, 0]) head();
7}
git clone https://git.woozle.org/neale/piccolo.git
1use <body.scad>
2use <head.scad>
3
4body();
5translate([0, 0, 83+189.68+25]) {
6 rotate([0, 180, 0]) head();
7}