Skip to content
Snippets Groups Projects
Commit 905210e0 authored by Edu Almas's avatar Edu Almas
Browse files

renamed files that had spaces in their names

parent 1da33206
No related branches found
No related tags found
No related merge requests found
......@@ -23,11 +23,12 @@ Click to see a new [1 min video](../week11-machines/images-marbled-paper/machine
We modified a machine that was partly assembled in our lab. It has an aluminum frame, 2 stepper motors for the x axis, one stepper motor for the Y axis, and a servo to make a simple up and down movement in the Z axis.
![machine long comb](../week11-machines/images-marbled-paper/machine-long-comb-adai.jpeg)
![comb](../week11-machines/images-marbled-paper/ supplies.jpeg)
![comb](../week11-machines/images-marbled-paper/supplies.jpeg)
We designed combs parametrically in Grasshopper (thanks for the help Eduardo!) so we could easily make different combs with different width and spaced teeth. We designed and cut legs for the machine on the laser cutter.
![overview of software](../week11-machines/images-marbled-paper/overview-of-software .jpg)
![overview of software](../week11-machines/images-marbled-paper/overview-of-software.jpg)
The electronics are run by an arduino uno with a shield. We create a drawing in Inkscape that is a path for the movement we want, then use a plug-in (gcodetools) that creates a generalized gcode for the path. GRBL then changes the gcode into commands that move our machine. GRBL firmware is loaded into the arduino, the arduino takes GCODE from the PC and converts it into movements of the stepper motors via GRBL.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment