This week I made some 3d printed tools and 3d scanned using photogrammetry.
### Page Summary
0. Introduction
1. Testing Design rules
2. Designing for 3D printing
3. 3D models
...
...
@@ -14,6 +15,21 @@ This week I made some 3d printed tools and 3d scanned using photogrammetry.
9. Design files
---
0. Introduction
---
3D printing is an additive form of manufacturing. It has a lot of advantages and disadvantages, by my understanding throughout this week, I have listed some below. Like Neil says, 3D printers are to FabLabs, what microwaves are to kitchens. They can do some parts but not replace all of manufacturing.
First advantage is that waste is minimised, because you use only the material that is required in the final product.
It is ideal for rapid prototyping, as it can make complex geometries that you traditionally need more than one processes to make. It is good for custom and small-scale mass customization production processes, but not necessarily for mass manufacturing. It also doesn't have the best accuracy and tolerances, so not ideal for applications where precision is important.
The most widely used technology for 3D printing is Fusion Deposition Modelling (FDM). I will use FDM printers this week. There is also SLA, Stereolithography and Powder Bed Printing 3DP.
This presentation from Santi is a good resource for the subject.
@@ -223,6 +223,7 @@ Another way to do it through MicroPython. This [BBC micro:bit MicroPython docume
MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments.
Wokwi is an online simulator for Electronics. You can create and run MicroPython projects on Wokwi.
Guide to [Install Tools to Program in Micropython on the ESP32 on MacOS X](https://diyblindguy.com/mac-os-x-install-tools-to-program-in-micropython-on-the-esp32/)