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

    Temperature Tower Issue/Question

    Scheduled Pinned Locked Moved
    General Discussion
    2
    3
    350
    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.
    • DaveAundefined
      DaveA
      last edited by DaveA

      Is there anything special I need to do to change print temps during a print? I've used S3D to prepare my file and ran it through a python script to change temps every 50 layers. I can see in the output .gcode that there is a G10 Snnn every 40 layers but the temp doesn't change while printing. I've also tried using an M104 Snnn tring with the same results.

      This is a snippet of the code in my file:
      G1 X121.113 Y100.281 E0.0054
      G1 X121.045 Y100.148 E0.0054
      G1 E-1.5000 F1800
      ; layer 80, Z = 16.000
      ;LAYER:80
      G10 S240
      G1 Z16.000 F1002
      G1 X121.102 Y100.129 F4800

      While the printer is idle I can use the console to enter G10s and the DWC will update the temp display. Should the DWC follow the G10s in the file while printing?

      I've got to assume that I'm missing something.

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

        I think you might need the P parameter for G10 to specify the tool? G10 P0 S240

        But M104 S240 should work

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 1
        • DaveAundefined
          DaveA
          last edited by

          Thanks, that was it. I just assumed (I know) that if I had only one tool that I wouldn't need to specify it.

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