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.9k
    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 @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
                            • jay_s_ukundefined
                              jay_s_uk @bartekp
                              last edited by

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

                              M558 P9 H5 F1200 T6000

                              Thats the wrong syntax.
                              You need

                              M558 P9 C"^zprobe.in" H5 F100 T2000
                              M950 S0 C"exp.heater3"
                              G31 P500 X30 Y60 Z8 ; set Z probe trigger value, offset and trigger height
                              M557 X15:315 Y15:315 S20 ; define mesh grid
                              

                              you also don't need the M307

                              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 x.JPG

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

                                  @bartekp see my previous post. your config. is wrong

                                  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 bartekp

                                    @jay_s_uk ; Z-Probe
                                    M307 H3 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch
                                    M558 P9 C"^zprobe.in" H5 F100 T2000
                                    M950 S0 C"exp.heater3"
                                    G31 P500 X30 Y60 Z8 ; set Z probe trigger value, offset and trigger height
                                    M557 X15:315 Y15:315 S20 ; define mesh grid

                                    I didt in this way as you mentionetd

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

                                      @bartekp send M98 P"config.g" and post the output

                                      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

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

                                        @bartekp ok i didt changes what to do next or deal with this bltouch
                                        ?

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

                                          @bartekp M98 P"config.g"
                                          HTTP is enabled on port 80
                                          FTP is disabled
                                          TELNET is disabled
                                          Error: Heater 3 not found
                                          Error: Unknown sensor type name "pt100000"
                                          Warning: Sensor number 1 has not been defined

                                          Error: Temperature reading fault on heater 1: unknown sensor

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

                                            @bartekp can you post your full config.g

                                            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
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA