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

    Updated to 2.03, printer does not wait to heat nozzle

    Scheduled Pinned Locked Moved Solved
    General Discussion
    2
    4
    206
    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.
    • msbaillyundefined
      msbailly
      last edited by

      Hey folks;

      In my previous firmware version I had no issue with the printer waiting for heat up, now it seems that the code setup provided by simplify3d selects tool 0 (at 0 degrees) as the active tool head and then ignores the wait from M109 for tool 1 (set to 235). Example output code below:

      G90
      M82
      M106 S0
      M140 S100
      M190 S100
      M104 S0 T0
      M104 S235 T1
      M109 S235 T1
      M141 S0; Turn on chamber heat
      G28 ; home all axes
      G0 X3 Y3;
      G1 E3;
      ; process ABS Dbot Right
      ; layer 1, Z = 0.200
      T1
      G92 E0.0000
      G1 E-4.6000 F3600
      ; feature skirt
      ; tool H0.200 W0.480
      G1 Z0.200 F1002

      Any suggestions?

      1 Reply Last reply Reply Quote 0
      • A Former User?
        A Former User
        last edited by

        Does it help to move the T1 line up before the M109 S235 T1 line?

        1 Reply Last reply Reply Quote 0
        • msbaillyundefined
          msbailly
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • msbaillyundefined
            msbailly
            last edited by

            Nice, that did it. Thanks!

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