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

    better if Speed Factor resets at end of print?

    Scheduled Pinned Locked Moved
    Duet Web Control
    3
    5
    339
    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.
    • r123undefined
      r123
      last edited by

      AFAIK currently speed factor, if set to 150%, remains at 150% until machine restarts. I've encountered this on CNC mills and routers for and it only seems to serve to catch me out. I don't check how the person before me left it. Nor do I remember that I may have changed it myself. Modding the speed is something myself I'd only do partway into a job on a situational basis and when the job's over well a new day begins. For my money it would only save unfortunate mistakes if the Speed Factor, set in DWC, reset to 100% when print ends.

      What do you think?

      o_lampeundefined 1 Reply Last reply Reply Quote 1
      • o_lampeundefined
        o_lampe @r123
        last edited by

        @r123
        I agree, but that is also possible in the endcode of the cnc-program. Better ask your local guy, who makes the program, if he can implement the speed reset there.

        r123undefined 1 Reply Last reply Reply Quote 0
        • r123undefined
          r123 @o_lampe
          last edited by

          @o_lampe Great idea!

          I'm putting

          M220 S100

          in my end scripts right now.

          engikeneerundefined 1 Reply Last reply Reply Quote 1
          • engikeneerundefined
            engikeneer @r123
            last edited by

            @r123 Even better, put it in Start.g too (might have to create the file in the sys directory as I'm not sure it's there by default). This gets called when you start a job, before anything else in the file is run. That way you know it is set back to 100% no matter what has been done on the machine during the last job (or even since the last job was finished!)

            E3D TC with D3Mini and Toolboards.
            Home-built CoreXY, Duet Wifi, Chimera direct drive, 2x BMG, 300x300x300 build volume
            i3 clone with a bunch of mods

            r123undefined 1 Reply Last reply Reply Quote 2
            • r123undefined
              r123 @engikeneer
              last edited by

              @engikeneer good thinking

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