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

Warning: the height map has a substantial Z offset

Scheduled Pinned Locked Moved
General Discussion
3
40
2.2k
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
    fcwilt @downshift64
    last edited by fcwilt 18 Jul 2020, 19:08

    @downshift64 said in Warning: the height map has a substantial Z offset:

    i heat the bed up then probe it and save the height map i have something that uses that each time i start a new print

    The problem is the height map is referenced to the Z=0 datum when the height map is created.

    When the height map is loaded it expects that Z=0 datum to be the same value.

    Without a Z probe I'm not sure how to handle it other than assuming Z=0 is a fixed value and never changes.

    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
      downshift64
      last edited by 18 Jul 2020, 19:09

      ya once i get height map it is a fixed value and should never change really

      undefined 1 Reply Last reply 18 Jul 2020, 19:10 Reply Quote 0
      • undefined
        fcwilt @downshift64
        last edited by 18 Jul 2020, 19:10

        @downshift64 said in Warning: the height map has a substantial Z offset:

        ya once i get height map it is a fixed value and should never change really

        That has not been my experience with my printers but if yours is unchanging that is great.

        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
          downshift64
          last edited by 18 Jul 2020, 19:11

          its an Ulitmate XL from Elite Machine Works its a solid bed

          1 Reply Last reply Reply Quote 0
          • undefined
            Phaedrux Moderator
            last edited by 18 Jul 2020, 21:57

            Post your home all.

            The warning is a warning, it may not apply to you, but without seeing your homing files I can't say. Your slicer start gcode does a G28 to home the printer and then G29 S1 to load the heightmap. What we don't know is what homeall.g is doing to home the printer. Is it using an endstop, or a zprobe? That's where the potential for an offset lies. You probably updated the firmware from a version that didn't have the warning to one that does. If your first layer is still good, then you have no problem and you can ignore it. Or if you want to get rid of it, post your homeall so we can see what's going on with the gcode.

            Z-Bot CoreXY Build | Thingiverse Profile

            1 Reply Last reply Reply Quote 1
            • undefined
              downshift64
              last edited by 19 Jul 2020, 13:41

              thank you i would like to get rid of it
              G91 ; relative mode
              G1 S1 Z310 F3500 ; move Z towards the switch until it triggers
              G1 Z-4 F900 ; move Z back 10mm
              G1 S1 Z6 F600 ; move Z slowly towards the switch until it triggers
              G1 Z-4 F900 ; move Z back 10mm
              G1 S1 Z6 F400 ; move Z slowly towards the switch until it triggers

              G1 X-340 F7000 S1 ;
              G1 X4 F600 ; move slowly 4mm in the +X direction
              G1 X-5 S1 ; move slowly 10mm in the -X direction, stopping at the homing switch

              G1 Y-340 F7000 S1 ; move up to 240mm in the -Y direction, stopping if the homing switch is triggered
              G1 Y5 F600 ; move slowly 4mm in the +X direction
              G1 Y-6 S1 ; move slowly 10mm in the -X direction, stopping at the homing switch

              G4 P0 ; CLEAR BUFFER IN ORDER TO PROPERLY LOAD SAVED GRID
              G90
              ;G29 S1 ; LOAD SAVED BED GRID

              G4 P0 ; CLEAR BUFFER AFTER LOADING GRID

              G1 X0 Y0 F8000

              undefined undefined 2 Replies Last reply 19 Jul 2020, 17:19 Reply Quote 0
              • undefined
                fcwilt @downshift64
                last edited by 19 Jul 2020, 17:19

                @downshift64 said in Warning: the height map has a substantial Z offset:

                G4 P0 ; CLEAR BUFFER IN ORDER TO PROPERLY LOAD SAVED GRID

                Hi,

                I see the comment but I don't understand the purpose.

                What buffer do you think needs clearing to load the height map?

                I have never used G4 P0 and everything works just fine.

                Thanks.

                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
                  downshift64
                  last edited by 19 Jul 2020, 17:22

                  sorry i cant answer your question this is what i got when i purchased the printer

                  1 Reply Last reply Reply Quote 0
                  • undefined
                    downshift64
                    last edited by 19 Jul 2020, 17:23

                    maybe something to do with not having to probe the bed every time before i print

                    1 Reply Last reply Reply Quote 0
                    • undefined
                      Phaedrux Moderator @downshift64
                      last edited by 19 Jul 2020, 20:01

                      @downshift64 said in Warning: the height map has a substantial Z offset:

                      G1 S1 Z310 F3500 ; move Z towards the switch until it triggers
                      G1 Z-4 F900 ; move Z back 10mm
                      G1 S1 Z6 F600 ; move Z slowly towards the switch until it triggers
                      G1 Z-4 F900 ; move Z back 10mm
                      G1 S1 Z6 F400 ; move Z slowly towards the switch until it triggers

                      It's saying you may have an offset because it's using an endstop to home the Z axis before loading the heightmap. If the endstop position is perfectly set then you don't have an issue, but it will still warn you.

                      Z-Bot CoreXY Build | Thingiverse Profile

                      undefined undefined 2 Replies Last reply 19 Jul 2020, 20:38 Reply Quote 0
                      • undefined
                        fcwilt @Phaedrux
                        last edited by 19 Jul 2020, 20:38

                        @Phaedrux said in Warning: the height map has a substantial Z offset:

                        It's saying you may have an offset because it's using an endstop to home the Z axis before loading the heightmap. If the endstop position is perfectly set then you don't have an issue, but it will still warn you.

                        You sure?

                        I thought the offset warning was based on the contents of the height map file alone.

                        I tried to verify that but I couldn't figure an easy way to add a significant offset to each value in the file and then load it.

                        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
                          downshift64 @Phaedrux
                          last edited by 19 Jul 2020, 20:42

                          @Phaedrux so there is nothing i can do to get rid of the warning,, if not is it still using my heightmap as intended

                          1 Reply Last reply Reply Quote 0
                          • undefined
                            Phaedrux Moderator
                            last edited by 19 Jul 2020, 21:07

                            You can get rid of the warning and any potential offset by using the z probe to home the z axis. (Provided your z probe z offset in g31 is correct).

                            If your first layers are good, then yes your height map is being applied and all is good.

                            Z-Bot CoreXY Build | Thingiverse Profile

                            undefined 1 Reply Last reply 19 Jul 2020, 21:10 Reply Quote 0
                            • undefined
                              downshift64 @Phaedrux
                              last edited by 19 Jul 2020, 21:10

                              @Phaedrux i only use the z probe only when i change something with my printer like a new bed or i switch out the nozzle to make sure everything is still good

                              undefined 1 Reply Last reply 19 Jul 2020, 21:20 Reply Quote 0
                              • undefined
                                downshift64 @downshift64
                                last edited by 19 Jul 2020, 21:20

                                @downshift64 could i go back to the board software that didnt have this warning

                                1 Reply Last reply Reply Quote 0
                                • undefined
                                  Phaedrux Moderator
                                  last edited by 19 Jul 2020, 21:32

                                  Is the warning that obtrusive?

                                  Z-Bot CoreXY Build | Thingiverse Profile

                                  undefined 1 Reply Last reply 19 Jul 2020, 21:34 Reply Quote 0
                                  • undefined
                                    downshift64 @Phaedrux
                                    last edited by 19 Jul 2020, 21:34

                                    @Phaedrux no just everything worked great before i upgraded the board just wanted to go back to that, that way i know everything works as it should

                                    1 Reply Last reply Reply Quote 0
                                    • undefined
                                      downshift64
                                      last edited by 19 Jul 2020, 21:35

                                      right now i dont know if its following the height map or the z min i set it to

                                      1 Reply Last reply Reply Quote 0
                                      • undefined
                                        Phaedrux Moderator
                                        last edited by 19 Jul 2020, 21:51

                                        bedlevel_nozzle_0.4_200x200-0.3-0.8.stl

                                        Do two test prints. Once with G29 S1 active, and again with G29 S1 commented out. You should be able to tell if it's working as intended.

                                        I don't think going back a firmware version to avoid a warning message is such a great idea. You also give up any bug fixes and improvements. But to each their own.

                                        All the warning is saying is that the Z0 point wasn't established by a probe before the heightmap is loaded. As long as the Z0 point of the endstop is the same now as it way when the heightmap was created, you should have no issues. The reason the probe is preferred is that it's getting a current reading from the actual bed surface each time. No if your endstop is accurate and the build quality good (as it would appear yours is) then the endstop method is fine.

                                        Z-Bot CoreXY Build | Thingiverse Profile

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