add printbed module
This commit is contained in:
parent
b26be99f4e
commit
10a98aa731
@ -9,6 +9,8 @@ bottomAngleBrackets();
|
|||||||
horizontalProfile();
|
horizontalProfile();
|
||||||
YAxis();
|
YAxis();
|
||||||
|
|
||||||
|
printBed();
|
||||||
|
|
||||||
|
|
||||||
module bottmoutline() {
|
module bottmoutline() {
|
||||||
// draw alu profiles
|
// draw alu profiles
|
||||||
@ -51,6 +53,13 @@ module YAxis() {
|
|||||||
translate([214, 400, 0]) rotate([0, 0, 180]) YRollHolder();
|
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 -- //
|
// -- MODULES -- //
|
||||||
|
|
||||||
module aluProfile(length) {
|
module aluProfile(length) {
|
||||||
|
Loading…
Reference in New Issue
Block a user