-
Notifications
You must be signed in to change notification settings - Fork 33
Chassis
V Electronics edited this page Aug 27, 2025
·
2 revisions
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;
✅ done 🟨 doing ⬜ untouched
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.
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).
[coming soon...]
Written by @MavLeague