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

    Will not load mesh using G29 S1 command

    Scheduled Pinned Locked Moved Solved
    My Duet controlled machine
    5
    13
    1.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.
    • Vetiundefined
      Veti
      last edited by

      G28 ; home all axes
      G28 Z

      G28 should home z as well.

      what firmware version are you running?

      how did you check that the heightmap was not loaded?

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        @PaulHew, which Duet are you using, with which firmware revision, and in standalone or SBC mode?

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        • PaulHewundefined
          PaulHew
          last edited by PaulHew

          Hi,
          It is not loading the mesh compensation. using the G29 S1 command.
          Yes the code is generated by the slicer, top line of the GCode I posted states PrusaSlicer

          I checked using the GUI, 'Compensation in use: none.
          I noticed also that my leadscrews were not moving.

          Duet2 with Duex5 in standalone mode. (not enough info for me to do the DIY conversion)
          @dc42

          RepRapFirmware for Duet 2 WiFi/Ethernet version 3.2 running on Duet Ethernet 1.02 or later + DueX5
          Board ID: 08DGM-917DA-G4MS8-6JKDL-3SN6N-TVVB9
          
          

          Regards,

          Paul

          RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
          Voron 2.4 disassembled..... Waiting for the RailCore Mini....

          1 Reply Last reply Reply Quote 0
          • dc42undefined
            dc42 administrators
            last edited by

            Thanks. Have you checked the GCode file to make sure that your start GCode is present in it, and that the slicer hasn't inserted a G28 or other relevant command in the GCode file after the start code?

            Duet WiFi hardware designer and firmware engineer
            Please do not ask me for Duet support via PM or email, use the forum
            http://www.escher3d.com, https://miscsolutions.wordpress.com

            1 Reply Last reply Reply Quote 0
            • PaulHewundefined
              PaulHew
              last edited by PaulHew

              @dc42
              In the first post it has my start gcode from the actual file I am printing.

              G29 S1 is the last line of my start gcode.

              These are the subsequent lines.

              End of the gcode - It has already printed the prime line  by this point.
              G29 S1
              ;
              G29 S1
              ; end of start code
              
              G21 ; set units to millimeters
              G90 ; use absolute coordinates
              M83 ; use relative distances for extrusion
              ;Filament gcode
              ;G29 S1 P"100.csv"
              ;LAYER_CHANGE
              ;Z:0.24
              ;HEIGHT:0.24
              ;BEFORE_LAYER_CHANGE
              ;0.24
              
              
              G1 Z0.240 F18000.000
              ;AFTER_LAYER_CHANGE
              ;0.24
              G1 E-0.80000 F2700.000
              G1 X28.309 Y27.729 F18000.000
              G1 E0.80000 F2400.000
              M204 S2000
              ;TYPE:Skirt
              ;WIDTH:0.4
              G1 F1500.000
              G1 X29.242 Y27.142 E0.03719
              G1 X30.320 Y26.890 E0.03734
              

              So, no other commands to negate the G29, as far as I know.
              Also had no errors that it could not load the file.

              Going to try G28 S1 P"heightmap.csv"

              Regards,

              Paul.

              RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
              Voron 2.4 disassembled..... Waiting for the RailCore Mini....

              1 Reply Last reply Reply Quote 0
              • PaulHewundefined
                PaulHew
                last edited by

                No, G29 S1 P"heightmap.csv" did not work either.
                had to manually load it.

                RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
                Voron 2.4 disassembled..... Waiting for the RailCore Mini....

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

                  Hi,

                  We really need to see your homing files

                  • homeX.g
                  • homeY.g
                  • homeZ.g
                  • homeALL.g

                  Thanks.

                  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
                  • dc42undefined
                    dc42 administrators
                    last edited by

                    This is strange. I just added G28 followed by G29 S1 to the start of one of my GCode files that didn't have any start GCode, and ran it. It worked as expected, M122 went from reporting "bed compensation in use: none" to "bed compensation in use: mesh". This is on a delta with a Duet WiFi running firmware 3.2.1.

                    Duet WiFi hardware designer and firmware engineer
                    Please do not ask me for Duet support via PM or email, use the forum
                    http://www.escher3d.com, https://miscsolutions.wordpress.com

                    1 Reply Last reply Reply Quote 0
                    • PaulHewundefined
                      PaulHew
                      last edited by

                      @dc42 said in Will not load mesh using G29 S1 command:

                      G28

                      The last G28 I have is in bed.g, these tramming functions are before running G29 S1.

                      rename to a .zip

                      Homing Files.txt
                      ABS Shape-Box-2.04683g-17m.gcode

                      I have included the gcode file, You can clearly see there are no G28s after the G29

                      Just reloaded 3.2, full power reboot, just incase

                      RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
                      Voron 2.4 disassembled..... Waiting for the RailCore Mini....

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

                        Can you check if it's enabled in M122 in case it's a display issue in DWC?

                        Z-Bot CoreXY Build | Thingiverse Profile

                        1 Reply Last reply Reply Quote 0
                        • dc42undefined
                          dc42 administrators
                          last edited by

                          Why has this thread been marked as solved?

                          Duet WiFi hardware designer and firmware engineer
                          Please do not ask me for Duet support via PM or email, use the forum
                          http://www.escher3d.com, https://miscsolutions.wordpress.com

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