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

    Voron 2.4 with 1LC, Z-Probe to optical switch

    Scheduled Pinned Locked Moved Solved
    Duet Hardware and wiring
    4
    10
    709
    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.
    • Wobiundefined
      Wobi
      last edited by

      Hello everyone, I would like to replace the tap on my Voron 2.4 R2 with ASA Tap and Duet Mini5+ with 1LC Toolhead with a CNC Tap. This one: https://meltbro.de/cnc-voron-tap-kit-chaoticlab-fuer-voron-2-4-oder-trident-metall-hiwin-omron-sensor.html here with 5 volt sensor.
      My current tap has the two-pin Omron D2HW-C203MR microswitch connected to 'io0 in' and 'GND'.
      The above CNC Tap has a three-pin optical switch. Do I now only have to supply 5 volts to the optical switch or do I have to change the terminals and if so, how?
      What exactly do I have to change in config.g?
      At the moment it says:
      ; Z-Probe
      M558 P8 C"121.io0.in" A1 H10 F300 T10000
      What do I need to change in this line?
      Or should I use a completely different optical switch?
      Oh, the firmware version of both boards is 3.5.0 Rc1 updated last week.
      Many thanks for your help.
      Greetings Wolfgang

      droftartsundefined 1 Reply Last reply Reply Quote 0
      • droftartsundefined
        droftarts administrators @Wobi
        last edited by

        @Wobi Watch this video before changing from ASA Tap to CNC Tap. https://youtu.be/0wY5P8Y-w9k

        Ian

        Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

        Exerqtorundefined 1 Reply Last reply Reply Quote 0
        • Exerqtorundefined
          Exerqtor @droftarts
          last edited by

          I went from a RC8 TAP i printed myself out of ABS to a Mellow Alu/cnc TAP with the same rail and optotap board as i used on the printed RC8.

          And the Mellow TAP is SOOOO much stiffer and better behaving than the printed one was. Without doubt the thing i'm most happy with buying for the printer the last 2 years!

          So i for sure don't share the opinion of the dude in the clip @droftarts linked to.

          Must be mentioned that I have no idea how the rail it ships with from Mellow is though. I use a 440C stainless with Z1 preload atleast 🤷‍♂️

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

            @Exerqtor I fitted the Mellow CNC tap but wasn't very impressed with the rail that came with it, even though its LDO and used the one I had from my ASA version. Other than that, I think its fine

            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

            Wobiundefined 1 Reply Last reply Reply Quote 1
            • Wobiundefined
              Wobi @jay_s_uk
              last edited by

              @jay_s_uk
              Hello and thank you for your information.
              I was also very surprised by the result and can't imagine that plastic, whatever it is, would be stiffer than solid aluminum.
              I will definitely get a CNC Tap, at the moment I'm leaning towards Mellow, also because of the posts above. But I have to order it from China, which I don't like at all.

              But my first question remains unanswered.
              What do I have to change in terms of connection technology and G-Code technology when I switch from a mechanical to an optical switch?

              Wolfgang

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

                @Wobi IIRC, only types P8 and P9 can be used with M558 on a toolboard so you shouldn't need to change anything. you will however have to wire 5v, ground and the signal wire accordingly

                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

                Wobiundefined 1 Reply Last reply Reply Quote 0
                • Wobiundefined
                  Wobi @jay_s_uk
                  last edited by

                  @jay_s_uk
                  Thanks
                  I just saw that the Mellow CNC Tap can also be ordered here. I'll do that now and report back after the conversion.
                  Wolfgang

                  Wobiundefined 1 Reply Last reply Reply Quote 1
                  • Wobiundefined
                    Wobi @Wobi
                    last edited by

                    @Wobi Hello everyone,
                    I have now rebuilt.
                    The macro 'Self-levelling Gantry' and the commands 'G32' and 'G29' ran completely straight away and without repetitions, which was not possible before. The first print went as expected, without any problems, although I accidentally used a 0.6 profile with a 0.4 nozzle. Now I'm going to tackle a big part.
                    The optical sensor worked straight away as predicted by 'jay_s_uk' above, I only had to apply an additional 5 volt voltage.
                    This X-axis end stop:
                    https://www.printables.com/de/model/558512-mellow-cnc-tap-adapter-x-endstop-for-voron-24-and-
                    I had to print and screw it on.
                    For me, this conversion was worth it, the leveling is now done without repetitions and within a few minutes.
                    Externally there was only a slight change visible: when I move the print head up and down vigorously, it moves less than before, but it still moves.

                    Now two more questions:
                    Do the commands 'G32' and 'G29' have to be called before printing with a hot or cold printing plate and in exactly this order?
                    What do I have to enter as the start GCode and the end GCode in Prusa Slicer 2.7?

                    Thank you for your great help.
                    Wolfgang

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

                      @Wobi i tend to "soak" my 2.4 before levelling etc. the example of my config can be found here https://github.com/TeamGloomy/Troodon-V2/blob/improved/Config/sys/start_print.g
                      specifically, I use start_print.g as it allows me to pass parameters to it from the slicer rather than using the built in start.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

                      Wobiundefined 1 Reply Last reply Reply Quote 0
                      • Wobiundefined
                        Wobi @jay_s_uk
                        last edited by

                        @jay_s_uk Thanks, that solves this thread
                        Wolfgang

                        1 Reply Last reply Reply Quote 0
                        • droftartsundefined droftarts marked this topic as a question
                        • droftartsundefined droftarts has marked this topic as solved
                        • First post
                          Last post
                        Unless otherwise noted, all forum content is licensed under CC-BY-SA