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

Anycubic Delta (Trigorilla vs Duet Wifi) Wiring and configuration

Scheduled Pinned Locked Moved
Duet Hardware and wiring
7
48
11.2k
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.
  • undefined
    dc42 administrators
    last edited by 21 Oct 2017, 07:17

    Looking at your video, I agree that far too much filament is coming out of the nozzle. Normally I would say that your extruder steps/mm is much too high, but you have it set to 96 which is about right for an ungeared extruder. So I suspect that you have the extrusion width set much too high in your slicer settings. If your nozzle is 0.4mm then the extrusion width should be set to about 0.5mm.

    Another possibility is that there is a command in your sliced gcode or homing files etc. that is increasing the extruder steps/mm. You can check this by starting a print, pausing and cancelling it when it starts over-extruding like that, then run M92 with no parameters and check that it still reports the E steps/mm as 96.

    Yet another possibility is that you have sliced using absolute extruder coordinates but your printer is in relative extrusion mode because you haven't included M82 in your slicer start gcode. If this is the case, the extrusion amount will start OK at the very beginning but increase rapidly.

    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
    • undefined
      mydayofplay
      last edited by 21 Oct 2017, 16:19

      Thank you thank you dc42!

      I have had my nozzle set to .4mm. I did the M92 and everything was checking out with that. So I tried M82 and yes ok M82! Heres a victory video! I lost audio toward the end but I was showing what type of 3D printing I'll be trying to do for that class "Lithophanes" 3D photos. Most people aren't used to 3D printing so we are teaching how to do something simple that they may like to do that's not normally practical. The model I show was done on the trigorilla board. Instagram photo of my fiance who is the actual art teacher. I am the one 3d printing teaching her I guess lol, I'll be there doing the printing not talking lol. I was also saying thanks a bunch too!

      https://drive.google.com/open?id=0B4nxVsZnC01PaHVPWWpWd0tiVmc

      Finished picture! PLA, Keep in mind that layer height is set at lowest quality. I see I need to do another bed level configuration based on the brim at bottom..
      https://drive.google.com/open?id=0B4nxVsZnC01Pa3RTalR1LUh6NFE
      https://drive.google.com/open?id=0B4nxVsZnC01PSWtFVzJEMURIdms

      Test box square I kept trying to print and this time after a bed level. PLA Low quality layer height.
      https://drive.google.com/open?id=0B4nxVsZnC01PX2ZQdEVUSUE4cFE
      https://drive.google.com/open?id=0B4nxVsZnC01PeTZsZEM1aG9kSTg

      Is there a way to add M82 in one of these scripts on duetwifi board to automatically select the correct type of printing.? In case I run along some files and do not know it does not have M82? Worse that could happen is the firmware would see it twice which is not a problem I'm sure.

      1 Reply Last reply Reply Quote 0
      • undefined
        dc42 administrators
        last edited by 21 Oct 2017, 19:36

        We recommend that you slice your files using relative extruder coordinates instead of absolute coordinates, then you need M83 rather than M82. Whichever you choose, you can put a M82 or M83 command in config.g to set the default. You may find that you have M83 in config.g already. Sending it more than once is harmless.

        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
        • undefined
          mydayofplay
          last edited by 22 Oct 2017, 02:06

          Thanks dc42! If you haven't seen it in the example print category I wanted to show you here. It's definitely at this point printing way better than the old trigorilla! It printed this faster than the smaller ones I did from the old board. I also kept thinking it wasn't running and had to look directly at it, it's just so quiet.

          https://drive.google.com/open?id=0B4nxVsZnC01PVmhWem1sU3NxWEE

          1 Reply Last reply Reply Quote 0
          • undefined
            number40fan
            last edited by 25 Oct 2017, 03:58

            mydayofplay, I am not sure if you figured out the need to double tap the home button or not, but if you increase the X, Y and Z in the first G1 line of your homedelta.g file, to be about 30% taller than your homed height, it should take care of that issue.

            1 Reply Last reply Reply Quote 0
            • undefined
              mydayofplay
              last edited by 25 Oct 2017, 04:37

              I noticed that I had to hit it twice, but haven't got around to asking. I kept trying to focus on the most important stuff. I did try to look for the answer several times so big thanks to you number40fan!!!

              1 Reply Last reply Reply Quote 0
              • undefined
                dc42 administrators
                last edited by 25 Oct 2017, 11:23

                @mydayofplay:

                I noticed that I had to hit it twice, but haven't got around to asking. I kept trying to focus on the most important stuff. I did try to look for the answer several times so big thanks to you number40fan!!!

                This issue has come up before, so I'll add it to the "Common problems" page.

                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
                • undefined
                  mydayofplay
                  last edited by 25 Oct 2017, 18:54

                  Thanks dc42, I also think you should update some scripting on the firmware somehow to automatically do it. However for now along with adding it to the common problems you could also change the comment line above this code to not only suggest to change speed but, also change the XYZ height if having to home twice!

                  I changed

                  G1 X265 Y265 Z265 F12000 S1

                  to

                  G1 X300 Y300 Z300 F12000 S1

                  It fixed it for me. Before the only thing it told me to change was the speed from 1200 to 12000 for instance. However I am not sure why it was at 265. I think that the XYZ should match config.h plus the added possible auto configuration from config-override.g or current configuration changes minus a little to not run into the endstops to get ready for slow second rise. So that means you would have to update homedelta every time somebody runs their prints if they have a z probe calibration with? M665 and M666 and M500. I don't know seems like it could be scripted to fix itself easily without having to tell people to change that line….

                  1 Reply Last reply Reply Quote 0
                  • undefined
                    dc42 administrators
                    last edited by 25 Oct 2017, 22:53

                    Did you generate your homedelta.g file using configtool, or did it come from somewhere else?

                    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
                    • undefined
                      MaxxTek
                      last edited by 21 Feb 2018, 14:42

                      @Gone2Far:

                      FWIW, here's the config I'm using:

                      ; Configuration file for Duet WiFi (firmware version 1.17)
                      ; executed by the firmware on start-up
                      ;
                      ; generated by RepRapFirmware Configuration Tool on Mon Oct 02 2017 12:45:31 GMT-0700 (Pacific Daylight Time)

                      ; General preferences
                      M111 S0 ; Debugging off
                      G21 ; Work in millimetres
                      G90 ; Send absolute coordinates…
                      M83 ; ...but relative extruder moves
                      M555 P2 ; Set firmware compatibility to look like Marlin

                      ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration.
                      M665 R133 L288.15 B105 H220.56 ; Set delta radius, diagonal rod length, printable radius and homed height
                      M666 X0 Y0 Z0 ; Put your endstop adjustments here, or let auto calibration find them
                      M208 Z0 S1 ; Set minimum Z

                      ; Endstops
                      M574 X2 Y2 Z2 S1 ; Define active high microswitches
                      M558 P5 R0.4 F1000 H5 ; Set Z probe type to switch, the axes for which it is used and the probe + travel speeds
                      G31 P100 X0 Y0 Z-0.30 ; Set Z probe trigger value, offset and trigger height
                      M557 R110 S20 ; Define mesh grid

                      ; Drives
                      M569 P0 S0 ; Drive 0 goes backwards
                      M569 P1 S0 ; Drive 1 goes backwards
                      M569 P2 S0 ; Drive 2 goes backwards
                      M569 P3 S0 ; Drive 3 goes Backwards
                      M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
                      M92 X80 Y80 Z80 E492 ; Set steps per mm
                      M566 X1200 Y1200 Z1200 E1200 ; Set maximum instantaneous speed changes (mm/min)
                      M203 X18000 Y18000 Z18000 E5000 ; Set maximum speeds (mm/min)
                      M201 X3000 Y3000 Z3000 E3000 ; Set accelerations (mm/s^2)
                      M906 X1000 Y1000 Z1000 E1200 I30 ; Set motor currents (mA) and motor idle factor in per cent
                      M84 S30 ; Set idle timeout
                      M207 S8.0 F2700 T900 Z0.2 ; Set FW retraction length and speed
                      M572 D0 S0.1 ; Set pressure advance

                      ; Heaters
                      M143 S275 ; Set maximum heater temperature to 275C
                      M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
                      M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1

                      ; Tools
                      M563 P0 D0 H1 ; Define tool 0
                      G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
                      G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C

                      ; Network
                      M550 PAnycubic Kossel ; Set machine name
                      M552 S1 ; Enable network
                      ; Access point is configured manually via M587 by the user
                      M586 P0 S1 ; Enable HTTP
                      M586 P1 S0 ; Disable FTP
                      M586 P2 S0 ; Disable Telnet

                      ; Fans
                      M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
                      M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
                      M106 P2 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on

                      ; Custom settings
                      M912 S-14.8
                      M501 ; load overrides
                      G29 S1 ; Turn on mesh bed corrections

                      Note that the steps for the extruder are high because I'm using a geared extruder. IIRC, the steps were set to 103 when I had the Anycubic extruder installed.

                      A short movie of the printer running here: https://onedrive.live.com/embed?cid=9EC08F79CB710BB2&resid=9EC08F79CB710BB2%21121204&authkey=AKLXBdJwlefm4MA

                      Are you running the smart effector with this setup?

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