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

    How do I speed up the bed mesh level

    Scheduled Pinned Locked Moved
    General Discussion
    3
    11
    485
    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.
    • rexxundefined
      rexx
      last edited by

      How do I speed up the mesh level

      alankilianundefined 1 Reply Last reply Reply Quote 0
      • alankilianundefined
        alankilian @rexx
        last edited by alankilian

        @rexx One way would be to probe fewer points.

        Another way if to not lift the probe as far off the bed when moving to the next point.

        SeemeCNC Rostock Max V3 converted to V3.2 with a Duet2 Ethernet Firmware 3.2 and SE300

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

          There are a few things that come into play, most controlled by the parameters in M558.

          The travel speed between probe points can be increased. The probing dive speed can be increased to a point (you don't want to probe too fast which can lead to inconsistency). And the dive height can possibly be reduced to a minimum so you don't have as far to go to touch the bed.

          https://duet3d.dozuki.com/Wiki/Gcode#Section_M558_Set_Z_probe_type

          Z-Bot CoreXY Build | Thingiverse Profile

          rexxundefined 3 Replies Last reply Reply Quote 0
          • rexxundefined
            rexx @Phaedrux
            last edited by

            @phaedrux so is this speed change for travel in the config.g or….

            1 Reply Last reply Reply Quote 0
            • rexxundefined
              rexx @Phaedrux
              last edited by

              @phaedrux
              ; Z-Probe
              M950 S0 C"exp.heater3"
              M558 P9 C"^zprobe.in" H5 F120 T6000
              G31 P500 X-42 Y-1 Z2.90
              M557 X15:315 Y15:315 S75

              so is the speed the f120 in the M558 line?
              is the T6000 the dive height?

              1 Reply Last reply Reply Quote 0
              • rexxundefined
                rexx @Phaedrux
                last edited by

                @phaedrux ok so
                H5 is the dive height
                F120 is the travel speed
                T6000?

                alankilianundefined 1 Reply Last reply Reply Quote 0
                • alankilianundefined
                  alankilian @rexx
                  last edited by

                  @rexx You can look up all the parameters for ALL gcode HERE.

                  • Tnnn Travel speed to and between probe points (mm/min). This is also the Z lift speed after probing. The corresponding axis speed limits set by M203 will be used instead if they are lower.

                  SeemeCNC Rostock Max V3 converted to V3.2 with a Duet2 Ethernet Firmware 3.2 and SE300

                  rexxundefined 2 Replies Last reply Reply Quote 0
                  • rexxundefined
                    rexx @alankilian
                    last edited by

                    @alankilian thank you

                    1 Reply Last reply Reply Quote 0
                    • rexxundefined
                      rexx @alankilian
                      last edited by

                      @alankilian i have the travel speed increased much better now thank you

                      can i change the probe points or how do i do this

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

                        Read this

                        https://duet3d.dozuki.com/Wiki/Using_mesh_bed_compensation

                        Z-Bot CoreXY Build | Thingiverse Profile

                        rexxundefined 1 Reply Last reply Reply Quote 0
                        • rexxundefined
                          rexx @Phaedrux
                          last edited by

                          @phaedrux thank you

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