1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

S3D end Gcode

Discussion in 'Software' started by Fruition_Factory, May 14, 2016.

  1. Fruition_Factory

    Joined:
    Mar 3, 2016
    Messages:
    39
    Likes Received:
    7
    When i slice with cura or matter control at the end of the print it moves the tool to home on the X&Y, for some reason now with S3D it just leaves the tool where it stopped extruding which melts the plastic if i am not right there to move it quickly. Does anyone know the end Gcode i need to add to S3D to have it move the head after printing?

    Thanks
     
  2. WheresWaldo

    WheresWaldo Volunteer ( ͠° ͟ʖ ͡°)
    Staff Member

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    If you want to home X and Y only you can add
    Code:
    G28 X Y
    It will only move in the directions you indicate.
     
  3. WZ9V

    WZ9V Active Member

    Joined:
    Apr 9, 2016
    Messages:
    218
    Likes Received:
    64
    I would assume (I don't know S3D) that you could just cut the end g-code from Cura or MatterControl and paste it in. I did that to setup my Cura start/end code to copy what Matter Control did before I started customizing it.
     
  4. Fruition_Factory

    Joined:
    Mar 3, 2016
    Messages:
    39
    Likes Received:
    7

    Thanks waldo worked like a charm :)
     
    Geof likes this.

Share This Page