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

    Probing Errors with Prusa mk2.5s and PINDA sensor

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    5
    20
    1.0k
    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.
    • raftamanundefined
      raftaman
      last edited by

      G28 Z Error: Homing file homez.g not found

      Phaedruxundefined 2 Replies Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator @raftaman
        last edited by

        @raftaman said in Probing Errors with Prusa mk2.5s and PINDA sensor:

        G28 Z Error: Homing file homez.g not found

        Do you have a homez.g file in your sys folder on the SD card?

        Z-Bot CoreXY Build | Thingiverse Profile

        raftamanundefined 1 Reply Last reply Reply Quote 0
        • raftamanundefined
          raftaman @Phaedrux
          last edited by

          @Phaedrux; 0:/sys/homez.g
          ; Home the Z axis

          ;M98 P"current-sense-homing.g" ; Ensure the current and sensitivity is set for homing routines.

          ; !!! If using Pinda, comment-out the following two lines
          ;M280 P0 S160 ; BLTouch, alarm release.
          ;G4 P100 ; BLTouch, delay for the release command.

          G91 ; Set relative positioning.
          G1 H0 Z3 F6000 ; Lift Z axis 3mm.
          G90 ; Set absolute positioning.

          G1 X105 Y105 F6000 ; Go to the center of the bed for probe point.

          M558 F1000 A1 ; Set probing speed to fast for the first pass.
          G30 ; Perform Z probing.
          G1 H0 Z5 F400 ; Lift Z axis to the 5mm position.

          M558 F50 A5 S-1 ; Set probing speed to slow for second pass, take 5 probes and yield the average.
          G30 ; Perform Z probing.
          G1 H0 Z5 F400 ; Lift Z axis to the 5mm position.

          M558 F200 A1 ; Set normal z-probe speed.

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

            @raftaman said in Probing Errors with Prusa mk2.5s and PINDA sensor:

            G28 Z Error: Homing file homez.g not found

            When exactly are you getting that error?

            Z-Bot CoreXY Build | Thingiverse Profile

            raftamanundefined 1 Reply Last reply Reply Quote 0
            • raftamanundefined
              raftaman @Phaedrux
              last edited by

              @Phaedrux when I do a startup test on the Prusa mk2.5s

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

                What is the startup test exactly?

                Z-Bot CoreXY Build | Thingiverse Profile

                raftamanundefined 1 Reply Last reply Reply Quote 0
                • raftamanundefined
                  raftaman @Phaedrux
                  last edited by

                  @Phaedrux xxx-Duet3-error.jpeg When I click on: Home All, I get that error. Home X, super, Home Y., Super, Home Z. Mistake

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

                    @raftaman said in Probing Errors with Prusa mk2.5s and PINDA sensor:

                    G1 H0 Z3 F6000 ; Lift Z axis 3mm.

                    It's not saying homez.g not found, it's saying a move was attempted on an axis before it was homed. In your homez.g you have this G1 H0 move trying to lift the Z axis before it has been homed. This should be G1 H2 to allow the move to proceed even though it is not homed.

                    Z-Bot CoreXY Build | Thingiverse Profile

                    raftamanundefined Phaedruxundefined 2 Replies Last reply Reply Quote 0
                    • raftamanundefined
                      raftaman @Phaedrux
                      last edited by

                      @PhaedruxWhat step should I take, what code should I include?

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

                        @Phaedrux said in Probing Errors with Prusa mk2.5s and PINDA sensor:

                        G1 H0 Z3 F6000 ; Lift Z axis 3mm.

                        @Phaedrux said in Probing Errors with Prusa mk2.5s and PINDA sensor:

                        This should be G1 H2 to allow the move to proceed even though it is not homed.

                        Z-Bot CoreXY Build | Thingiverse Profile

                        raftamanundefined 1 Reply Last reply Reply Quote 0
                        • raftamanundefined
                          raftaman @Phaedrux
                          last edited by

                          @PhaedruxI'M GOING TO TRY THIS WEEKEND WITH THE CODE YOU WRITE FOR ME. Thank

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