Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Wishlist: display x,y,z in the Move control

    PanelDue
    4
    6
    325
    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.
    • zapta
      zapta last edited by

      In the Move control on the PanelDue (the one that allows to move x,y,x in 0.5, 5, 50, ... increments), please display also the current x,y,z.

      I use this panel for various testing often need to exit that panel to view the current x,y,z.

      Thanks.

      1 Reply Last reply Reply Quote 1
      • dc42
        dc42 administrators last edited by

        I've moved this request to the PanelDue section of the forum.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        • resam
          resam last edited by

          This has been requested multiple times already on the forums.
          I implemented this feature and sent a pull request: https://github.com/dc42/PanelDueFirmware/pull/43

          Keep in mind that this problem can only be solved for the most common printers. Printers with additional axis or non-standard configs might not have enough space on the screen to display the additional controls.

          Kriechi created this issue in dc42/PanelDueFirmware

          closed add axis coordinates to MovePopup and PrintTab #43

          dragonn zapta 2 Replies Last reply Reply Quote 0
          • dragonn
            dragonn @resam last edited by dragonn

            @resam Maybe moving the extra axis to a separate menu would be a good solution even for the users with extra axis? I think even when you have extra axis most time you are interested in the basic three.

            This would allow even to display the basic three axis like in pronterface (with I think is more user friendly)

            1 Reply Last reply Reply Quote 0
            • zapta
              zapta last edited by

              @dragonn said in Wishlist: display x,y,z in the Move control:

              This would allow even to display the basic three axis like in pronterface (with I think is more user friendly)

              It would be nice to have UP on the screen moves the bed up (which decreases Z in my case). Having to click -50 on the LEFT side of screen to move the bed UP over challenges my brain 😉

              1 Reply Last reply Reply Quote 1
              • zapta
                zapta @resam last edited by

                @resam said in Wishlist: display x,y,z in the Move control:

                I implemented this feature and sent a pull request: https://github.com/dc42/PanelDueFirmware/pull/43

                I looked briefly at your code. It seems to address the case of no space on the screen with the (MaxAxis < 5) condition, so should help vast majority of users and will not affect the rest.

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