585,722 active members*
4,228 visitors online*
Register for free
Login
IndustryArena Forum > OpenSource CNC Design Center > Arduino > Arduino + GRBL + sewing machine = ?
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2009
    Posts
    56

    Red face Arduino + GRBL + sewing machine = ?

    So what happens when combine all above things, look no further answer is here



    Machine emproidery using most complicated way possible, later date some more and longer videos. All models and stuff will be available to download (not yet).

  2. #2
    Join Date
    Aug 2009
    Posts
    56

    Re: Arduino + GRBL + sewing machine = ?

    Let there be more speed:



    something around 150-180stich/min, huge leap forward after thinking less microstepping ---> more speed.

    Now everything is public to download https://www.thingiverse.com/thing:3216283

    So, what is what and how does it work?

    Sewing machine part is any old or new sewing machine. Only change for original is stepper motor with synchronised pulley system (chain/belt drive) and more embroidery friendly presser foot. It is recommended to use older sewing machine, way more convenient to mount stepper motor to cast iron and prises are relatively cheap.

    XY movement consists mainly 3D printed parts, 12 pcs and similar parts known from self build 3D printers. Both axes use GT2 belts, nema17 steppers and both directions are fully scalable.

    Synchronous movement comes from Arduino powered GRBL G-code interpreter, it is mouthful, but basically machine moves using G-code send to Arduino. It is not that complicated and it is only carrier like any other one when going from system to another one.

    Now we have movement and code, but how to make nice shapes and export to G-code. It is nothing to do with medieval sorcery, it is a matter of downloading Inkscape https://inkscape.org/ and extension called Inkstitch https://inkstitch.org/
    Help and examples how to use Inkstitch extension can be found address above. End result should be really close to hobby level embroidery machines, just slower speed. After all, embroidery machine is nothing more than overgrown sewing machine.

    More details and build instructions https://inkstitch.org/tutorials/embroidery-machine/

  3. #3

    Re: Arduino + GRBL + sewing machine = ?

    Hi I am Following this thread with great interest.
    I am doing a similar project making an embroydery machine with an old sewing machine.

    So now I wonder if I could make it work with the original Motor of the sewing machine.

    So basically I would like to add a sensor to the Sewing machine that trigers a resume pin on the Arduino board.

    Then Modify the G-code.

    Replace each line containing the Z axis with a M0 command.

    So after each move the GRBL program will wait for the Needle to move up and resume to be triggered.

    I see there would be some limitation.
    If you run the Sewing machine too fast the GRBL will not keep up.
    If you have a big movement you have to slow down or you will get extra stitches.

    For now I am prepared to live with these limitations.

    Will the GRBL program resume fast enough?

    How could I modifie the Gcode?
    Do I need a post processor, or could I tweak Inkstitch to generate the Gcode I desire?

  4. #4
    Join Date
    Mar 2015
    Posts
    409

    Re: Arduino + GRBL + sewing machine = ?

    Will the GRBL program resume fast enough?
    I expect grbl to response in about 0.0001 second (10 khz)

    How could i modify the Gcode?
    You can modify Gcode by using a text program like WordPad.
    I think you mean "How do I get the Gcode". You have to write your own gcode Unless there is software that generates this. If so, ask the supplier how to adapt the software for you needs.

Similar Threads

  1. GRBL interfacing with other arduino? Maybe? No?
    By james_III in forum Arduino
    Replies: 4
    Last Post: 08-01-2018, 10:53 PM
  2. Arduino GRBL VS LinuxCNC
    By valmar in forum DIY CNC Router Table Machines
    Replies: 57
    Last Post: 01-15-2018, 05:50 PM
  3. Arduino/Uno/Grbl
    By Mckyjns in forum Arduino
    Replies: 2
    Last Post: 08-22-2017, 03:14 AM
  4. arduino nano with grbl
    By mrsnowie in forum Hobby Discussion
    Replies: 2
    Last Post: 01-06-2016, 06:25 AM
  5. Should I use LinuxCNC or grbl/arduino?
    By CptanPanic in forum LinuxCNC (formerly EMC2)
    Replies: 3
    Last Post: 04-23-2012, 07:06 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •