• Tags
  • Documentation
  • Order
  • Register
  • Login
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
709
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.
  • undefined
    Caveman
    last edited by 21 Jul 2019, 08:50

    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
    • undefined
      kingfisher
      last edited by 21 Jul 2019, 08:58

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

      1 Reply Last reply Reply Quote 0
      • undefined
        Caveman
        last edited by 22 Jul 2019, 20:31

        yes I have

        1 Reply Last reply Reply Quote 0
        • undefined
          Phaedrux Moderator
          last edited by 22 Jul 2019, 20:31

          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
          • undefined
            Caveman
            last edited by 22 Jul 2019, 20:33

            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

            undefined 1 Reply Last reply 24 Jul 2019, 06:40 Reply Quote 0
            • undefined
              Phaedrux Moderator
              last edited by 22 Jul 2019, 23:10

              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
              • undefined
                Origami
                last edited by Origami 24 Jul 2019, 06:38

                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
                • undefined
                  dc42 administrators @Caveman
                  last edited by 24 Jul 2019, 06:40

                  @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
                  6 out of 8
                  • First post
                    6/8
                    Last post
                  Unless otherwise noted, all forum content is licensed under CC-BY-SA