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

    Change ATX OFF button

    Scheduled Pinned Locked Moved
    Firmware installation
    2
    5
    221
    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.
    • matej1006undefined
      matej1006
      last edited by

      I would like to change ATX OFF code that instead of turn printer off goes to Z max and goes to off

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

        If you're referring to a hardwired button, then just add G1 Zn to the macro.

        If referring to DuetWebControl it'll require a change to the code. The smooth approach would probably be to change the firmware execute atxoff.g and atxon.g if they exist, as it would also work with just sending the g-code and not just though DuetWebControl

        Workaround would be to create a macro and run that, but a little less accessible.

        1 Reply Last reply Reply Quote 0
        • matej1006undefined
          matej1006
          last edited by

          Where can i find this two macros

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

            to expand on https://forum.duet3d.com/post/166154

            hack the code

            https://github.com/Duet3D/RepRapFirmware/

            1 Reply Last reply Reply Quote 0
            • matej1006undefined
              matej1006
              last edited by

              do i have that reprap or DWC code?
              in reprap i didn't found any m81 or atxpower section

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