Jump to content

Idusidus

Dormant
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Idusidus

  1. Hi,

     

    I saw a video for a nozzle wipe but was done in simplify3D with the tab scripting. 

    Where  can I place the following code ("printer startcode" or "extruder startcode") in Cura 3.3.1?

     

    G1 Y-3.0 F500.0 ; move out of print volume

    G1 X60.0 E9 F500.0 ; start purge

    G1 X100 E12.5 F500.0 ; finish purge line

     

    When placed in "printer startcode" do I need to remove lines, insert beween 2 lines or can I just place it at the end?

     

    G21 ;metric values

    G90 ;absolute positioning

    M82 ;set extruder to absolute mode

    M107 ;start with the fan off

    G28 X0 Y0 ;move X/Y to min endstops

    G28 Z0 ;move Z to min endstops

    G1 Z15.0 F9000 ;move the platform down 15mm

    G92 E0 ;zero the extruded length

    G1 F200 E3 ;extrude 3mm of feed stock

    G92 E0 ;zero the extruded length again

    G1 F9000

    ;Put printing message on LCD screen

    M117 Printing...

     

    Thanks in advance.

     

     

×
×
  • Create New...