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

    Hiding Z axis - RRF3.1.1

    Scheduled Pinned Locked Moved
    General Discussion
    5
    11
    213
    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.
    • jay_s_ukundefined
      jay_s_uk
      last edited by

      Is there any way to hide the Z axis?
      I'm finally setting up a duet 2 running RRF3.1.1 with my laser cutter and I only have an X and Y.
      Whenever I homeall, I get an error saying Z isn't homed.
      I have a homez.g file but it is blank.
      Anything I can do?

      Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

      1 Reply Last reply Reply Quote 0
      • JoergS5undefined
        JoergS5
        last edited by

        I think if you say G92 Z0 at the end of your home file, the cutter ignores that you don't have a Z endstop.

        1 Reply Last reply Reply Quote 0
        • jay_s_ukundefined
          jay_s_uk
          last edited by

          Yes, I suppose that would "cheat the system" as it were.

          It would be nice if DWC didn't display Z at all though

          Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

          deckingmanundefined 1 Reply Last reply Reply Quote 1
          • deckingmanundefined
            deckingman @jay_s_uk
            last edited by

            @jay_s_uk What happens if you put P2 at the end of your M584? https://duet3d.dozuki.com/Wiki/Gcode#Section_M584_Set_drive_mapping

            I regularly hide my UVA and B axes apart from when I'm homing them so switch between P3 and P7. But I've never tried P2 to hide the Z - might be worth a shot?

            Ian
            https://somei3deas.wordpress.com/
            https://www.youtube.com/@deckingman

            1 Reply Last reply Reply Quote 0
            • jay_s_ukundefined
              jay_s_uk
              last edited by

              I have P2 already. Should've mentioned that I suppose

              ; Drives
              M569 P0 S1                                     	; physical drive 0 goes forwards
              M569 P1 S0                                     	; physical drive 1 goes forwards
              M569 P2 S0
              M584 X1 Y0 P2	                               	; set drive mapping
              

              I mapped a drive to P2 just incase it needed it

              Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

              deckingmanundefined 1 Reply Last reply Reply Quote 0
              • deckingmanundefined
                deckingman @jay_s_uk
                last edited by

                @jay_s_uk Ahh, OK. Maybe the firmware "insists" that you have 3 axes visible - guess this is one for DC then?

                Ian
                https://somei3deas.wordpress.com/
                https://www.youtube.com/@deckingman

                jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                • jay_s_ukundefined
                  jay_s_uk @deckingman
                  last edited by

                  or maybe @chrishamm as I guess DWC defaults to 3 axis

                  Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                  chrishammundefined 1 Reply Last reply Reply Quote 0
                  • chrishammundefined
                    chrishamm administrators @jay_s_uk
                    last edited by

                    @jay_s_uk I think we need to change RRF to achieve that. DWC can already display an arbitrary number of axes.

                    Duet software engineer

                    1 Reply Last reply Reply Quote 1
                    • jay_s_ukundefined
                      jay_s_uk
                      last edited by

                      definitely one of @dc42 then

                      Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                      1 Reply Last reply Reply Quote 0
                      • JoergS5undefined
                        JoergS5
                        last edited by

                        Most kinematics have references to X_AXIS, Y_AXIS and Z_AXIS, so I expect hiding Z in the display is the only solution.

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

                          Yes M584 constrains the P parameter to be between 3 and the total number of axes. I can try allowing a lower minimum in RRF 3.02. I'm not sure how DWC will respond to being told that there are only 2 axes.

                          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 1
                          • First post
                            Last post
                          Unless otherwise noted, all forum content is licensed under CC-BY-SA