Jump to content

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

      • Help Us Improve Cura – Join the Ultimaker Research Program
        🚀 Help Shape the Future of Cura and Digital Factory – Join Our Power User Research Program!
        We’re looking for active users of Cura and Digital Factory — across professional and educational use cases — to help us improve the next generation of our tools.
        Our Power User Research Program kicks off with a quick 15-minute interview to learn about your setup and workflows. If selected, you’ll be invited into a small group of users who get early access to features and help us shape the future of 3D printing software.

        🧪 What to Expect:
        A short 15-minute kickoff interview to help us get to know you If selected, bi-monthly research sessions (15–30 minutes) where we’ll test features, review workflows, or gather feedback Occasional invites to try out early prototypes or vote on upcoming improvements
        🎁 What You’ll Get:
         
        Selected participants receive a free 1-year Studio or Classroom license Early access to new features and tools A direct voice in what we build next
        👉 Interested? Please fill out this quick form
        Your feedback helps us make Cura Cloud more powerful, more intuitive, and more aligned with how you actually print and manage your workflow.
        Thanks for being part of the community,

        — The Ultimaker Software Team
        • 0 replies
      • Cura 5.10 stable released!
        The full stable release of Cura 5.10 has arrived, and it brings support for the new Ultimaker S8, as well as new materials and profiles for previously supported UltiMaker printers. Additionally, you can now control your models in Cura using a 3D SpaceMouse and more!
          • Like
        • 18 replies
    ×
    ×
    • Create New...