PinePhone case OpenSCAD model (3d-printable)
Go to file
2023-12-24 12:08:00 +00:00
src add a new button mode: tab 2023-12-24 12:08:00 +00:00
.gitignore gitignore: build/ directory 2023-12-22 02:54:50 +00:00
build-nix add build files to produce the gcode 2023-12-22 02:54:33 +00:00
Makefile document experience with different print settings 2023-12-24 08:37:09 +00:00
README.md README: document how to build 2023-12-22 02:59:27 +00:00

OpenSCAD model for Case for PinePhone

based on beattie's earlier model.

files:

  • case.scad: top-level/entrypoint.
  • defaults.scad: tunable settings which affect the detail of the model.
  • dimensions.scad: measurements of the actual PinePhone, used to assemble the bits.
  • phone.scad: model of the actual PinePhone itself; the case is made by constructing a shell from this model.
  • bits.scad: models of all the cutouts/extrusions which exist on the phone. i.e. buttons, ports, camera.

use

  • compile the scad to stl:
make build/case.stl
  • slice the stl file using slic3r:
make build/case.gcode
  • then send build/case.gcode to your printer.