I confirm that no pause has been done. What I really don't understand is why this issue appears only at the third tool change or after T0, T4 and T8 changes have been managed correctly. The tool change gcode is the same for every tool change. I don't think the z probe is triggered because it should be triggered in the same way during the previous tool changes...
I would send you both the Prusaslicer project file .3mf and the produced Gcode files but I don't know how to attach these type of files so I send hereafter the Gcode where the issue appears.
; tool change
T16
M401; store current position in memory
;G10; retract
G1 Z5; level "up" to bucket after
XY Homing to avoid interference
G1 X0.142857 Y45 F2000; move to rear X=0 Y=30
(Homing and purge bucket location)
G11; un-retract
G1 Z0; level down to bucket rubber
G1 E20 F100; extrude 20mm of filament at 1,7mm/sec
G1 Y75 F800; move slowly forward past the
rubber strip
G1 Z5; raise the nozzle to avoid damage to
the purge bucket
G1 Y149; go past first rubber strip
G1 Z0; continue purging on bed
G1 Y165; move slowly forward past the rubber
strip
G1 X20; and 20mm to the right
G1 Y185; move slowly 20mm forward
G1 X0; and 20mm to the left
M402 Z F2000; resume Z stored position
M402 F2000; resume stored position
;M114; read current position (X,Y,Z,E)
M104 S210 ; set temperature
; Filament gcode
G1 X138.808 Y225.019 F3600.000 ; move to
first perimeter point
G11 ; unretract
G1 F2400
G1 X120.886 Y225.019 E0.60663 ; perimeter
G1 X120.886 Y207.098 E0.60663 ; perimeter
G1 X138.808 Y207.098 E0.60663 ; perimeter
G1 X138.808 Y224.959 E0.60460 ; perimeter
G1 X139.215 Y225.427 F3600.000 ; move to
first perimeter point
G1 F2400
G1 X120.479 Y225.427 E0.63419 ; perimeter
G1 X120.479 Y206.691 E0.63419 ; perimeter
G1 X139.215 Y206.691 E0.63419 ; perimeter
G1 X139.215 Y225.367 E0.63216 ; perimeter
G1 X139.622 Y225.834 F3600.000 ; move to
first perimeter point
G1 F1200
G1 X120.072 Y225.834 E0.66174 ; perimeter
G1 X120.072 Y206.284 E0.66174 ; perimeter
G1 X139.622 Y206.284 E0.66174 ; perimeter
G1 X139.622 Y225.774 E0.65971 ; perimeter
G1 X139.236 Y225.730 F3600.000 ; move inwards
before travel...
Many thanks for your support.
Walter