Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store

# Cursor hook event log
cursor_events.log

Expand Down
Binary file removed 3d_models/.DS_Store
Binary file not shown.
21 changes: 13 additions & 8 deletions 3d_models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,30 @@ Printable parts and source CAD for the Tiny Engineer desk robot.

## Source CAD (edit / resize)

The full assembly — all components composed — lives in [`cad/TinyEngineer.f3d`](cad/TinyEngineer.f3d) (Autodesk Fusion). Open that file to adjust the model or adapt it to different hardware sizing (e.g. different servos).
The full assembly — all components composed — lives in [`cad/TinyEngineer.f3d`](cad/TinyEngineer.f3d) (Autodesk Fusion). Open that file to adjust the model or adapt it to different hardware sizing (e.g. different servos). Parametric servo sizes and the Fusion add-in: [docs/3d/parametric-design.md](../docs/3d/parametric-design.md).

## Printables

Individual parts are exported to [`parts/`](parts/) as `.3mf` files. They are ready to print in an orientation that does not need supports. Print with **PLA** or **PETG**.
Individual parts are exported under [`parts/{servo_id}/`](parts/). Print the **`.3mf` files in `parts/sg90/3mf/`**, **`parts/fs0307/3mf/`**, or **`parts/hd1370a/3mf/`** to match the servos you bought ([which servo](../docs/3d/parametric-design.md)). They are ready to print in an orientation that does not need supports. Print with **PLA** or **PETG**. `stl/` next to `3mf/` is the same mesh in binary STL.

Assembly uses a bunch of **2 mm diameter screws** — no glue. Easy to dismount and modify later. Exact screw lengths/counts and full assembly steps are **not documented yet**. Use the part table below, then electrical and bring-up docs.

## Parts

Same filenames in each `parts/{servo_id}/3mf/` folder:

| File | Role |
| --- | --- |
| `Head.3mf` | Head (pitch) |
| `Neck.3mf` | Neck (yaw) |
| `HandLeft.3mf` | Left hand |
| `HandRight.3mf` | Right hand |
| `Arm.3mf` | Arm (print twice) |
| `ForearmLeft.3mf` | Left forearm / hand |
| `ForearmRight.3mf` | Right forearm / hand |
| `UpperArm.3mf` | Upper arm |
| `Chest.3mf` | Chest / torso |
| `Belly.3mf` | Belly |
| `Chair.3mf` | Chair |
| `Pillow.3mf` | Chair pillow |
| `SeatLeft.3mf` | Left chair seat |
| `SeatRight.3mf` | Right chair seat |
| `Desk.3mf` | Desk structure |
| `DeskTop.3mf` | Desk top surface |
| `DeskPad.3mf` | Desk pad |
Expand All @@ -33,10 +36,12 @@ Assembly uses a bunch of **2 mm diameter screws** — no glue. Easy to dismount
| `Bell.3mf` | Service bell |
| `LampBase.3mf` | Desk lamp base |
| `LampCap.3mf` | Lamp cap |
| `LampGlass.3mf` | Lamp glass |
| `LampDiffuser.3mf` | Lamp diffuser |
| `LampButton.3mf` | Lamp button |
| `Mug.3mf` | Mug |
| `MugCoffee.3mf` | Coffee fill |
| `Coffee.3mf` | Coffee fill |
| `Hat.3mf` | Hat |
| `ServoSizingTester.3mf` | Servo pocket fit tester (print first when changing servo size) |
| `AiEmblem.3mf` | AI emblem detail |

## Next steps
Expand Down
Binary file modified 3d_models/cad/TinyEngineer.f3d
Binary file not shown.
5 changes: 5 additions & 0 deletions 3d_models/fusion/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Fusion add-in

Add-in code lives in [`TinyEngineerTools/`](TinyEngineerTools/). Folder name, `TinyEngineerTools.py`, and `TinyEngineerTools.manifest` must stay the same.

Install, servo parameters, configurator, and export: [docs/3d/parametric-design.md](../../docs/3d/parametric-design.md).
1 change: 1 addition & 0 deletions 3d_models/fusion/TinyEngineerTools/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode
Loading
Loading