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

    g32 reporting

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    13
    497
    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
      last edited by

      Hi,

      Could you post your bed.g file?

      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

      tracarundefined 1 Reply Last reply Reply Quote 0
      • tracarundefined
        tracar @fcwilt
        last edited by

        @fcwilt

        ; bed.g
        ; called to perform automatic bed compensation via G32
        ;
        M400 ; Finishes all current moves and clears the buffer
        G4 S1 ; wait 1 second
        M280 P0 S160 I1 ; Alarm Release and Push-Pin UP
        G4 S1 ; wait 1 second
        M402 ; Retract probe just in case it's down
        M400 ; Finishes all current moves and clears the buffer
        M561 ; clear all bed compensation
        G28 ; home all axis
        G90 ; absolute positioning
        G30 P0 X440 Y291.5 Z-99999 ; probe near a leadscrew, half way along Y axis
        G30 P1 X0 Y291.5 Z-99999 S2 ; probe near a leadscrew and calibrate 2 motors
        G1 X220 Y318 F8000 Z10 F800 ; move probe to center of the bed
        G30 ; set Z0 position with the probe
        M402 ; retract probe

        ; uncomment as needed to probe a height map after an auto bed level OR not and use an old map
        ;G29 S0 ; Probes and makes a new probed height map
        ;G29 S1 ; loads a previously saved height map

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

          @tracar said in g32 reporting:

          ; bed.g
          ;
          > M400 ; Finishes all current moves and clears the buffer
          G4 S1 ; wait 1 second
          M280 P0 S160 I1 ; Alarm Release and Push-Pin UP
          G4 S1 ; wait 1 second
          M402 ; Retract probe just in case it's down
          M400 ; Finishes all current moves and clears the buffer

          M561 ; clear all bed compensation
          G28 ; home all axis
          G90 ; absolute positioning
          G30 P0 X440 Y291.5 Z-99999 ; probe near a leadscrew, half way along Y axis
          G30 P1 X0 Y291.5 Z-99999 S2 ; probe near a leadscrew and calibrate 2 motors
          G1 X220 Y318 F8000 Z10 F800 ; move probe to center of the bed
          G30 ; set Z0 position with the probe
          > M402 ; retract probe

          JOOC why did you include the commands in bold? I have nothing like them and everything seems to work.

          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
          • tracarundefined
            tracar
            last edited by tracar

            console posts.png

            here is the problem:

            i mean to say when i do a bed level ( only once ) i get many reports back at the same time.

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

              The macro you're running in your screenshot is not bed.g

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • tracarundefined
                tracar
                last edited by tracar

                @Phaedrux said in g32 reporting:

                The macro you're running in your screenshot is not bed.g

                it was a G32 from a macro containing only this:
                G32 ; level bed

                the above screen shot is what the duet posts back, it is not all the time, like every tenth g32..

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

                  Alright, so to recap, occasionally running G32 will output the results multiple times to the console and the DWC popup.

                  Do you happen to have any leveling code in your homeall? Just asking because it gets called in bed.g

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • tracarundefined
                    tracar
                    last edited by

                    @Phaedrux said in g32 reporting:

                    homeall

                    No leveling code in Homeall..

                    you answered it, if it occasionally does this then all is ok.

                    thanks for the reply

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

                      I wonder if it's a firefox thing. Is that windows 7?

                      Z-Bot CoreXY Build | Thingiverse Profile

                      tracarundefined 1 Reply Last reply Reply Quote 0
                      • tracarundefined
                        tracar @Phaedrux
                        last edited by

                        @Phaedrux said in g32 reporting:

                        r if it's a firefox thing. Is

                        yes win7

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