mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-04 04:14:56 +00:00
laser cutter notes
This commit is contained in:
@@ -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
|
||||
|
||||

|
||||
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
|
||||
|
||||

|
||||
|
||||
You can declare variables by name=value;
|
||||
|
||||
Example:
|
||||

|
||||
|
||||
|
||||
You can also do equations in openScad
|
||||

|
||||
|
||||
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
|
Reference in New Issue
Block a user