RaspberryPi Zero 2 fix

This commit is contained in:
Ondrej Tuma 2022-03-14 10:22:14 +01:00
parent 1768411cbc
commit 58fd98d17c
2 changed files with 17 additions and 15 deletions

View File

@ -1,5 +1,5 @@
// PRUSA iteration4
// RaspberryPi Zero frame
// RaspberryPi Zero and RaspberryPi Zero 2 frame
// GNU GPL v3
// Josef Průša <iam@josefprusa.cz> and contributors
// http://www.reprap.org/wiki/Prusa_Mendel
@ -31,7 +31,10 @@ hull(){
}
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() {
union(){
@ -60,7 +63,6 @@ difference() {
translate([6+3, 0, -4.5/2-0.7])
cube([12, 6.1, 1], true);
// holes for EINSY pins
hull(){
for (x=[1.4, -1.2])

Binary file not shown.