Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Bed and hotend not heating @ the same time

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    5
    8
    735
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Cavemanundefined
      Caveman
      last edited by

      I have a duet meastro and with the new prusa slicer I can't warm up de bed and hotend @ the same time.
      Anyone tried to get that to work?

      1 Reply Last reply Reply Quote 0
      • kingfisherundefined
        kingfisher
        last edited by

        Do you have an M190 in your start g-code?

        1 Reply Last reply Reply Quote 0
        • Cavemanundefined
          Caveman
          last edited by

          yes I have

          1 Reply Last reply Reply Quote 0
          • Phaedruxundefined
            Phaedrux Moderator
            last edited by

            Can you post your slicer start gcode so we can see what might actually be wrong?

            Z-Bot CoreXY Build | Thingiverse Profile

            1 Reply Last reply Reply Quote 0
            • Cavemanundefined
              Caveman
              last edited by

              M82 ;Set extruder to absolute mode
              G28 ; home all axes
              ;Heating
              M104 S220 ; set extruder temp
              M140 S60 ; set bed temp
              M190 S60 ; wait for bed temp
              M109 S220 ; wait for extruder temp

              dc42undefined 1 Reply Last reply Reply Quote 0
              • Phaedruxundefined
                Phaedrux Moderator
                last edited by

                That looks correct. Can you post the first 50 lines or so of an actual gcode file so we can see what the slicer is actually doing with that start code?

                Z-Bot CoreXY Build | Thingiverse Profile

                1 Reply Last reply Reply Quote 0
                • Origamiundefined
                  Origami
                  last edited by Origami

                  My duet 2 heats the bed first then start the hotend right before the bed reaches temp, haven't had much issue as the hotend heats up way faster than the bed. It can basically catch up in less than a min.

                  1 Reply Last reply Reply Quote 0
                  • dc42undefined
                    dc42 administrators @Caveman
                    last edited by

                    @caveman said in Bed and hotend not heating @ the same time:

                    M82 ;Set extruder to absolute mode
                    G28 ; home all axes
                    ;Heating
                    M104 S220 ; set extruder temp
                    M140 S60 ; set bed temp
                    M190 S60 ; wait for bed temp
                    M109 S220 ; wait for extruder temp

                    I think the problem is that no tool is selected at the start. You need a T0 command somewhere before the M104 command.

                    Duet WiFi hardware designer and firmware engineer
                    Please do not ask me for Duet support via PM or email, use the forum
                    http://www.escher3d.com, https://miscsolutions.wordpress.com

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post
                    Unless otherwise noted, all forum content is licensed under CC-BY-SA