Ive just recently pulled a long standing project out of retirement. Vivedin0 T REX 3 Idex 400x400x500.
MB6HC version 3.5.1 (2024-04-19 14:30:55) running on Duet 3 MB6HC v1.01 (SBC mode)
EXP3HC rev 1.01 or earlier firmware version 3.5.1 (2024-04-19 14:42:54)
TOOL1LC rev 1.1 or later firmware version 3.5.1 (2024-04-19 14:42:41)
TOOL1LC rev 1.1 or later firmware version 3.5.1 (2024-04-19 14:42:41)
All boards on 3.5,1. Used the 3.5 configurator to setup initially and got nothing but errors and was a major headache so went through the configurator for 3.4 and adjusted from there.
My issues are with homing as it seems to be hit and miss on x and y axis and z is also hit and miss. Homing was fine and once i started to set the offsets, everything has stopped working. At current the x axis will do the "double tap" mid travel and then slowly creep along until it stops and errors out. The y axis will move a small amount in the opposite direction from the end stop and error out or it will travel to the endstop a short distance and then travel until it can physically no longer move. The z probe only does 1 touch off as opposed to the expected "double tap". U axis works fine, homes as expected, does the double tap and is all good which leaves me confused as to why the x, y and z axis are good one second then dont want to work again.
Attached are the config.g, homeall.g, homex.g, homey.g, homeu.g.
Thanks for the help and any insight as to what/wehere im missing and why this is going backwards.``
config.g
`
code_text
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.4.1 on Sun May 26 2024 18:23:02 GMT+0800 (Australian Western Standard Time)
; General preferences
M575 P1 S1 B57600 ; enable support for PanelDue
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Duet 3" ; set printer name
; Drives
M569 P0.0 S1 ; X physical drive 0.0 goes forwards
M569 P0.1 S1 ; U physical drive 0.1 goes forwards
M569 P0.2 S0 ; Y physical drive 0.2 goes backwards
M569 P0.4 S1 ; Z1 physical drive 0.4 goes forwards
M569 P0.5 S0 ; Z2 physical drive 0.5 goes forwards
M569 P21.0 S1 ; physical drive 121.0 goes forwards
M569 P22.0 S1 ; physical drive 122.0 goes forwards
M584 X0.0 Y0.2 Z0.4:0.5 U0.1 E21.0:22.0 ; set drive mapping
M350 X16 Y16 Z16 E16:16 U16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z800.00 U80.00 E420.00:420.00 ; set steps per mm
M566 X900.00 Y900.00 Z60.00 U900.00 E60.00:60.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z180.00 U6000.00 E200.00:200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z20.00 U500.00 E100.00:100.00 ; set accelerations (mm/s^2)
M906 X800 Y1000 Z800 U800.00 E500:500 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
; Create a tool that uses the low end (X) carriage
M563 P0 D0 H1 F0 ; tool 0 uses extruder 0, heater 1 and fan 0
G10 P0 X0 Y0 Z0 S0 R0 ; set tool 0 offsets and temperatures
; Create a tool that uses the high end (U) carriage
M563 P1 D1 H2 X3 F1 ; tool 1 uses extruder 1, heater 2, fan 1, and maps X to U
G10 P1 Y0 U0 Z0 S0 R0 ; set tool 1 offsets and temperatures
; Create a tool that prints 2 copies of the object using both carriages
;M563 P2 D0:1 H1:2 X0:3 F0:2 ; tool 2 uses both extruders, hot end heaters and fans, and maps X to both X and U
;G10 P2 X50 Y0 U-50 S0 R0 ; set tool offsets and temperatures
;M567 P2 E1:1 ; set mix ratio 100% on both extruders
; Axis Limits
M208 X-43 Y0 U3 Z0 S1 ; set axis minima
M208 X403 Y430 U450 Z500 S0 ; set axis maxima
; Endstops
M574 X1 S1 P"io1.in" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin io1.in
M574 Y1 S1 P"!io3.in" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin !io3.in
M574 U2 S1 P"io2.in" ; configure switch-type (e.g. microswitch) endstop for high end on U via pin io2.in
; Z-Probe
M950 S0 C"21.io0.out" ; create servo pin 0 for BLTouch
M558 P9 C"21.io0.in" H5 F100 T6000 ; set Z probe type to bltouch and the dive height + speeds
G31 P500 X10 Y43 Z1.56 ; set Z probe trigger value, offset and trigger height - lower number makes distance to bed greater
M557 X15:385 Y15:385 S25 ; define mesh grid
; Heaters
M308 S0 P"temp1" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 0 as thermistor on pin temp1
M950 H0 C"out1" T0 ; create bed heater output on out1 and map it to sensor 0
M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M308 S1 P"21.temp0" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin 121.temp0
M950 H1 C"21.out0" T1 ; create nozzle heater output on 121.out0 and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S300 ; set temperature limit for heater 1 to 300C
M308 S2 P"22.temp0" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 2 as thermistor on pin 122.temp0
M950 H2 C"22.out0" T2 ; create nozzle heater output on 122.out0 and map it to sensor 2
M307 H2 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H2 S300 ; set temperature limit for heater 2 to 300C
; Fans
M950 F0 C"21.out2" Q500 ; create fan 0 on pin 121.out2 and set its frequency
M106 P0 S1 H1 T45 ; set fan 0 value. Thermostatic control is turned on
M950 F1 C"22.out2" Q500 ; create fan 1 on pin 122.out2 and set its frequency
M106 P1 S1 H2 T45 ; set fan 1 value. Thermostatic control is turned on
; Tools
M563 P0 S"Tool 0 Left" 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
M563 P1 S"Tool 1 Right" D1 H2 F0 ; define tool 1
G10 P1 X0 Y0 Z0 ; set tool 1 axis offsets
G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C
; Custom settings are not defined
; Miscellaneous
;M501 ; load saved parameters from non-volatile memory
;T0 ; select first tool
homell.g
code_text
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v3.4.1 on Sun May 26 2024 18:23:03 GMT+0800 (Australian Western Standard Time)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-43 Y-430 U0 F1800 ; move quickly to X Y and U axis endstops and stop there (first pass)
G1 H2 X5 Y5 U-5 F6000 ; go back a few mm
G1 H1 X-43 Y-4300 U0 F360 ; move slowly to X Y and U axis endstops once more (second pass)
G1 F6000 X243 Y200
G30
G90 ; absolute positioning
G29 S1 ; this loads the contents of /sys/heightmap.csv
code_text
; homey.g
; called to home the Y axis
;
; generated by RepRapFirmware Configuration Tool v3.4.1 on Sun May 26 2024 18:23:04 GMT+0800 (Australian Western Standard Time)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 Y-430 F5000 ; move quickly to Y axis endstop and stop there (first pass)
G1 H2 Y5 F6000 ; go back a few mm
G1 H1 Y-430 F360 ; move slowly to Y axis endstop once more (second pass)
G90 ; absolute positioning
; homex.g
; called to home the X axis
;
; generated by RepRapFirmware Configuration Tool v3.4.1 on Sun May 26 2024 18:23:04 GMT+0800 (Australian Western Standard Time)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 X-43 F5000 ; move quickly to X axis endstop and stop there (first pass)
G1 H2 X5 F6000 ; go back a few mm
G1 H1 X-43 F360 ; move slowly to X axis endstop once more (second pass)
G90 ; absolute positioning
code_text
; homeu.g
; called to home the U axis
;
; generated by RepRapFirmware Configuration Tool v3.4.1 on Sun May 26 2024 18:23:04 GMT+0800 (Australian Western Standard Time)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
G1 H1 U450 F5000 ; move quickly to U axis endstop and stop there (first pass)
G1 H2 U-5 F6000 ; go back a few mm
G1 H1 U450 F360 ; move slowly to X axis endstop once more (second pass)
G90 ; absolute positioning