add side mortice connection

This commit is contained in:
wardwouts 2024-04-09 20:53:34 +02:00
parent f3b5f12750
commit 554b1a4552
3 changed files with 29 additions and 16 deletions

View file

@ -4,19 +4,20 @@ use <top.scad>
use <stand.scad>
use <connector.scad>
// === topbeams ===
for (i=[0:topdepth/topbeamthickness-1]) {
translate([topbeamthickness*i, topsidethickness, benchheight-topheight]) {
beam();
}
// === top sides ===
translate([0, 0, benchheight-topsideheight]){
topside();
}
translate([topdepth, toplength, benchheight-topsideheight]){
rotate([0, 0, 180])
topside();
}
// === top sides ===
translate([0, 0, benchheight-topheight]){
topside();
}
translate([0, toplength - topsidethickness, benchheight-topheight]){
topside();
// === topbeams ===
for (i=[0:topdepth/topbeamthickness-1]) {
translate([topbeamthickness*i, topsidewidth, benchheight-topheight]) {
beam();
}
}
// === stand bottom ===