Colin 906b94fc4f build/doc: fix typos
now it actually does render
2024-02-03 04:20:28 +00:00
2024-02-03 04:20:28 +00:00
2023-12-25 23:37:15 +00:00
2023-12-31 02:19:20 +00:00

this is a 3d-printable case designed for the PinePhone, but implemented with an eye towards generalizing beyond just that model and supporting future phones/preferences alongside this first model.

status: case is usable, but the print is rough and requires a good deal of manual cleaning due to aggressive fillets/overhangs.

Prerequisites

  • run nix develop to enter a dev environment.
  • or manually install these dependencies:
    • Python3
    • cadquery
    • cq-editor (for interactive viewing/development)

Building

  • ./cq_toplevel.py --export-stl model.stl

Development

  • ./cq_toplevel.py --editor or cq-editor ./cq_toplevel.py to load an interactive GUI

    • press the green play button to render the model
    • call with --render-phone to see how the phone would fit inside the case
  • CadQuery docs may be found here: https://cadquery.readthedocs.io/en/latest/quickstart.html

Description
3d printable Pinephone soft case, written in CadQuery
Readme 2.6 MiB
Languages
JavaScript 99.1%
Python 0.7%