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

      • Introducing Universal Cura Projects in the UltiMaker Cura 5.7 beta
        Strap in for the first Cura release of 2024! This 5.7 beta release brings new material profiles as well as cloud printing for Method series printers, and introduces a powerful new way of sharing print settings using printer-agnostic project files! Also, if you want to download the cute dinosaur card holder featured below, it was specially designed for this release and can be found on Thingiverse! 
          • Like
        • 10 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...