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

    Ooznest Workbee Z Touch Plate Support with RRF3.2.2

    Scheduled Pinned Locked Moved Solved
    CNC
    8
    30
    2.5k
    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.
    • dc42undefined
      dc42 administrators
      last edited by

      Do you have deployprobe.g or retractprobe.g files> I've just examined the code, and I think here may be a problem with M585 when these files are present.

      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
      • edwardpundefined
        edwardp
        last edited by

        OK - machine up and running.

        My probe z macros is now as follows:

        M563 P0 S"ZProbe" ; Define a 'fake' tool (is this necessary?)
        T0 ; set the fake tool
        
        M400 ; make sure we've finished any other movements
        
        M558 K3 P5 C"!e0stop" ; configure probe 3 as switch connected to e0stop
        M585 Z10 F600 P3 S1 ; probe 'forward' in Z 10mm or until Probe 3 triggers
        
        ; Set the current workplane offset relative to this current position, backed-off 10mm 
        ; in Z to allow for touch plate thickness
        
        G10 L20 Z10 
        

        I do not appear to have 'deployprobe.g' or 'retractprobe.g' in the system files (or macros) but I did have a 'probe.g', which definitely looks out of date so I have renamed that in case it was problematic.

        Macro, as posted, produces no errors, response or movement. For the avoidance of doubt, the machine homes, jogs in all axis, moves under G0/G1 etc. with no apparent issues.

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

          Thanks, I'll see if I can reproduce the problem.

          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
          • edwardpundefined
            edwardp
            last edited by edwardp

            @dc42 Am I right to assume that these commands in this form (with a NO configuration) should produce some movement even if nothing was connected to estop0? i.e. we can eliminated any physical problems with the touch plate hardware?

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

              @edwardp said in Ooznest Workbee Z Touch Plate Support with RRF3.2.2:

              @dc42 Am I right to assume that these commands in this form (with a NO configuration) should produce some movement even if nothing was connected to estop0? i.e. we can eliminated any physical problems with the touch plate hardware?

              Yes, unless there is an error in the commands that I haven't spotted yet.

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

                I have just tested M585 on a Duet 3 running firmware 3.3beta2 and it appears to work correctly. However, I have noticed a number of defects in the M585 code, for example it doesn't report an error if the Z probe is already triggered. So I will fix those, as well as trying to reproduce your configuration on a Duet WiFi.

                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
                • edwardpundefined
                  edwardp
                  last edited by

                  Thanks for testing this at your end. I have flashed RRFW3.3beta2 onto my Duet2 and rerun the macro as posted above. No change for me unfortunately - no error messages and no apparent motion.

                  I also removed the '!' and re-ran the macro expecting this would trigger the 'probe already triggered error' that you mention (do I understand correctly that 3.3beta2 has fixed this M585 bug?). On my machine this version also produces no errors or movement.

                  1 Reply Last reply Reply Quote 0
                  • edwardpundefined
                    edwardp
                    last edited by

                    @dc42 I wonder if you have any further suggestions on this issue? I'm really keen to work with you to get it sorted, but without anybody seeming able to identify anything obvious in the macro, no error messages to indicate any problem on the Duet, but with a total failure of movement and a rather core function needed for every CNC toolpath I'm unsure where to go next..? Should I just write-off this approach and go with a G38 based route like @Yveske, or are there more things I can try to help you diagnose the issue?

                    I was really hoping to move onto replacement Vue modules so that Ooznest customers (and others) can make use of the latest firmware 3.xx improvements (which I need for consistent laser support) and the excellent DWC-CNC work of @Sindarius (to hopefully provide a longer-term maintainable RRF3 compatible UI) - but at the moment I'm dead in the water. I obviously cannot expect customers to update their installations if I can't reproduce the existing capabilities they currently have under RRF2 & Ryan's original DWC.

                    Many thanks in advance. E

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

                      I'll try and see where we're at with M585. Thanks for your patience.

                      Z-Bot CoreXY Build | Thingiverse Profile

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

                        @edwardp, please try the unofficial 3.3beta2+1 build at https://www.dropbox.com/sh/6203euyyobllic5/AABTHIbn7F_maK9p-oy7vq3Ea?dl=0. It's compatible with DWC for 3.3beta2.

                        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
                        • edwardpundefined
                          edwardp
                          last edited by

                          Thanks guys - @dc42 I'll flash the new firmware this weekend and report back.

                          1 Reply Last reply Reply Quote 0
                          • edwardpundefined
                            edwardp
                            last edited by edwardp

                            On uploading and installing Duet2CombinedFirmware.bin from your zip I get the following error:

                            Error: M997: In-application programming binary "0:/firmware/Duet2_SDiap32_WiFiEth.bin" not found
                            

                            Do I need this additional file from somewhere, it is not included in the zip above?

                            E

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

                              You can find that file in the 3.3beta1 and 3.2.2 releases on github.

                              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
                              • edwardpundefined
                                edwardp
                                last edited by

                                OK - thanks @dc42. I've re-uploaded alongside the WifiEth.bin from the RRF3.2.2Beta2 and confirmed the new firmware looks good:

                                Board: Duet 2 Ethernet (2Ethernet)
                                Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.3beta2+1 (2021-03-19) 
                                

                                The probe test macros, exactly as above, continues to give no error or motion I'm afraid.

                                One aspect of my set-up I should be clear about is I am running the DWC-CNC-CNC02-3.2.0-RC1 (built from the tagged branch on https://github.com/Duet3D/DWC-CNC) from my local machine and connecting to the Duet2 over ethernet. I'm using this UI to upload the firmware patches and trigger the macro. This is our test machine, so it has been upgraded from RRF2 in quite a few incremental steps now. Could any of these things be a source of this problem?

                                Can I just also formally confirm that my macro (as posted above) does run on the test rigs you have at your end - I'm not sure we have quite stated that explicitly so thought I should check?

                                E

                                1 Reply Last reply Reply Quote 1
                                • scrhallundefined
                                  scrhall @edwardp
                                  last edited by

                                  @edwardp said in Ooznest Workbee Z Touch Plate Support with RRF3.2.2:

                                  OK - machine up and running.

                                  My probe z macros is now as follows:

                                  M563 P0 S"ZProbe" ; Define a 'fake' tool (is this necessary?)
                                  T0 ; set the fake tool
                                  
                                  M400 ; make sure we've finished any other movements
                                  
                                  M558 K3 P5 C"!e0stop" ; configure probe 3 as switch connected to e0stop
                                  M585 Z10 F600 P3 S1 ; probe 'forward' in Z 10mm or until Probe 3 triggers
                                  
                                  ; Set the current workplane offset relative to this current position, backed-off 10mm 
                                  ; in Z to allow for touch plate thickness
                                  
                                  G10 L20 Z10 
                                  

                                  I do not appear to have 'deployprobe.g' or 'retractprobe.g' in the system files (or macros) but I did have a 'probe.g', which definitely looks out of date so I have renamed that in case it was problematic.

                                  Macro, as posted, produces no errors, response or movement. For the avoidance of doubt, the machine homes, jogs in all axis, moves under G0/G1 etc. with no apparent issues.

                                  I have the same problems with my workbee

                                  1 Reply Last reply Reply Quote 0
                                  • edwardpundefined
                                    edwardp
                                    last edited by edwardp

                                    @dc42 perhaps you could post a 'canonical' macro sample showing the commands as you intend them to be used and that you have verified at your end? If there is a typo/mistake in my macro this would help us to flush it out.

                                    The set-up I (and I think many Workbee customers) have is simple and because of Ooznest's documentation: https://learn.ooznest.co.uk/Guide/Assembling+Your+Original+WorkBee+XYZ+Touch+Probe/61they should be configured pretty consistently. At this point I just need to reproduce the simplest Z probe (Step 8 ) under firmware 3.2.2 - which is needed before any CNC toolpath can be run.

                                    The macro needs to drive the tool down in Z until contact with plate is made (wiring as per the link - plate is essentially an NO switch) and set Z0 in the current work-space to be this position, plus the thickness of the plate.

                                    I cannot emphasise enough how core this functionality is. The Duet under RFW3.xx is not, in practical terms, usable as a CNC controller without it. It has been over a month since I raised this problem...

                                    chimaeraghundefined 1 Reply Last reply Reply Quote 1
                                    • edwardpundefined
                                      edwardp
                                      last edited by

                                      (@scrhall thanks for checking this too, by the way, much appreciated)

                                      1 Reply Last reply Reply Quote 0
                                      • chimaeraghundefined
                                        chimaeragh @edwardp
                                        last edited by

                                        @edwardp I had to revert back to firmware 2.0.5 due to this very reason. Though I enjoyed using some of the added functionality in RRF3.2.2 with the DWC-CNC from @Sindarius , the lack of a probing wizard like Ooznest's made me go back to Workbee Control.

                                        Duet 2 Wifi, Ooznest Workbee CNC 1510

                                        Hagridundefined 1 Reply Last reply Reply Quote 0
                                        • Hagridundefined
                                          Hagrid @chimaeragh
                                          last edited by

                                          @chimaeragh I'm going to stick with RRF 3.??, but I really hope that @Sindarius manages to find the time to develop a plug-in that works in the same way. There must be quite a few of us that are craving this option 🙂

                                          Sindariusundefined 1 Reply Last reply Reply Quote 0
                                          • Sindariusundefined
                                            Sindarius @Hagrid
                                            last edited by

                                            @hagrid it is on my list, just been side tracked with some other efforts at the moment.

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