Bit late, but it was mechanical. Didn't see that my Y tower Idler pulley mount had a lose screw.
Fixed.
Best posts made by Quadcells
-
RE: Delta Making a lot of Noise When Homing Only?
-
RE: Asking for help with meta script
@cosmowave thanks again.
I did implement R-1 and that seemed to work just fine.
Once I did that I disassembled the filament sensor and added just a very small drop of med thick ca on the TAC switch to add a little height to help remove some space between the TAC switch and the 6mm bb that pushes on the switch when filament goes thru the tube. -
RE: Delta + linear Z tracking axis?
Here are part of my config.g that relate to the 4th axis:
M584 X0 Y1 Z2 U4 E3 P3 ; U4 is the 4th tower axis which is E1 stepper driver on the Duet Wifi
M665 R244.500 L400.970:400.970:400.970:8019.4 B150.0 H448.37 X-0.072 Y0.021 Z0.000
M669 X0 Y0
M666 X-0.34 Y-0.31 Z0.66 A0.00 B0.00
;Drives
M569 P0 S0 ; Drive 0 goes forwards, X tower stepper
M569 P1 S0 ; Drive 1 goes forwards, y tower stepper
M569 P2 S0 ; Drive 2 goes forwards, Z tower stepper
M569 P3 S0 ; Drive 3 goes forwards, E0 stepper
M569 P4 S0 ; Drive 4 goes forwards, 4th tower stepper
M350 X16 Y16 Z16 U16 E16 I1 ; Configure microstepping with interpolation
M92 X200 Y200 Z200 U200 E2787 ; Set steps per mm
M566 X1200 Y1200 Z1200 U1200 E40 ; Set maximum instantaneous speed changes (mm/min)
M203 X18000 Y18000 Z18000 U18000 E1200 ; Set maximum speeds (mm/min)
M201 X1000 Y1000 Z1000 U1000 E120 ; Set accelerations (mm/s^2)
M906 X1600 Y1600 Z1600 U1400 E500 I40 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Endstops
M574 X2 Y2 Z2 U2 S1 ; Set active low endstops;Tools
G10 P0 X0 Y0 Z0 U0 ; Set tool 0 axis offsetsM500
Config-override.g lines of code related to the 4th axis:
M665 L400.970:400.970:400.970:8019.400 R244.529 H447.421 B150.0 X0.044 Y-0.103 Z0.000homedelta.g:
G91 ; relative positioning
M584 P4 ;unhide U4
;*** Slow homing has been configured. Change F180 to F1800 below when your configuration is working
G1 S1 X450 Y450 Z450 U450 F1400 ; move all towers to the high end stopping at the endstops (first pass)
G1 X-5 Y-5 Z-5 U-5 F1800 S2 ; go down a few mm
;*** Slow homing has been configured. Change F180 to F360 below when your configuration is working
G1 S1 X10 Y10 Z10 U10 F360 ; move all towers up once more (second pass)
G1 Z-5 F6000 ; move down a few mm so that the nozzle can be centred
G90 ; absolute positioning
G1 X0 Y0 F6000 ; move X+Y to the centre
M584 P3 ; hide U4I believe that's it.
4th axis rod length is 20 times that of XYZ. I haven't tried changing it. -
RE: Constant heat faults with my delta
Thanks again, found a bad crimp, but took such time making good crimps, but I guess removing the plug a few times must of weaked it. So I am in the process of re- crimping all 6 crimps and will report back when working.
Thanks again./quadcells
-
RE: Delta + linear Z tracking axis?
Sorry it took so long to get you this video of the camera tracking the hotend:
https://youtu.be/NWMInhy16rM -
RE: Constant heat faults with my delta
just completed a 12 hr print no heat faults. Thanks again.
-
RE: Need Full Retraction When Print Is Complete
@Hergonoway
I did not as I saw that the 3 jams I experienced were caused by a faulty heat sink fan. I replaced the fan and no jams. -
RE: Is it possible to control a fan by a thermistor not a heater?
Ok I figured it out.
below is part of my gcode with the last bold to show where my error was, I had M106 H3 and should of been H103.
Now it all works as it should.M305 P0 S"Bed" T100000 B3950 R4700 H0 L0 ; BOM thermistor values. Put your own H and/or L values here to set the bed thermistor ADC correction
M305 P1 S"E0" T100000 B4725 C7.06e-8 R4700 H0 L0 ; E3D Semitec 104GT2 thermistor values. Put your own H and/or L values here to set the first nozzle thermistor ADC correction
M305 P2 S"E1" T100000 B4725 C7.06e-8 R4700 H0 L0 ; E3D Semitec 104GT2 thermistor values. Put your own H and/or L values here to set the first nozzle thermistor ADC correctionM305 P101 X1001 S"Duet Drivers"
M305 P102 X1002 S"Duex5 Drivers"M305 P103 X3 T100000 B4725 C7.06e-8 R4700 H0 L0 S"Chamber Temperature" ; Chamber Temperature sensor connected to Duex5 board
M305 P104 X405 T22 S"Filament DryBox Temperature"
M305 P105 X455 T22 S"Filament DryBox Humidity [%]"M106 P3 S1 I0 T25 H103 ; Chamber fans 0.24amps 12v.
-
RE: Duet 2 Wifi Always Disconnects from Wifi and PanelDue
HI,
I converted my (not being used) Linksys router into an AP wired it to the Mesh node that is in the area.
made a macro M587 to add my network and IP address,gateway,netmask.
Now my Duet starts up with a specific IP and connects only to the linksys router(AP).
When I look at the mesh app it shows the duet connected as wired. perfect.
So far I haven't lost connection to the duet since I made these changes.Thanks to all for your help.
-
RE: NEMA23 2.8amp X/Y steppers connected to Duet2 Wifi
I swapped Y and E1 to help with the heat, I redesigned my Duet Wifi and Duex5 mounting brackets so that a 40mm x 40mm x 10mm fan mounting at one end of the control boards so that the fan is half below and half above the Duet boards and air flows across the drivers per dc42's suggestion. I also added heatsinks on the drivers and align them so the fins of the heatsinks allow air to flow unrestricted.
I have completed 4 30 hour prints without any over heat warnings.
Thanks for your help and saving me $$.
Some day I'll switch to Duet 3. -
RE: Can a HQ camera connect to the Pi4 with the Duet 3 MB6HC
@jay_s_uk I was trying to install motion plugin but something went wrong and didn't work.
I haven't tried videostream.
I will take another stab at Motion and will look at videostream too.
I'll report back.
Thanks. -
RE: Can a HQ camera connect to the Pi4 with the Duet 3 MB6HC
@quadcells followed the instructions for motion. I now have live video working and on the DWC .
Thanks