RaspberryPi Zero 2 fix
parent
1768411cbc
commit
58fd98d17c
|
|
@ -1,5 +1,5 @@
|
||||||
// PRUSA iteration4
|
// PRUSA iteration4
|
||||||
// RaspberryPi Zero frame
|
// RaspberryPi Zero and RaspberryPi Zero 2 frame
|
||||||
// GNU GPL v3
|
// GNU GPL v3
|
||||||
// Josef Průša <iam@josefprusa.cz> and contributors
|
// Josef Průša <iam@josefprusa.cz> and contributors
|
||||||
// http://www.reprap.org/wiki/Prusa_Mendel
|
// http://www.reprap.org/wiki/Prusa_Mendel
|
||||||
|
|
@ -31,7 +31,10 @@ hull(){
|
||||||
}
|
}
|
||||||
|
|
||||||
translate([21, 1, -4.5/2])
|
translate([21, 1, -4.5/2])
|
||||||
cube([7, 4, 4.5], true);
|
cube([2, 4, 4.5], true);
|
||||||
|
|
||||||
|
translate([32, 1, -4.5/2])
|
||||||
|
cube([4, 4, 4.5], true);
|
||||||
|
|
||||||
difference() {
|
difference() {
|
||||||
union(){
|
union(){
|
||||||
|
|
@ -60,7 +63,6 @@ difference() {
|
||||||
translate([6+3, 0, -4.5/2-0.7])
|
translate([6+3, 0, -4.5/2-0.7])
|
||||||
cube([12, 6.1, 1], true);
|
cube([12, 6.1, 1], true);
|
||||||
|
|
||||||
|
|
||||||
// holes for EINSY pins
|
// holes for EINSY pins
|
||||||
hull(){
|
hull(){
|
||||||
for (x=[1.4, -1.2])
|
for (x=[1.4, -1.2])
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue