Index collections

Design Library

Models we design, held as parametric source. A design here is a Python file with named parameters — not a mesh — so a change is a diff and a size is a variable. Everything below is generated straight out of the repository.

Nothing in this library has been printed yet. Exported is not printed, and printed is not verified.

Collections

How a model gets in here

  1. Source

    A model.py built with build123d. Named parameters at the top, geometry below. The file is the design; the mesh is a build product.

  2. Build

    build.py --analyze exports geometry, STEP and per-colour STLs, renders previews, and runs the validity and printability gates.

  3. Project

    A Bambu Studio project is written with the palette and per-part extruders already set, so the plate opens with its colours attached.

  4. Plate

    Sliced in the GUI, checked for a start-of-print M620, then printed. No record has reached this step.