Jump to content

M190 ; M104 ; M109 instead of M104 ; M190 ; M109


kaptonit

Recommended Posts

Posted · M190 ; M104 ; M109 instead of M104 ; M190 ; M109

Hi every

Here is the code generated by UC

 

;FLAVOR:RepRap

M190 S80 heat bed and wait
M104 S250 heat nozzle ans skip
M109 S250 heat nozzle and wait

 

In this way, bed heats first and after it's hot, nozzle heats.


Every time, I modify it as this wiht editor

M104 S250 heat nozzle and skip
M190 S80 heat bed and wait
M109 S250 heat nozzle and wait

 

The heating process is faster on this way because nozzle and bed heat in same time

 

Where to modify this in ultimaker cura to invert M104 and M190 ? The custom code does'nt seem able to do that.
 

  • Link to post
    Share on other sites

    Posted (edited) · M190 ; M104 ; M109 instead of M104 ; M190 ; M109

    Tried adding this to start gcode for your printer?

     

    M104 S{material_print_temperature_layer_0}
    M190 S{material_bed_temperature_layer_0}
    M109 S{material_print_temperature_layer_0}

     

    Although, I like to heat the bed before I probe to factor out thermal expansion - and if my nozzle is pre-heated it can ooze while it travels and dives during probe moves.

    Edited by BigBlue
  • Link to post
    Share on other sites

    Posted · M190 ; M104 ; M109 instead of M104 ; M190 ; M109

    @kaptonit - What @BigBlue says will work.  When Cura notices that there are replacement patterns (keywords) in the StartUp Gcode it does not put the initial "M104/M109" or "M140/M190" in front of the startup gcode.

     

    If you alter your StartUp G-Code and call out the temperatures like this you will get the bed and hot end to heat together.  This example is for a printer with ABL and is meant to keep the nozzle from oozing as it moves around during the Auto-Level sequence.

    M104 S160  ;Start to heat the hot end but keep it below "ooze" temperature.

    M140 S{material_bed_temperature_layer_0} ;Heat the bed to Initial Layer Bed Temp

    M109 S160 ;wait for the hot end to hit 160

    M190 S{material_bed_temperature_layer_0} ;wait for the bed to get to temperature for layer 0

    G28 ;Auto-Home if required

    G29 ;Auto-Level command

    M109 S{material_print_temperature_layer_0} ;wait for the hot end to get to initial layer temperature before trying to extrude any material.

     

  • 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.8 beta released
        Another Cura release has arrived and in this 5.8 beta release, the focus is on improving Z seams, as well as completing support for the full Method series of printers by introducing a profile for the UltiMaker Method.
          • Like
        • 1 reply
      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
    ×
    ×
    • Create New...