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

    [RRF 3.2.2] Can't figure out the offset between Z0 and mesh

    Scheduled Pinned Locked Moved
    General Discussion
    3
    34
    1.6k
    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.
    • fcwiltundefined
      fcwilt @pkos
      last edited by

      @pkos said in [RRF 3.2.2] Can't figure out the offset between Z0 and mesh:

      Then, I move my carriage on top of a particular point - in my case it's X145 Y130 - and run a G30 there.

      Then, I immediately hit G29 and upon that - I am already getting a map raised by 0.2-0.3. I specifically highlighted that point on the resulting mesh map.

      I don't know if the issue still exists in 3.2.2 but sometimes in the past the height map displayed was not the most recent.

      Rename the existing .CSV file something like heightmap_saved.csv and create a new one.

      Then in the height map viewer you should see both of them and can force a refresh by loading the old one then the new one.

      This may not be needed in 3.2.2 but it will insure you are seeing the most recent.


      Also she warning referenced the Z=0 datum not being set so somehow the height map is being loaded without it being set.

      Frederick

      Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

      pkosundefined 1 Reply Last reply Reply Quote 0
      • pkosundefined
        pkos @fcwilt
        last edited by

        @fcwilt Yep, I remember that problem, and I tried reloading the whole webUI to be sure AND (I forgot to write about it) - I even deleted the previous csv before the probing.

        And yes, I do have the warning about Z datum when I load the height map, but that's a second problem. First I want to understand why the very first bed mesh is already raised.

        Voron 2.4 (Duet 3 6HC + 3HC standalone), Voron SW (Duet 3 mini 5+ standalone), Voron Trident (Duet 3 mini 5+ standalone), Voron 0.1

        fcwiltundefined 1 Reply Last reply Reply Quote 0
        • fcwiltundefined
          fcwilt @pkos
          last edited by

          @pkos said in [RRF 3.2.2] Can't figure out the offset between Z0 and mesh:

          And yes, I do have the warning about Z datum when I load the height map, but that's a second problem. First I want to understand why the very first bed mesh is already raised.

          If the Z=0 datum is not set when creating the height map you can get that error since creating the height map also loads it.

          Frederick

          Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

          1 Reply Last reply Reply Quote 0
          • pkosundefined
            pkos
            last edited by

            OK. Again.
            Tell me how my code differs from yours.

            First your code:

            G29 S2                 ; cancel mesh bed compensation
            M290 R0 S0             ; cancel baby stepping
            G90 G1 Xaaa Ybbb       ; move probe to center of bed
            G30                    ; set Z=0 datum
            G29                    ; create height map
            

            Now my code - combined from the files and process I posted:
            Turn on the printer (so no need to run G29 S2 or M290, since nothing is set).
            Then this:

            G91              	; relative positioning
            G1 H1 Z15 F6000	    ; lift Z relative to current position
            G90              	; absolute positioning
            G1 X145 Y130 F6000 	; go to first probe point that covers one of the mesh points
            G30              	; home Z by probing the bed
            
            G91             	; relative positioning
            G1 Z5 F6000      	; lift Z relative to current position
            G90             	; absolute positioning
            

            Then immediately trigger mesh:

            G29
            

            Where are we different (I am skipping the extra moves like raising the hotend as that cannot have any impact on the core issue here)?

            Please note I wrote in my original post - before starting a print (M561 before G29 S1) - I get the error. But that only appears when I start printing something and run G29 S1. Not after I create the mesh - that wouldn't make sense, since I am running G30 immediately before creating the mesh.

            Voron 2.4 (Duet 3 6HC + 3HC standalone), Voron SW (Duet 3 mini 5+ standalone), Voron Trident (Duet 3 mini 5+ standalone), Voron 0.1

            fcwiltundefined 1 Reply Last reply Reply Quote 0
            • fcwiltundefined
              fcwilt @pkos
              last edited by

              @pkos said in [RRF 3.2.2] Can't figure out the offset between Z0 and mesh:

              Where are we different (I am skipping the extra moves like raising the hotend as that cannot have any impact on the core issue here)?

              I cannot imagine that those extra steps are related to the problem.

              Please note I wrote in my original post - before starting a print (M561 before G29 S1) - I get the error. But that only appears when I start printing something and run G29 S1.

              My bad - you mentioned step 11 and looked at line 11 in your homeZ.g file not the steps above that.

              So before loading the height map at the start of printing are you doing a G30 in the same XY location?

              Frederick

              Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

              1 Reply Last reply Reply Quote 0
              • pkosundefined
                pkos
                last edited by

                Yep. Exactly the same spot. 😄
                And of course, the nozzle is raised by that distance. I have to babystep down to the plate by roughly the 0.2-0.3mm.

                And I would expect this behavior since the actual mesh has that offset.

                Voron 2.4 (Duet 3 6HC + 3HC standalone), Voron SW (Duet 3 mini 5+ standalone), Voron Trident (Duet 3 mini 5+ standalone), Voron 0.1

                fcwiltundefined 1 Reply Last reply Reply Quote 0
                • fcwiltundefined
                  fcwilt @pkos
                  last edited by

                  @pkos said in [RRF 3.2.2] Can't figure out the offset between Z0 and mesh:

                  Yep. Exactly the same spot. 😄
                  And of course, the nozzle is raised by that distance. I have to babystep down to the plate by roughly the 0.2-0.3mm.

                  And I would expect this behavior since the actual mesh has that offset.

                  This is most curious.

                  All I can think of at this point is to create two macros with my code snippets then run the one that create creates the height map and then immediately run the one that loads it.

                  I'm trying to eliminate anything that is somehow happening behind the scenes causing the problem.

                  Do you have any code somewhere that might be changing the probe Z trigger height setting with one value being used when creating the height map and another when loading?

                  Grasping at straws there.

                  I'm running out of ideas.

                  Frederick

                  Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                  1 Reply Last reply Reply Quote 0
                  • pkosundefined
                    pkos
                    last edited by

                    Tried your macros - no change. As in - the offset is still there. Even the error appears - which is weird, because I know at some point in my tinkering yesterday I managed to set a series of commands that made the error disappear, but of course - not the offset itself.

                    I do not have any gcode that could in any way impact the probe Z trigger. That I double checked 🙂

                    I am pretty much stuck as well 😉 It totally baffles me.

                    Voron 2.4 (Duet 3 6HC + 3HC standalone), Voron SW (Duet 3 mini 5+ standalone), Voron Trident (Duet 3 mini 5+ standalone), Voron 0.1

                    fcwiltundefined 1 Reply Last reply Reply Quote 0
                    • fcwiltundefined
                      fcwilt @pkos
                      last edited by

                      @pkos said in [RRF 3.2.2] Can't figure out the offset between Z0 and mesh:

                      I am pretty much stuck as well 😉 It totally baffles me.

                      Here is something to try.

                      When doing the G30 you are positioning the probe at one of the probe points for the grid? Yes? No?

                      IF that is the case try a position that is in the middle of 4 grid points.

                      I will be racking my brain trying to recall anything else that might be causing the problem.

                      Frederick

                      Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                      pkosundefined 1 Reply Last reply Reply Quote 0
                      • pkosundefined
                        pkos @fcwilt
                        last edited by

                        @fcwilt Correct. I am probing exactly one of those spots. I'll try between the 4 tomorrow assuming the printer will even start. Currently, the board refuses to launch (different, known issue with the minis, waiting for a board replacement). If it were only on this printer, I'd think it's the board at fault and leave it at that 😉 But the other printer has the same problem, so yeah.

                        Voron 2.4 (Duet 3 6HC + 3HC standalone), Voron SW (Duet 3 mini 5+ standalone), Voron Trident (Duet 3 mini 5+ standalone), Voron 0.1

                        fcwiltundefined 1 Reply Last reply Reply Quote 0
                        • fcwiltundefined
                          fcwilt @pkos
                          last edited by

                          @pkos said in [RRF 3.2.2] Can't figure out the offset between Z0 and mesh:

                          @fcwilt Correct. I am probing exactly one of those spots. I'll try between the 4 tomorrow assuming the printer will even start. Currently, the board refuses to launch (different, known issue with the minis, waiting for a board replacement). If it were only on this printer, I'd think it's the board at fault and leave it at that 😉 But the other printer has the same problem, so yeah.

                          Known issue?

                          I have 4 Minis - what goes wrong?

                          Frederick

                          Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                          1 Reply Last reply Reply Quote 0
                          • pkosundefined
                            pkos
                            last edited by

                            There's apparently a batch that can result in loss of connection to the SD card.
                            It's described here: https://forum.duet3d.com/topic/21004/duet-3-mini-5-unable-to-connect-via-browser/24?_=1615068562632

                            Voron 2.4 (Duet 3 6HC + 3HC standalone), Voron SW (Duet 3 mini 5+ standalone), Voron Trident (Duet 3 mini 5+ standalone), Voron 0.1

                            1 Reply Last reply Reply Quote 0
                            • pkosundefined
                              pkos
                              last edited by

                              OK. Now I am even more lost...

                              3.3b1 solves the problem. Height map is scanned and loaded properly.
                              Same steps as above exactly. Worked first time.

                              Now to try a print! 🙂

                              Voron 2.4 (Duet 3 6HC + 3HC standalone), Voron SW (Duet 3 mini 5+ standalone), Voron Trident (Duet 3 mini 5+ standalone), Voron 0.1

                              fcwiltundefined 1 Reply Last reply Reply Quote 1
                              • fcwiltundefined
                                fcwilt @pkos
                                last edited by

                                @pkos said in [RRF 3.2.2] Can't figure out the offset between Z0 and mesh:

                                OK. Now I am even more lost...

                                3.3b1 solves the problem. Height map is scanned and loaded properly.
                                Same steps as above exactly. Worked first time.

                                Glad to hear it is working.

                                I wonder why.

                                Was it the update to the new version that did it or was it the update process itself that fixed something?

                                Curious.

                                I know I have loaded height maps under 3.2.2 but did I create them under 3.2.2? I don't remember.

                                I need breakfast.

                                Frederick

                                Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                                1 Reply Last reply Reply Quote 0
                                • pkosundefined
                                  pkos
                                  last edited by

                                  It must be the update. I rolled back to 3.2.2 and the issue came back.
                                  Each time, I kinda reset the whole process, so all csv's deleted, etc etc.

                                  Voron 2.4 (Duet 3 6HC + 3HC standalone), Voron SW (Duet 3 mini 5+ standalone), Voron Trident (Duet 3 mini 5+ standalone), Voron 0.1

                                  fcwiltundefined 1 Reply Last reply Reply Quote 0
                                  • fcwiltundefined
                                    fcwilt @pkos
                                    last edited by

                                    @pkos said in [RRF 3.2.2] Can't figure out the offset between Z0 and mesh:

                                    It must be the update. I rolled back to 3.2.2 and the issue came back.
                                    Each time, I kinda reset the whole process, so all csv's deleted, etc etc.

                                    Good to know.

                                    I will have to generate a new height map to see if the problem occurs for me as well.

                                    I hope not as I don't like using beta firmware.

                                    Frederick

                                    Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                                    1 Reply Last reply Reply Quote 0
                                    • pkosundefined
                                      pkos
                                      last edited by

                                      Happy too fast...

                                      It solves the issue with Switchwire, but does not solve the issue on 2.4.

                                      I am still getting that offset even on 3.3b1. Damn...

                                      Voron 2.4 (Duet 3 6HC + 3HC standalone), Voron SW (Duet 3 mini 5+ standalone), Voron Trident (Duet 3 mini 5+ standalone), Voron 0.1

                                      1 Reply Last reply Reply Quote 0
                                      • fcwiltundefined
                                        fcwilt
                                        last edited by

                                        I went ahead and created a 9 point (to save time) height map under firmware v3.2.2.

                                        No issues.

                                        So I'm still baffled by what is happening on your printers.

                                        Frederick

                                        Nano Nine Point Height Map.png

                                        Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                                        1 Reply Last reply Reply Quote 0
                                        • fcwiltundefined
                                          fcwilt
                                          last edited by

                                          I've been trying to create your problem on my printer and I just cannot.

                                          I tried messing with the probe Z trigger height.

                                          I even edited the CSV file adding 1 to each point.

                                          So far I haven't found out what conditions cause the error.

                                          Frederick

                                          Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                                          1 Reply Last reply Reply Quote 0
                                          • pkosundefined
                                            pkos
                                            last edited by

                                            Well assuming 3.3 comes out of beta soon, I will close this for now. I have a workaround for 3.2.2 that always works... it's just weird an annoying is all 😉

                                            Voron 2.4 (Duet 3 6HC + 3HC standalone), Voron SW (Duet 3 mini 5+ standalone), Voron Trident (Duet 3 mini 5+ standalone), Voron 0.1

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