add printbed module

This commit is contained in:
lukas 2021-01-04 21:09:43 +01:00
parent b26be99f4e
commit 10a98aa731

View File

@ -9,6 +9,8 @@ bottomAngleBrackets();
horizontalProfile();
YAxis();
printBed();
module bottmoutline() {
// draw alu profiles
@ -51,6 +53,13 @@ module YAxis() {
translate([214, 400, 0]) rotate([0, 0, 180]) YRollHolder();
}
module printBed(){
translate([50,50,50]) halfAluProfile(300);
translate([50,300,50]) halfAluProfile(300);
translate([90,90,50]) rotate([0,0,90]) halfAluProfile(220);
translate([350,90,50]) rotate([0,0,90]) halfAluProfile(220);
}
// -- MODULES -- //
module aluProfile(length) {