This week the class focuses on the evolution of techniques, tools and machines to create traditional fabrics.
Take advantage of digital manufacturing and open source technology to create a machine to weave and invent new techniques.
First I was practicing different techniques by hand to be able to see the technique and thus to think how a knitting or crochet needle has to move in a machine.
We worked as a group and decided to hack a machine made with floppy disk drives from a computer that was made to draw in the Fablab and convert it to sew.
We shared the work, I was in charge of cutting with the laser a mini frame and printing a piece to hold the needle well.
Observe the movement of the needle.
I have to change the base and leave a space so that the needle can penetrate the fabric, I cut a mini frame in the laser and some small pieces to give it height.
Use DM of 3mm
Parameters:
Speed: 20
Power: 90
Frequency: 5000
Then I printed a new needle holder.
Finally we fit it in the needle.
The final result is good, the base looks good and the 3D printed piece fits perfectly.
Files:
https://drive.google.com/file/d/1MeBpej7FQi257AefjE6Fkl1Dn6ek1Z1x/view?usp=sharing
Programs:
Inkscape (https://inkscape.org/es/)
Grbl (https://github.com/gnea/grbl)
XLoader (http://russemotto.com/xloader/)
Step 1: Transform our image into G CODE
Into INKSCAPE:
Define the measurements of the image, according to the space of sewing.
Step 2: Load our G-Code into Arduino
Download the Grbl Hex file for your specific version of Arduino (I used version 0.8c for my Atmega328 Arduino Uno)
Download the XLoader software.
Now that the Arduino is ready to go, we need to install Grbl controller. After downloading and installing it, you can open it up, select your Arduino port and click “Open” to connect. Now you can use the arrows on the lower right to jog through the motors. Make sure that the dropdown box in the lower right corner is set to 1 instead of. If any of the platforms are running backwards, you can go to Tools > Options and then invert the axis for the backwards motor.
When we have our image and its G code, only remains to load it to the arduino using Grbl controller.