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

Pls Halp Cura 2.3 Gcode For R1 Plus

Discussion in 'Software' started by Xeovan, May 13, 2017.

  1. Xeovan

    Xeovan New Member

    Joined:
    Aug 27, 2016
    Messages:
    3
    Likes Received:
    0
    Hey, I usually print with Cura 15.04.6 and have tried switching to Cura 2.3 for Robo. I selected the available preset for an R1 Plus, but when I try to print it attempts to home but moves in the opposite direction of the limit switch. So I tried using my old Gcode from Cura 15.04.6 in the start gCode for Cura 2.3 and it homed and auto-level fine but then when it was finished it would lift up the nozzle like it should but doesnt start printing and the extruder just starts to lose temp and stays idle. I don't know what the issue is and the stock settings don't work.
    Help would be much appreciated!

    start gCode I use on Cura 15.04.6:

    M104 S{print_temperature}
    M190 S{print_bed_temperature} ;preheat bed and wait
    G21 ;use metric values
    G90 ;use absolute positioning
    M82 ;set extruder to absolute mode
    M107 ;start with fan off
    G28 X0 Y0 ;home X & Y
    G28 Z0 ;home Z
    G1 Z5 F5000 ;lift nozzle 5mm
    M565 Z0.8 ;use 1.0 Z-offset
    G29 ;run autolevel
    G1 Z15.0 F9000 ;raise nozzle 15 mm
    G92 E0 ;zero the extruder
    M109 S{print_temperature} ;wait for nozzle to heat
    M117 Printing... ;print message on LCD

    Its also the start gCode I tried using on Cura 2.3

    Stock gCode for Cura 2.3 R1 Plus:

    G92 E0 ;
    M565 Z-1 ;
    G1 Z5 F5000 ;
    G29 ;
     

Share This Page