TRONXY X5ST-500 - covid19
-
I have an X5ST-500 printer where I used the frame and some parts to use with DUET2 Ethernet + Duex 5 + Titan Aero.
I am days trying to operationalize these printers to make protection masks against the virus and I am not getting it.
My configuration is COREXY, but when I try to start printing it shows an unevenness in one of the Z axes and automatically triggers the emergency stop.
In addition now it started to present some errors like:
Warning: motor phase A may be disconnected reported by driver (s) 4
Warning: motor phase B may be disconnected reported by driver (s) 4If anyone can help thank you, here are my settings
; bed.g
; called to perform automatic bed compensation via G32
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Sun Mar 29 2020 21:13:18 GMT-0300 (-03)
M561 ; clear any bed transform
G29 ; probe the bed and enable compensation; bed.g file for RepRapFirmware, generated by Escher3D calculator
; 10 points, 6 factors, probing radius: 150, probe offset (-20, -12)
G30 P0 X0.00 Y150.00 Z-99999 H0
G30 P1 X129.90 Y75.00 Z-99999 H0
G30 P2 X129.90 Y-75.00 Z-99999 H0
G30 P3 X0.00 Y-137.84 Z-99999 H0
G30 P4 X-112.42 Y-64.91 Z-99999 H0
G30 P5 X-119.83 Y69.19 Z-99999 H0
G30 P6 X0.00 Y75.00 Z-99999 H0
G30 P7 X64.95 Y-37.50 Z-99999 H0
G30 P8 X-49.55 Y-28.61 Z-99999 H0
G30 P9 X0 Y0 Z-99999 S6G28 ; home
M401 ; deploy Z probe (omit if using bltouch)
G30 P0 X20 Y100 Z-99999 ; probe near a leadscrew, half way along Y axis
G30 P1 X180 Y100 Z-99999 S2 ; probe near a leadscrew and calibrate 2 motors
M402 ; retract probe (omit if using bltouch)—————
config.g; Configuration file for Duet WiFi (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Sun Mar 29 2020 21:13:18 GMT-0300 (-03); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"My Printer" ; set printer nameG21 ; Work in millimetres
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
;M667 S1 ; Select coreXY , rev 2.02 and earlier
M669 K1 ; Select CoreXY mode
M555 P2 ; Set output to look like marlinM667 S1 ; select CoreXY mode
; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S1 ; enable FTP
M586 P2 S1 ; enable Telnet; Drives
M569 P0 S1 ; physical drive 0 goes forwards Drive 0 runs forwards, active low enable, (X)
M569 P1 S1 ; physical drive 1 goes forwards Drive 1 runs forwards, active low enable, (Y)
M569 P2 S1 ; physical drive 2 goes forwards Drive 2 runs backwards, active low enable, (Z1)
M569 P3 S1 ; physical drive 3 goes forwards
M569 P4 S1 ; physical drive 4 goes forwards
;M584 X0 Y1 Z2 E3:4 ; set drive mapping FFR alteradoM584 X0 Y1 Z2:4 E3; dois motores Z conectados às saídas Z e E1 do driver FFR alterado
M671 X-20:220 Y0:0 S0.5 ; leadscrews at left (connected to Z) and right (connected to E1) of X axis FFR Alterado
M208 X-5:205 Y0:200 ; X carriage moves from -5 to 205, Y bed goes from 0 to 200 FFr AlteradoM350 X16 Y16 Z16 E16:16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z4000.00 E837.00:837.00 ; set steps per mm
M566 X900.00 Y900.00 Z12.00 E120.00:120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z180.00 E1200.00:1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z20.00 E250.00:250.00 ; set accelerations (mm/s^2)
M906 X800 Y800 Z800 E800:800 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X-20 Y-12 Z0 S1 ; set axis minima
M208 X455 Y420 Z380 S0 ; set axis maxima; Endstops
M574 X1 Y1 S0 ; set active high endstops
M581 Z1 S0 T0 C0 ;Set Z1 endstop as an e-stop for Z protection if Z probe fails when probing the bed.; Z-Probe
;M558 P2 H5 F120 T6000 ; set Z probe type to modulated and the dive height + speeds
M558 P1 H5 F120 T6000 ; Set Z probe type to unmodulated and the dive height + speeds
G31 P500 X0 Y0 Z10.0 ; set Z probe trigger value, offset and trigger heightM557 X20:450 Y30:420 S100 ; define mesh grid. (S) = Espaçamento entre os pontos
; Z-Probe
M574 Z1 S2 ; Set endstops controlled by probe; G31 P500 X-30 Y-5 Z2.0 // ALTERADO FFR
; Heaters
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 1
M143 H1 S280 ; 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; Custom settings are not defined
M564 H0
M42 P2 S255 ; Turn led lighting on full
M98 PLevelLeadscrews.g ; Option to perform leadscrew levelling
M98 PEnable Mesh Levelling ; Option to enable on start up———
; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Sun Mar 29 2020 21:13:18 GMT-0300 (-03)
G91 ; relative positioning
;G30 ; home Z by probing the bed
;G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-235 Y-215 F1800 ; move quickly to X or Y endstop and stop there (first pass)————
; homex.g
; called to home the X axis
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Sun Mar 29 2020 21:13:18 GMT-0300 (-03)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-235 F1800 ; move quickly to X axis endstop and stop there (first pass)
G1 X5 F6000 ; go back a few mm
G1 H1 X-235 F360 ; move slowly to X axis endstop once more (second pass)
G1 H2 Z-5 F6000 ; lower Z again
G90 ; absolute positioning———
; homey.g
; called to home the Y axis
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Sun Mar 29 2020 21:13:18 GMT-0300 (-03)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 Y-215 F1800 ; move quickly to Y axis endstop and stop there (first pass)
G1 Y5 F6000 ; go back a few mm
G1 H1 Y-215 F360 ; move slowly to Y axis endstop once more (second pass)
G1 H2 Z-5 F6000 ; lower Z again
G90 ; absolute positioning————
; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Sun Mar 29 2020 21:13:18 GMT-0300 (-03)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G90 ; absolute positioning
G1 X15 Y15 F6000 ; go to first probe point
G30 ; home Z by probing the bed; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
G1 Z10 F10 ; lift Z relative to current position
G90 ; absolute positioning -
@FABIO_F said in TRONXY X5ST-500 - covid19:
it shows an unevenness in one of the Z axes and automatically triggers the emergency stop.
In addition now it started to present some errors like:
Warning: motor phase A may be disconnected reported by driver (s) 4
Warning: motor phase B may be disconnected reported by driver (s) 4It sounds like one of your Z motors isn't wired correctly. You can verify the motor phases with this: https://duet3d.dozuki.com/Wiki/Choosing_and_connecting_stepper_motors#Section_Identifying_the_stepper_motor_phases