Print cancels when changing tool
-
I use duet wifi version 1.2
Firmware:3.3
I have 2 toolheads
When printing, changing to 2nd tool my print gets cancelled.
Saying G0/G1 insufficient homing
What could be the reason -
@adhanabal please post your config.g and your tool change macros.
-
@T3P3Tony ; Configuration file for Duet WiFi (firmware version 3.3)
; executed by the firmware on start-upI DONT USE ANY TOOL CHANGE MACROS
;
; generated by RepRapFirmware Configuration Tool v3.3.15 on Sat Mar 11 2023 20:59:39 GMT+0530 (India Standard Time); General preferences
M575 P1 S1 B57600 ; enable support for PanelDue
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"Fabforge-PX2" ; set printer name
M669 K1 ; select CoreXY mode; Network
M551 P"***" ; set password
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S0 ; physical drive 2 goes forwards
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
M350 X16 Y16 Z16 E16:16 I1 ; configure microstepping with interpolation
M92 X100.00 Y100.00 Z2560.00 E420.00:420.00 ; set steps per mm
M566 X900.00 Y900.00 Z60.00 E120.00:120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z400.00 E1200.00:1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z30.00 E250.00:250.00 ; set accelerations (mm/s^2)
M906 X800 Y800 Z800 E300:300 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 X105 Y110 Z135 S0 ; set axis maxima; Endstops
M574 X2 S1 P"xstop" ; configure switch-type (e.g. microswitch) endstop for high end on X via pin xstop
M574 Y1 S1 P"ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop
M574 Z2 S1 P"zstop" ; configure switch-type (e.g. microswitch) endstop for high end on Z via pin zstop; Heaters
M140 H-1 ; disable heated bed (overrides default heater mapping)
M308 S0 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin e0temp
M950 H0 C"e0heat" T0 ; create nozzle heater output on e0heat and map it to sensor 0
M307 H0 R0.269 K0.295:0.000 D22.25 E1.35 S1.00 B0 V23.9; disable bang-bang mode for heater and set PWM limit
M143 H0 S80 ; set temperature limit for heater 0 to 80C; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 C"Light " S0 H-1 ; set fan 0 name and value. Thermostatic control is turned off
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 C"Part Cooling Fan" S0 H-1 ; set fan 1 name and value. Thermostatic control is turned off
M950 F2 C"fan2" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P2 C"Vibromotor" S0 H-1 ; set fan 1 name and value. Thermostatic control is turned off; Tools
M563 P0 S"Head 1" D0 H0 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"Head 2" D1 H0 F0 ; define tool 1
G10 P1 X35 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
M918 P2 E-4 C100 R3
M150 X2 R255 U0 B100 P255 S3 F0 ; GRB LED so this shows green
M302 P1; Miscellaneous
M501 ; load saved parameters from non-volatile memory
M911 S20 R22 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss -
@adhanabal have a look to see if you have anything in tpre0.g, tpre1.g,tpost0.g,tpost0.g,tfree0.g,tfree1.g
also try manually changing between the tools and see what happens to your axis homing.
-
@T3P3Tony ill try thank you