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

    Mesh bed leveling only in printing area

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    mesh bed leveling printing area
    4
    9
    907
    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.
    • danny_v1undefined
      danny_v1
      last edited by

      Hello,

      I am wondering if there is a way to do the mesh bed Leveling only in the area where the extruder is printing. So if I want to print just a small thing that the messurement point are also just in this small area?

      1 Reply Last reply Reply Quote 0
      • oozeBotundefined
        oozeBot
        last edited by

        I added this functionality to our post processor as I thought it would be more useful, but it’s never used. Instead we just create a mesh once and rely on it being accurate. Just my two cents, but there are likely use-cases I’m not thinking of in which this would be more valuable . We haven’t released our post processor yet, but hopefully will be soon if you’d be interested in trying it.

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

          you mean something like this?

          https://forum.duet3d.com/topic/15302/cura-script-to-automatically-probe-only-printed-area

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 0
          • danny_v1undefined
            danny_v1
            last edited by

            yes that looks good, thank you, how I have to run it? can I use this also for ideamaker?

            Luke'sLaboratoryundefined 1 Reply Last reply Reply Quote 0
            • Luke'sLaboratoryundefined
              Luke'sLaboratory @danny_v1
              last edited by

              @danny_v1 Ideamaker actually has this parameter built in - see the screenshot below related to M557

              03d85997-cec4-4478-b078-7434e7355b17-image.png

              Luke
              http://lukeslab.online

              oozeBotundefined danny_v1undefined 3 Replies Last reply Reply Quote 0
              • oozeBotundefined
                oozeBot @Luke'sLaboratory
                last edited by

                @luke-slaboratory This is what our pre-processor does, but by scanning the file for Min and Max X and Y - except it currently doesn't use P. Instead it does the math to make the grid fit the defined spacing.

                ;Custom mesh grid with 48 points
                M557 X120:180 Y110:190 S10
                
                Luke'sLaboratoryundefined 1 Reply Last reply Reply Quote 0
                • Luke'sLaboratoryundefined
                  Luke'sLaboratory @oozeBot
                  last edited by

                  @oozebot Understandable - the other postprocessing scripts i have typically default to a preprogrammed spacing, but then default out to just using points, depending on print size. I don't use ideamaker much, this was one of my last machines running RRF in this class.

                  Luke
                  http://lukeslab.online

                  1 Reply Last reply Reply Quote 0
                  • danny_v1undefined
                    danny_v1 @Luke'sLaboratory
                    last edited by

                    @luke-slaboratory Oh thank you that was exact the thing is was looking for!
                    The P parameter defines how much points to do on each axis, right?

                    1 Reply Last reply Reply Quote 0
                    • danny_v1undefined
                      danny_v1 @Luke'sLaboratory
                      last edited by danny_v1

                      @luke-slaboratory If i add your example I get a warning that the code is not ok. If I add it without the -10 and +10 it is ok. Do I have to remove the M557 from the bed.g macro and put it to the config.g?

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