Jump to content

Start G-code for Multi extruder printer


benkor

Recommended Posts

Posted · Start G-code for Multi extruder printer

Hey guys,

 

My printer is Raise3D Pro2!

I have this Start code that I need to heats up both nozzles in the beginning in order for them to do the switch if needed.

 

How do I achieve that in Cura?

 

Start G-code:

G90; use absolute coordinates
M83; extruder relative mode
M104 S[first_layer_temperature] ; set extruder temp
M140 S[first_layer_bed_temperature] ; set bed temp
M190 S[first_layer_bed_temperature]; wait for bed temp
M109 S[first_layer_temperature]; wait for extruder temp
G21
M82
M107; fan off
G28 X0 Y0
G28 Z0
G92 E0; reset extruder position to 0
G1 Y5 X5 F3000 ;Move to position
G1 X60 E9.0 F1000 ;Start purge line
G1 X100 E12.5 F1000 ;Finish purge line
G92 E0; reset extruder position to 0
M117 Printing...

 

In Prusaslicer it's working except for the temperature of the none active extruder is not going down after the selection:

 

Start G-code

G90; use absolute coordinates
M83; extruder relative mode
M104 S[first_layer_temperature] ; set extruder temp
M140 S[first_layer_bed_temperature] ; set bed temp
M190 S[first_layer_bed_temperature]; wait for bed temp
M109 S[first_layer_temperature]; wait for extruder temp
T[initial_extruder] P0 ; select tool
M116 P[initial_extruder] ; wait for temperature

G21
M82
M107; fan off
G28 X0 Y0
G28 Z0
G92 E0; reset extruder position to 0
G1 Y5 X5 F3000 ;Move to position
G1 X60 E9.0 F1000 ;Start purge line
G1 X100 E12.5 F1000 ;Finish purge line
G92 E0; reset extruder position to 0
M117 Printing...

 

Tool Change G-code

; Custom tool change G-code
T[next_extruder] P0 ; select tool
M116 P[next_extruder] ; wait for temperature

 

Thanks.

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...