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

    Beginner Needs Help - Anycubic Kossel Plus + Duet WiFi -- HOW?

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    11
    141
    29.3k
    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.
    • mindbender9undefined
      mindbender9 @Danal
      last edited by mindbender9

      @danal

      Hi Danal - Thank you for the advice. Here's where I am:

      a. I've re-crimped the "Z-" wire to the endstop connector and updated my config.g file with the new G-codes. The Z-value now shows a height value. Unfortunately, the "Z-probe" sensor value is still stuck at 1000. Is this ok?

      0_1526408791758_Zprobe_Still_1000.JPG

      b. When I press the "auto delta calibration" button in the web interface, the hot-end drops down and attempts to do its thing. Several errors pop up and eventually the process just stops.

      0_1526409133657_efe9bba7-900b-414a-9e11-e0654c00fbb9-image.png

      c. Question: Where does the "T0" wire from the hot-end connect to? Is this why the "Tool 0"/"Heater 1" temperature is still displaying 2000C and has the following error?

      "Error: Temperature reading fault on heater 1: sensor open circuit"

      0_1526408642978_Heater1_Fault_Error_Msg.JPG

      I really appreciate all of the help. How do you like your delta printers with the Duet boards? Do you have any tips or recommendations? Thanks again.

      Danalundefined 1 Reply Last reply Reply Quote 0
      • mindbender9undefined
        mindbender9 @mindbender9
        last edited by mindbender9

        @dougal1957 @deckingman

        Update - I reterminated the Hot-End/"Heater 1" power cables and moved the "T0"/Hot-End thermistor to the matching E0 dual pin connector. Both of the Heaters (Hot-End and Bed) are now responding to the temperature settings successfully.

        Thank you for your help with this. The only thing remaining is to troubleshoot what these Z-probe errors are - and getting to understand what calibration means. The resources here are difficult to say the least.

        But thanks again for getting my two Heater sources working. Cheers!

        1 Reply Last reply Reply Quote 0
        • Danalundefined
          Danal
          last edited by

          On your M558 command, add "I1". (That is an "eye one").

          This inverts the probe. At the moment, the duet thinks the switch has already hit the bed, thus the "...already triggered...".

          Once it is inverted, it should eliminate those error messages.

          Delta / Kossel printer fanatic

          1 Reply Last reply Reply Quote 0
          • Danalundefined
            Danal @mindbender9
            last edited by

            @mindbender9 said in Beginner Needs Help - Anycubic Kossel Plus + Duet WiFi -- HOW?:

            I really appreciate all of the help. How do you like your delta printers with the Duet boards? Do you have any tips or recommendations? Thanks again.

            Personally, I love them, and REALLY like the Duet with the Smart Effector. That effector uses the nozzle itself as a probe, so you can have a G32 in your "print start gcode".

            Hints:

            1. Once you get G32 working, be sure you "save" the results with an M500... and be sure that the printer "loads" the results every time it boots by having an M501 somewhere near the end of your "config.g".

            2. Be sure the M665 L value is correct. This is the length of the diagonal rods, "joint center to joint center". Your Anycubic documentation should have this. This is the one parameter that G32 does NOT set... and is foundational to G32 getting the things it does set, getting those correct.

            3. You should only have to probe/calibrate the printer when something changes. Removing and replacing the bed, changing nozzles, etc.

            My sequence when calibrating the printer is something like:

            Part 1:

            Attach your probe.

            Optionally, Heat the bed and the extruder. This increases the accuracy of the calibration, but is not absolutely required.

            Machine Control > Auto Delta Calibration

            Go to the G-Code Console and check the "deviation". Perhaps run it again and see if it gets better. Learn what is typical to YOUR printer. Here's a sequence from my "Big Fast Delta":

            7:18:36 AMG32
            Calibrated 6 factors using 7 points, deviation before 0.134 after 0.009
            7:16:54 AMG32
            Calibrated 6 factors using 7 points, deviation before 0.165 after 0.058
            

            When the deviation is acceptable to you, issue an M500 to "save" the results.

            Part 2:

            Machine Control > hit the DROPDOWN next to "Auto Delta Calibration" and select "Run Mesh Grid Compensation"

            This will probe a bunch of points and then pop up a grid map. Pay attention to the overall deviation numbers at the bottom. The "spread" should be small, less than 1/2 to 1MM.

            0_1526473570126_Bed Mesh.PNG

            Delta / Kossel printer fanatic

            mindbender9undefined 1 Reply Last reply Reply Quote 0
            • mindbender9undefined
              mindbender9 @Danal
              last edited by mindbender9

              Hi @Danal

              Ok. So here's what I've done so far for calibrating my Kossel Plus:

              1. I've set my the following lines in config.g to:

              M558 P4 X0 Y0 Z1 H5 F1000 T5000 I1
              M665 R134 L271 B85 H300

              1. Followed Part 1 above:

                a. Attached Probe to the Hot-End
                b. I heated both the Hot-End to 180C and Bed to 60C
                c. Clicked on "Home All" on the main page

              2. After clicking the "Auto-Delta Calibration" button on the main page, the Hot-End (and probe) did the following:

                a. The Hot-End and probe smashes into center of the bed. Hard.
                b. The Hot-End scrapes along the bed towards the Z motor, rises up to about 3cm and clicked several times
                c. The Hot-End remained about 3cm above the bed and moved towards the Y motor and clicked several times
                d. The Hot-End remained 3cm above the bed and moved towards the X motor and clicked several times again
                e. The Hot-End then centered itself, rose to 18cm and then froze.

              3. Here's the error messages that occured during the Auto-Delta Calibration:

              0_1526535682140_G32_Auto_Calib_ErrorMsgs.JPG

              1. I don't know how you were able to check the "deviation" - What code did you use? AMG32 generated an error indicating that it was an unknown command.
                I didn't understand what I'm supposed to do here, so I didn't proceed on to Part 2.

              2. Here's my bed.g file:

              ; generated by RepRapFirmware Configuration Tool on Sun May 13 2018 19:16:40
              M561 ; clear any bed transform
              G28 ; home the printer

              M401 ; deploy the Z probe

              ; Probe the bed at 3 peripheral and 0 halfway points, and perform 3-factor auto compensation
              ; Before running this, you should have set up your Z-probe trigger height to suit your build, in the G31 command in config.g.
              G30 P0 X0 Y84.9 H0 Z-99999
              G30 P1 X73.53 Y-42.45 H0 Z-99999
              G30 P2 X-73.53 Y-42.45 H0 Z-99999
              G30 P3 X0 Y0 H0 Z-99999 S3

              M402 ; retract the Z probe

              G1 X0 Y0 Z150 F15000 ; get the head out of the way of the bed

              So to be honest, I'm not understanding what's going on and what's supposed to happen. Any suggestions on what to do now?

              Thanks,

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

                It sounds that your delta calibration is initially a long way out. Temporarily increase the H parameter in the M558 command to 30 and see if that allows you to calibrate without the "Z probe was not triggered" messages.

                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
                • c310undefined
                  c310
                  last edited by

                  @dc42 said in Beginner Needs Help - Anycubic Kossel Plus + Duet WiFi -- HOW?:

                  It sounds that your delta calibration is initially a long way out. Temporarily increase the H parameter in the M558 command to 30 and see if that allows you to calibrate without the "Z probe was not triggered" messages.

                  i had similar issue. here is a resolution that worked for me

                  1. delete config-override.g (or rename it)
                  2. home your delta
                  3. with a ruler measure nozzle height
                  4. put this measure into M665 Hxxxx
                  5. run auto-calibration
                  6. M500 to store results
                  1 Reply Last reply Reply Quote 0
                  • mindbender9undefined
                    mindbender9
                    last edited by mindbender9

                    @dc42 @c310

                    I following your instructions and the Z-probe did the same exact steps as before. The same "Error: Z probe was not triggered during probing move" errors appeared (one for each point).

                    I should note that this is the stock Z-probe that I'm using (it came with the Anycubic Kossel Linear Plus):

                    0_1526544267141_s-l300.jpg

                    I did not run M500 to store the results since the probe was clicking while airborne (3cm above the bed). I don't know why this is happening - do you need to see any of my config files?

                    It's not the stock Z-probe that's clicking, because it's dead. The loud clicking is actually coming from either the diagonal arms which are fighting the movement, or the hot-end hardware as it's being moved toward the outer edge of the platform.

                    Either way, this isn't good. Something is wrong with either the configurations or the hardware. Way to go, Anycubic3d...

                    I'm stumped.

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

                      @mindbender9 said in Beginner Needs Help - Anycubic Kossel Plus + Duet WiFi -- HOW?:

                      @dc42 @c310

                      I following your instructions and the Z-probe did the same exact steps as before. The same "Error: Z probe was not triggered during probing move" errors appeared (one for each point).

                      I should note that this is the stock Z-probe that I'm using (it came with the Anycubic Kossel Linear Plus):

                      I did not run M500 to store the results since the probe was clicking while airborne (3cm above the bed). I don't know why this is happening - do you need to see any of my config files?

                      I'm stumped.

                      What do you mean by "the probe was clicking while airborne" ? Have you tested the z probe and its configuration? See https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe.

                      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
                      • mindbender9undefined
                        mindbender9
                        last edited by

                        @dc42

                        It looks like the Z-probe doesn’t respond or stop if I attempt a Dynamic Test from the link above. The repeated contact with the bed at high speeds must’ve damaged it. I’m also looking at the damage to the surface of the bed, and I have to ask: Is this all typical for new Duet board owners?

                        Moving ahead - Is there a way to calibrate this printer without the use of a Z-probe? And if so, how?

                        I’m trying to make the most of this, but This is all very discouraging.

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

                          Hads the probe ever worked with the Duet? If not then it's probably a wiring or configuration issue.

                          You can do manual configuration as long as you are running fairly recent firmware. Set Z probe type 0 (that's P0 in the M558 command in config.g) to tell the firmware that you have no Z probe. Then run G31 as usual. The web interface will prompt you.

                          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

                          mindbender9undefined 1 Reply Last reply Reply Quote 0
                          • Danalundefined
                            Danal
                            last edited by

                            You can also make a probe for a couple of dollars/pounds, if you have access to a printer that works. (Check local libraries and maker organizations).

                            https://www.thingiverse.com/thing:1976680

                            And a microswitch, which are available from MANY channels. Here's what I did on an Anycubic that was old enough to have not shipped with a probe (non Duet board... but the switch holder and stuff is still good knowledge).

                            http://danalspub.com/2017/11/upgrading-an-anycubic-kossel-to-marlin-1-6-6/

                            Delta / Kossel printer fanatic

                            mindbender9undefined 1 Reply Last reply Reply Quote 0
                            • mindbender9undefined
                              mindbender9 @dc42
                              last edited by

                              @dc42

                              Hi DC. I'm not sure if the stock probe has ever worked from the beginning with either board, so I've ordered your DC42 IR sensor to continue this setup with. Your video on the IR sensor convinced me to purchase it, but I'm hopeful that its install will be easier.

                              In the meantime, I'll attempt the manual configuration with Z probe type 0 and see what happens (when I get home).

                              Question: If I run G31 (after setting the Z probe type to 0), will I have to save any settings or alter the config,g file with any values? If so, where are those values found?

                              Thank you for your continued help.

                              dc42undefined 1 Reply Last reply Reply Quote 0
                              • mindbender9undefined
                                mindbender9 @Danal
                                last edited by

                                @danal

                                I've decided to upgrade to an IR sensor, but I appreciate your help.

                                Best regards and many thanks!

                                P.S. Your BFD delta is something else. Do the mag arms make a difference performance-wise?

                                Danalundefined 1 Reply Last reply Reply Quote 0
                                • Danalundefined
                                  Danal @mindbender9
                                  last edited by Danal

                                  @mindbender9 Yes, the mag arms are a HUGE benefit to almost any delta.

                                  In this picture, which is "side light" to massively highlight flaws, the bottom piece was printed on a stock Anycubic Kossel Linear. The top is the exact same printer, nothing changed except upgraded to Hayden Huntley magnetic-end arms. Literally the same G-Code file, reprinted. Same filament.
                                  alt text

                                  Delta / Kossel printer fanatic

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

                                    @mindbender9 said in Beginner Needs Help - Anycubic Kossel Plus + Duet WiFi -- HOW?:

                                    Question: If I run G31 (after setting the Z probe type to 0), will I have to save any settings or alter the config,g file with any values? If so, where are those values found?

                                    I think you mean G32 not G31. See https://duet3d.dozuki.com/Wiki/Calibrating_a_delta_printer#Section_Saving_the_calibration_results.

                                    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

                                    mindbender9undefined 2 Replies Last reply Reply Quote 0
                                    • mindbender9undefined
                                      mindbender9 @dc42
                                      last edited by

                                      @dc42

                                      I should be receiving the DC42 IR Sensor on this Monday. Do you have any tips or suggestions for installing/configuring it (on my Anycubic Kossel)?

                                      Thanks!

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

                                        I don't know the AnyCubic, but mount it as close to the nozzle as possible, make sure that the back of the sensor PCB can't short against anything, and connect it as described at https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe.

                                        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
                                        • mindbender9undefined
                                          mindbender9
                                          last edited by mindbender9

                                          ANYONE -

                                          Q1 - Does anyone know what kind of hot-end comes with the Anycubic Kossel Linear Plus? I hear it's a E3D V5 (thanks Teel!)

                                          Q2 - Does anyone have a suggestion on how to correctly mount the DC42 IR Sensor to the Anycubic Kossel Linear Plus that does not involve printing something since I can't print anything?

                                          There is no place to vertically screw/attach the IR Sensor to on the stock hot-end. Therefore, I am stuck with a non-printing delta printer and an IR Sensor that cannot be mounted without a printed part to attach the sensor to.

                                          I should have seen this coming.

                                          @dc42 - If you design both the Duet board and the IR Sensor, why didn't you make the connector a 4-pin connector by default (to match the Duet's 4-pin Z-probe connector)? Just wondering, because I have to decide whether to splice a 4-pin connector end to the IR Sensor probe.

                                          dc42undefined 1 Reply Last reply Reply Quote 0
                                          • mindbender9undefined
                                            mindbender9 @dc42
                                            last edited by mindbender9

                                            @dc42 said in Beginner Needs Help - Anycubic Kossel Plus + Duet WiFi -- HOW?:
                                            I think you mean G32 not G31. See https://duet3d.dozuki.com/Wiki/Calibrating_a_delta_printer#Section_Saving_the_calibration_results.

                                            @dc42 - Actually, I got the G31 from your instructions a few entries above. See:

                                            @dc42 said in Beginner Needs Help - Anycubic Kossel Plus + Duet WiFi -- HOW?:

                                            You can do manual configuration as long as you are running fairly recent firmware. Set Z probe type 0 (that's P0 in the M558 command in config.g) to tell the firmware that you have no Z probe. Then run G31 as usual. The web interface will prompt you.

                                            So what would be the best way to do a manual calibration with P0 in the M558 command?

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