laser cutter notes

This commit is contained in:
2025-02-10 10:23:17 +01:00
parent cb392d2730
commit 3e25f50843
36 changed files with 182 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
# Lecture notes global
transfer adhesive
Chamfer - helps aligning joints
filleting corners prevents stress on the corners. It gets more divided.
cardboard nice for prototyping, cheap
acrylic easy to cut and clear. very chemical and not renewable
first parameter is the thickness of the material
## Local lecture bas
everything is a circle or square or triangle. You can make anything with any primitive shapes.
### OpenScad
Bas is teaching us how to use OpenScad
![alt text](image.jpg)
Everything needs to be within a function because otherwise it won't interact with eachother
If you place a # you can sort of debug and see where the shape is. Instead of blindly placing things
![alt text](image-1.jpg)
You can declare variables by name=value;
Example:
![alt text](image-2.jpg)
You can also do equations in openScad
![alt text](image-3.jpg)
The order of declaring variables matters. I found that out the hard way. because some variable wasn't working until I switched order.
Blender plugin to export to openscad