Jump to content

DanielP5433

Member
  • Posts

    11
  • Joined

  • Last visited

Posts posted by DanielP5433

  1. Hi Everyone,

     

    I have a Leapfrog Bolt Pro IDEX printer and I am having trouble with the tool change g code.

     

    Issue 1 is that even though I have a M109 and M104 command at the start of the start gcode it will still generate a second set of commands which are after my nozzle wipe movements so this causes oozing before moving to print. I am not sure why it is doing it, I am running Cura master version 20200703.

     

    Issue 2 is I am not sure how to get the extruder to retract after the purge/wipe movements, move to start the next layer and then prime the retracted amount. It seems to do it at the very start of the the print before the skirt but not at the tool change and my brain is now fried from trying to figure this out. I have attached the project and the generated g code from a file and the following is my start gcode for my right extruder (left is the same except for x movement and tool selection)

     

    M109 S{material_print_temperature}

    M104 T1 S175

    G1 Y-32 F12000 ; move to wipe Y position

    G91 ; set to relative

    G1 E15 F200 ; extrude 15mm

    G4 S2

    G92 E0 ;zero extruder

    G1 X290 F12000 ; perform wipe sequence

    G1 X367 F12000

    G1 X290 F12000

     

    If anyone can fix this for me I will love you for ever and of course happy to pay for the help if it takes up too much time.

    Styram 1.gcode Styram 1.3mf

  2. I have attached it now, The main issues I am having are the M109 and M104 replication but some advice on start gcode for each extruder to do a retract after the purge/wipe, move to print position then prime back retracted amount before printing would also be amazing. It seems to do it in the G code at the start before the skirt but won't do it after a tool change, also if this takes up a significant amount of you time please let me know your pay pal so I can pay you for your time.

    Styram 1.3mf

  3. Hi,

     

    I would just like to start off by saying thank you for all the work you have done, I am having a similar issue but instead it is with an IDEX system.

     

    When I check the generated G Code files it puts a M109 and M 104 in after the start G Code which also has a M109 and M104 command. Since I have an IDEX machine (Leapfrog Bolt Pro) I want it to heat up, purge, wipe then start printing. My start G Code looks like this (I am still not sure how to set print and stand by temps as per slicer settings so I put it in manually)

     

    M109 S252

    M104 T1 S175

    G1 Y-33 F12000 ; move to wipe Y position

    G91 ; set to relative

    G1 E15 F150 ; extrude 15mm

    G4 S2

    G90 ; set to absolute

    G92 E0 ;zero extruder

    G1 X290 F12000 ; perform wipe sequence

    G1 X367 F12000

    G1 X290 F12000

     

    The gcode generated after slicing does this at a tool change

    T1
    G92 E0
    M109 S240
    M104 T0 S175
    G1 Y-33 F12000 ; move to wipe Y position
    G91 ; set to relative
    G1 E15 F150 ; extrude 15mm
    G4 S2
    G90 ; set to absolute
    G92 E0 ;zero extruder
    G1 X20 F12000 ; perform wipe sequence
    G1 X-20 F12000
    G1 X20 F12000
    M105
    M109 S240
    M104 T0 S175

    M106 S127.5
    M205 X30 Y30
    G1 F2400 E-1.5
    G1 F600 Z3.3

     

    I have underlined the second commands as the machine pauses to heat again, allowing material to ooze out defeating the purpose of the wipe and pure. Any help is greatly appreciated!

×
×
  • Create New...