Duet 2 WiFI / Bl Touch with Tronxy X5SA
-
I have had great difficulty printing with this upgrade of my Tronxy.
- Repeatable z=0 after repeated trigger hight calibration random results som good prints many bad due to the initial layer height
- Constant error that does not affect the ability to print except mesh values do not seem to be used
- Heating fault at first just when heating from room temp. E3D Lite hotend with 24 v cartridge. ran Autotune but the error continues
Help, please
; Configuration file for Duet WiFi (firmware version 1.21)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.0.0 on Sun Sep 01 2019 15:25:16 GMT-0400 (Eastern Daylight Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Tronxy X5SA" ; set printer nameM669 K1 ; select CoreXY mode
M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss; Drives
M569 P0 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S0 ; physical drive 2 goes backwards
M569 P3 S0 ; physical drive 3 goes backwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 Z16 I0 ; configure microstepping without interpolation
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z400.00 E439.00 ; set steps per mm
M566 X600.00 Y600.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X18000.00 Y18000.00 Z180.00 E1500.00 ; set maximum speeds (mm/min)
M201 X3000.00 Y3000.00 Z100.00 E10000.00 ; set accelerations (mm/s^2)
M906 X950 Y950 Z950 E950 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X330 Y330 Z400 S0 ; set axis maxima; Endstops
M574 X1 Y1 Z1 S1 ; set active high endstops
M574 Z1 S3 ; set endstops controlled by motor stall detection
;M574 X1 Y2 S1 ; X home to min. Y home to max. Normally Closed limit switches.
;M574 Z1 S3 ; Define Z to use Probe. Home to Min; Z-Probe
M574 Z1 S2 ; set endstops controlled by probe
M307 H3 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch
;M558 P9 H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
M558 P5 H5 F500 T4000 X0 Y0 Z1 ; Set Z probe type/mode 5. H=Dive Height. F=Speed the bed moves
;M558 H30 ;*** Remove this line after delta calibration has been done and new delta parameters have been saved
G31 P500 X-40 Y-15 Z3.17 ; set Z probe trigger value, offset and trigger heightM557 X15:290 Y25:290 S40 ; define mesh grid
; Heaters
M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M305 P1 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 1M143 H1 S290 ; set temperature limit for heater 1 to 280C
; Fans
M106 P0 S0 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; Tools
M563 P0 D0 H1 F0 ; 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
M552 S1 ; enable network
M587 S"rrrrrrrrrrrrrrrrr;" I123.9.65.119 J123.9.65.248 K255.255.255.0 ; Configure access point and IP addresses. You can delete this line once connected
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Custom settings are not defined
; Miscellaneous
M501 ; load saved parameters from non-volatile memory -
@drthomasw3 said in Duet 2 WiFI / Bl Touch with Tronxy X5SA:
I have had great difficulty printing with this upgrade of my Tronxy.
Repeatable z=0 after repeated trigger hight calibration random results som good prints many bad due to the initial layer height
What type of Z probe are you using? You have commented out the line for BLTouch so I presume you are using a different type.
Constant error that does not affect the ability to print except mesh values do not seem to be used
I think those errors are coming from one of your homing files, most probably either homeall.g or homez.g. Please post those files.
Heating fault at first just when heating from room temp. E3D Lite hotend with 24 v cartridge. ran Autotune but the error continues
See the wiki page on spurious heater faults, which is in the Troubleshooting section.
-
Thank you for your reply.
I am using an original BL Touch I saw that I should use the P5 parameter so I commented out the M558 P9 to try the P5 Should I not use P5? I had problems with my home all this convoluted version is the only thing that would work. I received errors when I tried to hone the X and Y at the same time.; homeall.g
; called to home all axes
;
G91 ; relative positioning
G1 Z5 F6000 S2 ; lift Z relative to current position 5mm
G1 S1 X-335 F1800 ; move quickly to X axis endstop and stop there (first pass)
G1 X5 F6000 ; go back a few mm
G1 S1 X-335 F360 ; move slowly to X axis endstop once more (second pass)
G1 Z5 F200 S2 ; raise head 4mm to ensure it is above the Z probe trigger height
G1 Z5 F6000 S2 ; lift Z relative to current position
G1 S1 Y-335 F1800 ; move quickly to Y axis endstop and stop there (first pass)
G1 Y5 F6000 ; go back a few mm
G1 S1 Y-335 F360 ; move slowly to Y axis endstop once more (second pass)
G1 Z-5 F6000 S2 ; lower Z again
G90 ; back to absolute mode
G1 X165 Y165 F2000 ; put head over the centre of the bed, or wherever you want to probe
G30 ; lower head, stop when probe triggered and set Z to trigger height; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool v2 on Sat Aug 17 2019 17:57:39 GMT-0400 (Eastern Daylight Time)
G91 ; relative position
G1 Z9 F6000 S2 ; raise z by 9
G90 ; absolute position
G1 X136 Y149 F6000 ; go to first probe point
G30 ; probe the bed using z probe to find Z0
G1 Z15 F5000 ; raise z to 15 -
Resolved? Repeatable z=0 after repeated trigger hight calibration random results som good prints many bad due to the initial layer height
I remounted the BL Touch to make sure the bottom collar was 8.3mm above the table. I reset the trigger height using Max Nippard's 10/27/2018 suggestions on the https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe page His suggestions made much more sense than the page content. My only issue was that he stated, "your trigger height result (should be between 0 and 1mm, depending on your printer." My trigger height was 2.16mm. But it works! I also changed my P5 Back to P9.A constant error that does not affect the ability to print except mesh values do not seem to be used
This error was caused by G code script added by my slicer Simplified 3D after editing that error is gone.Heating fault at first just when heating from room temp. E3D Lite hot end with 24 v cartridge. ran Autotune but the error continues
?? It seems fixed: I replaced the thermistor and changed out the aluminum block for a copper one. Copper maintains heat better but for the same reason, It takes longer to heat (pure desperation). I then ran autotune again remembering to do an M500 afterward. A word of caution to anyone reading this and deciding to use the M307 for heater parameters in the config.g; Do not forget to comment out the M307 for that heater in config-overide.g If you want the new settings to be used by the firmware.
I would appreciate comments on the 2.16 trigger height.
Thank you very much for your direction.
Tom