Skip to content

Chassis

V Electronics edited this page Aug 27, 2025 · 2 revisions

Roadmap

The Plan is to first create a base model of which we branch out all the variants of the chassis. The following Flowchart illustrates that:

flowchart
    A[General 3D model<br/>based on PCB]

    A --> C[Optimize for 3D printing]
    C --> D[Slice]

    A --> E[Optimize for CNC Milling]
    E --> F[Technical Drawing]
    E --> G[Write CNC machining program]

%% Define Colors
    classDef untouched fill:#d1d1d1,stroke:#333,stroke-width:2px,color:#000;
    classDef doing fill:#ededbb,stroke:#333,stroke-width:2px,color:#000;
    classDef done fill:#baf5bb,stroke:#333,stroke-width:2px,color:#000;

%% Apply Classes
    class A,B doing;
    class C,D,E,F,G untouched;

Loading

✅ done 🟨 doing ⬜ untouched

Designing Process

CAD Software

You probably wonder where and how we create the model. We use Onshape as our CAD Program of choice because it makes collaboration really easy.

View Progress

To see where we're at you can access the Public Project at Onshape.

To view it you need an Onshape Account (but the free plan is enough).

Contribute

[coming soon...]

Written by @MavLeague

Clone this wiki locally