Anycubic Delta (Trigorilla vs Duet Wifi) Wiring and configuration
-
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.
-
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
-
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.
-
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!!!
-
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.
-
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….
-
Did you generate your homedelta.g file using configtool, or did it come from somewhere else?
-
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 correctionsNote 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?