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

    Z homing issu whit endstop please help

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    56
    1.8k
    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.
    • bartekpundefined
      bartekp @jay_s_uk
      last edited by

      @jay_s_uk I changed the home z and nothing changed

      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk @bartekp
        last edited by

        @bartekp it should change the direction it homes in when using just G28 Z or Home z on the DWC screen.
        Otherwise ditch the endstop and move the head to the middle of the bed and probe using G30

        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

        bartekpundefined 2 Replies Last reply Reply Quote 0
        • bartekpundefined
          bartekp @jay_s_uk
          last edited by

          @jay_s_uk G28 table go up but whit G28 Z table goes down and when I pusch Z endstops the table stops

          1 Reply Last reply Reply Quote 0
          • bartekpundefined
            bartekp @jay_s_uk
            last edited by

            @jay_s_uk im not sure if my Z probe is good code in config g

            jay_s_ukundefined 1 Reply Last reply Reply Quote 0
            • jay_s_ukundefined
              jay_s_uk @bartekp
              last edited by

              @bartekp sounds like your z motor need inverting then. As Z0 should be when the bed is in its highest position. Change the S value on the M569 line in your config to either S1 or S0.
              Then reboot and home x, y and z independently and see if it's in the right position. DWC should show 0 for z once homed

              Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

              bartekpundefined 1 Reply Last reply Reply Quote 0
              • bartekpundefined
                bartekp @jay_s_uk
                last edited by

                @jay_s_uk OK I inverted the Z motors works bether!
                What I meand that when I pusch X home or Y home table move down and home this axis and back to position , and after this i must homing Z what work also perfect
                but If i Puch home all axis table go down and down and down and I must restatr the maschine

                jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                • jay_s_ukundefined
                  jay_s_uk @bartekp
                  last edited by

                  @bartekp edit the home z portion of homeall to match the same as in homez.
                  If you're not sure, post your homeall here and I'll edit it for you

                  Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                  bartekpundefined 1 Reply Last reply Reply Quote 0
                  • bartekpundefined
                    bartekp @jay_s_uk
                    last edited by

                    @jay_s_uk ; homeall.g
                    ; called to home all axes
                    ;
                    ; generated by RepRapFirmware Configuration Tool v3.3.3 on Mon Oct 04 2021 22:39:47 GMT+0200 (czas środkowoeuropejski letni)
                    G91 ; relative positioning
                    G1 H2 Z5 F12000 ; lift Z relative to current position
                    G1 H1 X-505 Y-505 F1800 ; move quickly to X or Y endstop and stop there (first pass)
                    G1 H1 X-505 ; home X axis
                    G1 H1 Y-505 ; home Y axis
                    G1 X5 Y5 F12000 ; go back a few mm
                    G1 H1 X-505 F360 ; move slowly to X axis endstop once more (second pass)
                    G1 H1 Y-505 ; then move slowly to Y axis endstop
                    G1 H1 Z605 F360 ; move Z up stopping at the endstop
                    G90 ; absolute positioning
                    G92 Z600 ; set Z position to axis maximum (you may want to adjust this)

                    ; Uncomment the following lines to lift Z after probing
                    ;G91 ; relative positioning
                    ;G1 Z5 F200 ; lift Z relative to current position
                    ;G90 ; absolute positioning

                    bartekpundefined 1 Reply Last reply Reply Quote 0
                    • bartekpundefined
                      bartekp @bartekp
                      last edited by

                      @bartekp ; homeall.g
                      ; called to home all axes
                      ;
                      ; generated by RepRapFirmware Configuration Tool v3.3.3 on Mon Oct 04 2021 22:39:47 GMT+0200 (czas środkowoeuropejski letni)
                      G91 ; relative positioning
                      G1 H2 Z5 F12000 ; lift Z relative to current position
                      G1 H1 X-505 Y-505 F1800 ; move quickly to X or Y endstop and stop there (first pass)
                      G1 H1 X-505 ; home X axis
                      G1 H1 Y-505 ; home Y axis
                      G1 X5 Y5 F12000 ; go back a few mm
                      G1 H1 X-505 F360 ; move slowly to X axis endstop once more (second pass)
                      G1 H1 Y-505 ; then move slowly to Y axis endstop
                      G1 H1 Z605 F360 ; move Z up stopping at the endstop
                      G90 ; absolute positioning
                      G92 Z600 ; set Z position to axis maximum (you may want to adjust this)

                      ; Uncomment the following lines to lift Z after probing
                      ;G91 ; relative positioning
                      ;G1 Z5 F200 ; lift Z relative to current position
                      ;G90 ; absolute positioning

                      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                      • jay_s_ukundefined
                        jay_s_uk @bartekp
                        last edited by

                        ; homeall.g
                        ; called to home all axes
                        ;
                        ; generated by RepRapFirmware Configuration Tool v3.3.3 on Mon Oct 04 2021 22:39:47 GMT+0200 (czas środkowoeuropejski letni)
                        G91 ; relative positioning
                        G1 H2 Z5 F12000 ; lift Z relative to current position
                        G1 H1 X-505 Y-505 F1800 ; move quickly to X or Y endstop and stop there (first pass)
                        G1 H1 X-505 ; home X axis
                        G1 H1 Y-505 ; home Y axis
                        G1 X5 Y5 F12000 ; go back a few mm
                        G1 H1 X-505 F360 ; move slowly to X axis endstop once more (second pass)
                        G1 H1 Y-505 ; then move slowly to Y axis endstop
                        G1 H1 Z-605 F360 ; move Z up stopping at the endstop
                        G90 ; absolute positioning
                        ;G92 Z600 ; set Z position to axis maximum (you may want to adjust this)
                        
                        ; Uncomment the following lines to lift Z after probing
                        ;G91 ; relative positioning
                        ;G1 Z5 F200 ; lift Z relative to current position
                        ;G90 ; absolute positioning
                        

                        There you go

                        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                        bartekpundefined 1 Reply Last reply Reply Quote 0
                        • bartekpundefined
                          bartekp @jay_s_uk
                          last edited by

                          @jay_s_uk HI You mean G92 adjust for z 100 like this ??

                          bartekpundefined jay_s_ukundefined 2 Replies Last reply Reply Quote 0
                          • bartekpundefined
                            bartekp @bartekp
                            last edited by

                            @bartekp said in Z homing issu whit endstop please help:

                            @jay_s_uk HI You mean G92 adjust for z 100 like this ??

                            Can you look at Z probe if is good generated ?

                            ; Z-Probe
                            M558 P5 C"^zprobe.in" H5 F120 T12000 ; set Z probe type to switch and the dive height + speeds
                            G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height
                            M557 X70:500 Y70:500 S20 ; define mesh grid

                            1 Reply Last reply Reply Quote 0
                            • jay_s_ukundefined
                              jay_s_uk @bartekp
                              last edited by

                              @bartekp said in Z homing issu whit endstop please help:

                              @jay_s_uk HI You mean G92 adjust for z 100 like this ??

                              i'm not sure what you mean here

                              @bartekp said in Z homing issu whit endstop please help:

                              @bartekp said in Z homing issu whit endstop please help:

                              @jay_s_uk HI You mean G92 adjust for z 100 like this ??

                              Can you look at Z probe if is good generated ?

                              ; Z-Probe
                              M558 P5 C"^zprobe.in" H5 F120 T12000 ; set Z probe type to switch and the dive height + speeds
                              G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height
                              M557 X70:500 Y70:500 S20 ; define mesh grid

                              what type of probe is it?
                              you can check the status of the probe on this window
                              81f89972-c9b8-443d-ae3f-7cf37c20b8d4-image.png
                              If its red, its triggered, if its not red, its not

                              Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                              bartekpundefined 1 Reply Last reply Reply Quote 0
                              • bartekpundefined
                                bartekp @jay_s_uk
                                last edited by

                                @jay_s_uk Bltouch sorry for that

                                jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                                • jay_s_ukundefined
                                  jay_s_uk @bartekp
                                  last edited by

                                  @bartekp no as you appear to be missing the servo configuration https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_Software_setup_RepRapFirmware_Num_3
                                  What board are you using and where is the bltouch connected?
                                  You should also have deployprobe.g and retractprobe.g in your sys folder

                                  Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                                  bartekpundefined 1 Reply Last reply Reply Quote 0
                                  • bartekpundefined
                                    bartekp @jay_s_uk
                                    last edited by

                                    @jay_s_uk https://d17kynu4zpq5hy.cloudfront.net/igi/duet3d/KUDxTZSs3rnd3JVH.full

                                    bartekpundefined 1 Reply Last reply Reply Quote 0
                                    • bartekpundefined
                                      bartekp @bartekp
                                      last edited by

                                      @bartekp deployprobe.g and retractprobe.g duet 2 wifi

                                      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                                      • jay_s_ukundefined
                                        jay_s_uk @bartekp
                                        last edited by

                                        @bartekp then you should have this line in your config
                                        M950 S0 C"exp.heater3"
                                        if you add that, does the probe react to M401 and M402?
                                        What's the contents of those deploy and retract files?

                                        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                                        bartekpundefined 1 Reply Last reply Reply Quote 0
                                        • bartekpundefined
                                          bartekp @jay_s_uk
                                          last edited by

                                          @jay_s_uk sory i forgot i dont have this files I working on reach them please wait

                                          bartekpundefined 1 Reply Last reply Reply Quote 0
                                          • bartekpundefined
                                            bartekp @bartekp
                                            last edited by

                                            @bartekp
                                            ; Z-Probe
                                            M307 H3 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch
                                            M558 P9 H5 F1200 T6000 ; set Z probe type to bltouch and the dive height + speeds
                                            G31 P500 X30 Y60 Z8 ; set Z probe trigger value, offset and trigger height
                                            M557 X15:315 Y15:315 S20 ; define mesh grid

                                            ; deployprobe.g
                                            ; called to deploy a physical Z probe
                                            ;
                                            ; generated by RepRapFirmware Configuration Tool v3.3.4 on Wed Oct 20 2021 14:25:18 GMT+0200 (czas środkowoeuropejski letni)
                                            M280 P3 S10 I1 ; deploy BLTouch

                                            ; retractprobe.g
                                            ; called to retract a physical Z probe
                                            ;
                                            ; generated by RepRapFirmware Configuration Tool v3.3.4 on Wed Oct 20 2021 14:25:18 GMT+0200 (czas środkowoeuropejski letni)
                                            M280 P3 S90 I1 ; retract BLTouch

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