Ir para conteúdo
3DFinder
Entrar

Você está no 3DFinder

Buscamos em Thingiverse, MakerWorld e Printables ao mesmo tempo para te dar o melhor de cada uma.

Buscar mais como este
Modelo 3D Raspberry Pi Zero 2W case--remix por MeltinPlastic no Printables

Descrição

This is a remix of @oogoom's really nice Raspberry Pi Zero 2W case design to accommodate a header and heatsink openings on the top of the board. I used OpenScad to add the openings to the lid STL. I also added two small slots on one end to allow for easier opening of the snap fit case. I removed the header opening from the body STL. 

Note that the pi-zero-2w-lid-remix.stl model needs to be flipped with the top face down before slicing. I printed each of the two files with a 0.6mm nozzle with PLA and a 0.2mm layer height. No supports are required.

For those interested in remixing STL files with OpenScad, below is the code. I didn't attach the SCAD files since you have to change the path to the two STLs downloaded from the original model at [https://www.printables.com/model/237095-raspberry-pi-zero-2-w](https://www.printables.com/model/237095-raspberry-pi-zero-2-w).

The OpenScad code for the body follows, just change the import line with the path to the original Body.STL. The cube fills the header opening.

// Pi Zero 2W Case remix

import("change-path-to-Body.stl"); translate([-26.5,8,-1.4]) cube([52.5,7,2]);

The OpenScad code for the lid follows, just change the import line with the path to the original Lid.STL. The first cube fills the logo, then additional cubes remove the openings and add slots.

// Pi Zero 2W Case Remix

difference(){ union(){ import("change-path-to-Lid.stl"); translate([-20,-15,8]) cube([40,30,3]); } translate([-12,-10,8]) cube([16,16,3]); translate([-26.5,8,8]) cube([53,6,3]); translate([33,10,5]) cube([2,4,2]); translate([33,-14,5]) cube([2,4,2]);
}

 

Printables

Raspberry Pi Zero 2W case--remix

Publicado em 13 de jun de 2025

20
Curtidas
148
Downloads
2
Impressões
Categoria Computers
Tags
openscad
Licença Creative Commons — Attribution — Noncommercial
Arquivos (2)
pi-zero-2w-lid-remix.stl 84.8 KB
pi-zero-2w-body-remix.stl 113 KB
Ver no Printables (abre em nova aba)