Difference between revisions of "Embroidery machine"
m (added picture) |
(short description of the goal) |
||
Line 6: | Line 6: | ||
|ProjectPurpose=Use in other project | |ProjectPurpose=Use in other project | ||
}} | }} | ||
− | + | Embroidery machines are pretty expensive. The software too. In this project I want to convert a normal sewing machine into a CNC embroidery machine. | |
+ | For this a XY table is needed to move the embroidery hoop under the needle. The sewing machine needs a small modification to control the speed and to monitor the needle position. | ||
+ | I would like to start from SVG images, and convert this to GCODE to send patterns to the machine. | ||
== Links == | == Links == | ||
Line 66: | Line 68: | ||
** [http://blog.protoneer.co.nz/arduino-cnc-shield-v3-00-assembly-guide/ assembly and instructions] | ** [http://blog.protoneer.co.nz/arduino-cnc-shield-v3-00-assembly-guide/ assembly and instructions] | ||
* 12 June 2014: connected the shield to an Arduino Nano (while waiting for an Uno). Connected a motor and tested the shield. | * 12 June 2014: connected the shield to an Arduino Nano (while waiting for an Uno). Connected a motor and tested the shield. | ||
− | ** | + | ** Have put the [https://github.com/Protoneer/GRBL-Arduino-Library arduino GRBL library] on the Arduino |
− | ** Created a simple drawing in [http://www.inkscape.org/en/ Inkscape], converted the path to Gcode with this [http://wiki.linuxcnc.org/cgi-bin/wiki.pl?InkscapeHowto extension], sent the gcode to the arduino with the [https://github.com/winder/Universal-G-Code-Sender Universal Gcode Sender] | + | ** Created a simple drawing in [http://www.inkscape.org/en/ Inkscape], converted the path to Gcode with this [http://wiki.linuxcnc.org/cgi-bin/wiki.pl?InkscapeHowto extension], and have sent the gcode to the arduino with the [https://github.com/winder/Universal-G-Code-Sender Universal Gcode Sender] |
Revision as of 00:28, 14 June 2014
Projects | |
---|---|
Participants | Narya |
Skills | Electronics, Coding |
Status | Active |
Niche | Electronics |
Purpose | Use in other project |
Embroidery machines are pretty expensive. The software too. In this project I want to convert a normal sewing machine into a CNC embroidery machine. For this a XY table is needed to move the embroidery hoop under the needle. The sewing machine needs a small modification to control the speed and to monitor the needle position. I would like to start from SVG images, and convert this to GCODE to send patterns to the machine.
Contents
Links
Projects found on the interweb
- 2006, no documentation
- Lego
- Forum thread
- Makezine computerized sewing machine and here
- Openbuilds sausagePaws 2014 (will use this as basis)
Sewing machine embroidery by hand
Shops
Software
- GCode Inkscape extension
- G code reference
- GCode parser and CNC controller
- Open source embroidery software
CNC stuff
List of stuff
XY frame
- Stuff for frame (ordered on 31 May 2014)
- 1m V-slot rail
- 1.5m Belt
- 12 Wheels
- 2 Pulleys
- 2 Motor mount plates
- Electronic parts (ordered on 31 May 2014, in on 11 June 2014)
- In house?
- M3/M5 Bolts and nuts
- Plate to mount everything on (DIY)
- Arduino UNO
Sewing machine controller (only speed for now)
- http://www.instructables.com/id/Arduino-controlled-light-dimmer-The-circuit/
- something to measure the needle position
Build log
- 11 June 2014: soldered pins on the Pololu drivers and soldered the CNC shield
- 12 June 2014: connected the shield to an Arduino Nano (while waiting for an Uno). Connected a motor and tested the shield.
- Have put the arduino GRBL library on the Arduino
- Created a simple drawing in Inkscape, converted the path to Gcode with this extension, and have sent the gcode to the arduino with the Universal Gcode Sender