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

How to set feedrate for G30 X/Y move

Scheduled Pinned Locked Moved
Gcode meta commands
3
8
467
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
    xnaron
    last edited by xnaron 14 Oct 2020, 19:08

    Is it possible to set the feedrate for the x/y move in the G30 command? It runs the G30 commands in my bed.g file at 33mm/s. I'd like to to move to the x/y location much faster say 100mm/s and probe at the M558 feedrate. I've searched the threads and the docs and don't see a way to adjust it.

    my z probe is set as follows
    M558 P9 C"^zprobe.in" H5 F100 T2000

    G31 X-20.36 Y-11.75 Z0.28 P25

    bed.g
    M561
    ; bed.g file for RepRapFirmware, generated by Escher3D calculator
    ; 10 points, 6 factors, probing radius: 140, probe offset (0, 0)
    G28
    G30 P0 X0.00 Y140.00 Z-99999 H0
    G30 P1 X121.24 Y70.00 Z-99999 H0
    G30 P2 X121.24 Y-70.00 Z-99999 H0
    G30 P3 X0.00 Y-140.00 Z-99999 H0
    G30 P4 X-121.24 Y-70.00 Z-99999 H0
    G30 P5 X-121.24 Y70.00 Z-99999 H0
    G30 P6 X0.00 Y70.00 Z-99999 H0
    G30 P7 X60.62 Y-35.00 Z-99999 H0
    G30 P8 X-60.62 Y-35.00 Z-99999 H0
    G30 P9 X0 Y0 Z-99999 S6

    1 Reply Last reply Reply Quote 0
    • undefined
      Phaedrux Moderator
      last edited by 14 Oct 2020, 20:07

      Can you try adding a G1 F2000 after your G28 to set the feed rate? I'm not sure if it will apply to the G30 moves though.

      Z-Bot CoreXY Build | Thingiverse Profile

      1 Reply Last reply Reply Quote 0
      • undefined
        fcwilt
        last edited by 14 Oct 2020, 20:21

        Hi,

        I never paid much attention to this.

        I just assumed the M558 T parameter (travel speed) would apply to the probing of the points specified in bed.g

        T2000 seems slow, I use T12000.

        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

        1 Reply Last reply Reply Quote 0
        • undefined
          Phaedrux Moderator
          last edited by 14 Oct 2020, 20:28

          @fcwilt

          You're totally right. 2000mm/min is 33mm/s so it is using the speed set in M558.

          @xnaron if you want it faster, change what you have in M558

          Z-Bot CoreXY Build | Thingiverse Profile

          undefined 1 Reply Last reply 14 Oct 2020, 20:41 Reply Quote 1
          • undefined
            fcwilt @Phaedrux
            last edited by 14 Oct 2020, 20:41

            @Phaedrux said in How to set feedrate for G30 X/Y move:

            You're totally right.

            It's only fair that I get to be right every once in a while. 😉

            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 14 Oct 2020, 21:59 Reply Quote 0
            • undefined
              Phaedrux Moderator @fcwilt
              last edited by 14 Oct 2020, 21:59

              @fcwilt You know what they say about stopped clocks.

              Z-Bot CoreXY Build | Thingiverse Profile

              undefined 1 Reply Last reply 14 Oct 2020, 22:09 Reply Quote 1
              • undefined
                fcwilt @Phaedrux
                last edited by 14 Oct 2020, 22:09

                @Phaedrux said in How to set feedrate for G30 X/Y move:

                @fcwilt You know what they say about stopped clocks.

                Well, around here it's mostly the wife saying "When are you ever going to fix it ?!?!?!?!?!".

                I don't get it really - it's only been, what, 10-11 years? She is in SUCH a hurry.

                🙂

                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

                1 Reply Last reply Reply Quote 0
                • undefined
                  xnaron
                  last edited by 15 Oct 2020, 00:08

                  Thanks everyone. That was dumb on my part. I was looking for an F modifier and totally discounted the T parameter without reading what it said in the doc.

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