Skip to content

Commit

Permalink
Update stl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teiszler authored Nov 21, 2023
1 parent a4b2b4d commit de74825
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/stl.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ permalink: docs/stl

# Harness Printing

In order to get our payloads (either the Samsung Galaxy 4 Watch or the Onion Omega LTE) to be carried by the ANAFI drones, we have created a number of modular pieces that can be printed and fused together using [Gloop](https://www.3dgloop.com/). We printed our harnesses in PLA, but prtining in ABS should also work, provided you get the correct version of Gloop.
In order to get our payloads (either the Samsung Galaxy 4 Watch or the Onion Omega LTE) to be carried by the ANAFI drones, we have created a number of modular pieces that can be printed and fused together using [3D Gloop](https://www.3dgloop.com/). We printed our harnesses in PLA, but prtining in ABS should also work, provided you get the correct version of 3D Gloop.

_NOTE: The ANAFI has a payload capacity of 60g, so the harness needs to be very light in order for the harness + watch or harness + onion to be below this threshold._

## SCAD
## OpenSCAD

We used OpenSCAD to allow us to programmatically generate individual .stl files which can then be sent to a printer. OpenSCAD can be installed with apt:

```sh
$ sudo apt-get install openscad
$ sudo apt install openscad
```
Unless you are modifying the ANAFI designs to print a harness for a different model drone, you should not need to change any of the .scad files in the /stl directory.

Expand All @@ -36,7 +36,7 @@ Unless you are modifying the ANAFI designs to print a harness for a different mo

## 3D Printer Settings

Since we are optimizing for weight, we have used almost no infill. The .stl files listed above should already be arranged to reduce the amount of support material that is needed.
Since we are optimizing for weight, we have used %5 infill. The .stl files listed above should already be arranged to reduce the amount of support material that is needed.

## Assembly

Expand Down

0 comments on commit de74825

Please sign in to comment.