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

Wants to home XYZ, which don't exist?

Scheduled Pinned Locked Moved
CNC
5
16
553
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.
  • undefined
    theolodian @fcwilt
    last edited by 17 Feb 2022, 13:57

    @fcwilt Because the other controller is using them.

    1 Reply Last reply Reply Quote 0
    • undefined
      fcwilt @theolodian
      last edited by 17 Feb 2022, 13:58

      @theolodian

      I cannot find where D, H, I, J, K and L are allowed for axes?

      Where is that mentioned?

      Frederick

      Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

      undefined 1 Reply Last reply 17 Feb 2022, 14:00 Reply Quote 0
      • undefined
        theolodian @fcwilt
        last edited by 17 Feb 2022, 14:00

        @fcwilt Lower case letters

        1 Reply Last reply Reply Quote 0
        • undefined
          theolodian @theolodian
          last edited by 17 Feb 2022, 14:24

          G90 works if the G92 X0 Y0 Z0 is done before the other axes are homed.

          1 Reply Last reply Reply Quote 0
          • undefined
            droftarts administrators
            last edited by 17 Feb 2022, 15:03

            @fcwilt from https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m584-set-drive-mapping

            UVWABCDabcdefghijkl available in RepRapFirmware 3.3 and later, Duet 3 MB6HC only

            In notes:

            The maximum number of axes supported on Duet 3 MB6HC is increased to 15 in RRF 3.3 and later. Axis letters abcdefghijkl may be used in addition to XYZUVWABCD. Because GCode is normally case insensitive, these must be prefixed with a single quote character in GCode commands. For example, M584 'A1.2 would assign axis 'a' to driver 1.2, and G1 'A10 would move the 'a' axis to the 10mm or 10 degree position (or by 10mm or 10 degrees if in relative mode).

            Ian

            Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

            undefined 1 Reply Last reply 17 Feb 2022, 15:05 Reply Quote 1
            • undefined
              theolodian @droftarts
              last edited by 17 Feb 2022, 15:05

              @droftarts The G28 warnings are annoying, however the machine is working now so I guess there's no rush on a solution.

              undefined 1 Reply Last reply 24 Feb 2022, 08:42 Reply Quote 0
              • undefined
                theolodian @theolodian
                last edited by 24 Feb 2022, 08:42

                @theolodian said in Wants to home XYZ, which don't exist?:

                @droftarts The G28 warnings are annoying, however the machine is working now so I guess there's no rush on a solution.

                @dc42

                undefined 1 Reply Last reply 24 Feb 2022, 08:47 Reply Quote 0
                • undefined
                  dc42 administrators @theolodian
                  last edited by 24 Feb 2022, 08:47

                  @theolodian please post your config.g file and your homing files.

                  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

                  undefined 1 Reply Last reply 24 Feb 2022, 08:54 Reply Quote 0
                  • undefined
                    theolodian @dc42
                    last edited by 24 Feb 2022, 08:54

                    @dc42 Here they are

                    config (3).g
                    homeall (1).g

                    undefined 1 Reply Last reply 24 Feb 2022, 10:55 Reply Quote 1
                    • undefined
                      dc42 administrators @theolodian
                      last edited by dc42 24 Feb 2022, 10:55

                      @theolodian thanks.

                      The reason for the spurious error messages is nothing to do with using lowercase axis letters. It is an unwanted side effect of using a blocking M291 call in homeall.g. I will log this as a bug to be fixed in either 3.4.0 stable or 3.5.

                      I did find a bug, which is that axes A and a use the same homing file name, and similarly for B and b etc. I will change it in 3.4.0 stable to use homea.g to home axis A and home'a.g to home axis a, and so on.

                      Are you aware of any other issues when using lowercase axis names?

                      EDIT: we've realised that DWC displays the axis letters as uppercase in the homing buttons and movement buttons. Also in standalone mode the DWC movement buttons don't work for lowercase axis names. We'll fix these.

                      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

                      undefined 1 Reply Last reply 24 Feb 2022, 14:45 Reply Quote 0
                      • undefined
                        theolodian @dc42
                        last edited by 24 Feb 2022, 14:45

                        @dc42 Thanks, that’s easy enough to work around for now. Been thinking about putting the message in the file that calls G28 anyway.

                        Yes, the DWC doesn’t handle lower case letters.

                        SBC mode doesn’t work at all last I checked.

                        M208 had some weird behaviour. I’ll bump that thread.

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