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

    M81 question

    Scheduled Pinned Locked Moved
    Duet Web Control wishlist
    2
    12
    582
    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.
    • Phaedruxundefined
      Phaedrux Moderator
      last edited by

      You can add that to your slicer end gcode.

      G28 Z ( if your homez homes to zmax)
      M400 (wait for moves to finish)
      M81 power off

      Z-Bot CoreXY Build | Thingiverse Profile

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

        Yeah that i clear to me.
        i would like to know if is possible to do that by clicking on DWI off button for ATX power or not?

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

          Not easily. You could put those commands in a separate macro and execute them when you want. To change what the DWC buttons do is less easy. I can move this to the DWC wishlist as an idea for future extension.

          Z-Bot CoreXY Build | Thingiverse Profile

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

            That would be great if this will be possible to change

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

              @Phaedrux What i need to do to change that now ?

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

                @matej1006 said in M81 question:

                @Phaedrux What i need to do to change that now ?

                https://github.com/Duet3D/DuetWebControl

                Hack at the code?

                Z-Bot CoreXY Build | Thingiverse Profile

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

                  which program they use?

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

                    Duet Web Control is a fully-responsive HTML5-based web interface for RepRapFirmware which utilizes the Bootstrap framework, JQuery and a few other libraries to allow easy control of Duet-based 3D printer electronics.

                    It is designed to communicate with RepRapFirmware using WebSockets and RESTful HTTP requests. One goal of the core application is to keep things compact, so a good loading speed can be achieved even on slow networks. Another one is to communicate to the firmware using only AJAX calls, which either return JSON objects, plain texts or binary blobs.

                    Z-Bot CoreXY Build | Thingiverse Profile

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

                      awesome i think i found right code 😉

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

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • matej1006undefined
                          matej1006
                          last edited by matej1006

                          @dc42 Hello 😉

                          me and @Phaedrux already talk about how could i change ATX OFF button,
                          i would like to add that when i press ATX OFF that my bed goes to Z max and then after reach Z max printer go to OFF.

                          and if possible to add if printer is was not send to home yet then that is not possible to turn printer off with ATX OFF
                          Please help

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