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

Solved G code

Discussion in 'Troubleshooting' started by jig, Jul 29, 2016.

Thread Status:
Not open for further replies.
  1. jig

    jig Member

    Joined:
    Jul 20, 2016
    Messages:
    85
    Likes Received:
    14
    has anyone have the origenal g code from robo r1?
    thanks
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,917
    Likes Received:
    7,338
    ?
    Code for what?

    Every model gets sliced into GCode -- what model are you referring to?
     
  3. jig

    jig Member

    Joined:
    Jul 20, 2016
    Messages:
    85
    Likes Received:
    14
    ok sorry i mean the start g code
     
  4. jig

    jig Member

    Joined:
    Jul 20, 2016
    Messages:
    85
    Likes Received:
    14
    now it says :

    G28 ; home all axes
    M565 Z-1.1;setthe offsetfor auto-levling mechanism
    G29 ;run auto-level
    M300 S440 P200 ;A4:440
    GOZ5
     
  5. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,917
    Likes Received:
    7,338
    That looks fine, the two uncommented ones you have:

    M300 S440 P200 ;A4:440 --> PLAY A BEEP SOUND
    GOZ5; -->Move the Z up 5mm


    Not sure if you intended those or not, but that is what they do.

    Mine looks like this:

    G28 ; home all axes
    G1 Z5 F5000 ; lift Z by 5mm to clean nozzle if needed
    M565 Z-0.6 ; set the offset for auto-leveling mechanism (machine specific)
    G29 ; run auto-level
    M117 Waiting for extruder to stabilize ; send text to LCD
    M104 S[extruder0_temperature] T0 ; tool 0 temp with Simplify3D
    M117 Working on Print ; more text to LCD


    You can do whatever you want in there.
     
    #5 mark tomlinson, Jul 29, 2016
    Last edited: Jul 29, 2016
  6. jig

    jig Member

    Joined:
    Jul 20, 2016
    Messages:
    85
    Likes Received:
    14
    thanks that was ok used a portion of the code and it worked! now on to the leveling still some issuse whit that also
     
Thread Status:
Not open for further replies.

Share This Page