Duet3D Logo

    Duet3D

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

    How to change default x/y speed between G30 probing points?

    General Discussion
    3
    7
    303
    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 zapta

      My leveling macro has this code to measure at the four leveling screw points

      G30 P0 X26  Y29  Z-99999     ; front / left
      G30 P1 X266 Y29  Z-99999     ; front / right
      G30 P2 X266 Y269 Z-99999     ; rear  / right
      G30 P3 X26  Y269 Z-99999 S4  ; rear / left + report
      

      Is there a way to speed the x/y movement speed between the probing points? The mesh command M558 supports a speed parameters T but I don't see anything similar for G30.

      Edit: fixed F parameter to T parameter.

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

        M558 T parameter is the travel speed between points.

        Z-Bot CoreXY Build | Thingiverse Profile

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

          Thanks @phaedrux, is there a similar trick to control the x/y movement speed between G30 leveling points?

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

            What happens if you set the feed rate before the G30 lines?

            Z-Bot CoreXY Build | Thingiverse Profile

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

              @zapta said in How to change default x/y speed between G30 probing points?:

              Thanks @phaedrux, is there a similar trick to control the x/y movement speed between G30 leveling points?

              The same parameter controls both.

              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

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

                @dc42 said in How to change default x/y speed between G30 probing points?:

                The same parameter controls both.

                Thanks dc42. I tried to add T10000 to the G30 commands but it doesn't see to affect the x/y movement between the probing points.

                G30 P0 X26  Y29  Z-99999 T10000     ; front / left
                G30 P1 X266 Y29  Z-99999 T10000     ; front / right
                G30 P2 X266 Y269 Z-99999 T10000     ; rear  / right
                G30 P3 X26  Y269 Z-99999 T10000 S4  ; rear / left + report
                

                Is this the right parameter to use with G30? Any idea how to control the x/y travel speed between G30 probing points?

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

                  No that format is not quite right.

                  The T value goes in M558 in your config.g, not in the G30 command in bed.g.

                  What happens if you add G1 F10000 before the G30s?

                  Z-Bot CoreXY Build | Thingiverse Profile

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