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

Solved End G-Code / Cura

Discussion in 'Software' started by PatrickB, May 4, 2017.

  1. PatrickB

    PatrickB New Member

    Joined:
    Feb 15, 2017
    Messages:
    16
    Likes Received:
    2
    Hi,

    By default C2 nozzle stays close to the part when print is finished.
    It results by a spot of material on the part!

    Who can tell me what are the instructions / end g-code to avoid that?

    Thank you for your help!

    Patrick
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Ending GCode:

    G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
    M104 S0 ; make sure the extuder is turned off.
    M140 S0 ; make sure the bed is turned off. -- not applicable for the C2
    M84 ; shut down motors.
     
    Geof likes this.

Share This Page