I believe that could be the speed for each extruder independently. The parking extruder moves a little bit slower than the extruder that is about to print.
M2000= parameters for movement during tool change
S= Parking extruder
V= Starting extruder
A= Acceleration
S for the extruder that is parking
V for the extruder that is starting
A for the acceleration
I played with these values and that confirmed my assumptions. Raising the speed will reduce the switch time which is great on long prints. those seconds add up.
Is there some trick to making this work? I have M2000 S200 V250 A6000 in my toolchange gcode. Prusa Slicer 2.6 alpha 6 generates the following toolchange block:
The behaviour I see is T0 finishes its prime tower, T1 comes in, doesnt make it to the prime tower (T0 has not moved! I presume the firmware has some anti-collision) and the print continues with T0 in the same X position as the prime tower, and T0 in the same position (next to the prime tower). The printer is extruding on T1, but the toolhead is not in the correct place.
The 10mm retractions are coming from printer>extruder 1/2>Retraction when tool is disabled>length>10mm.
It does not appear the M2000 command is magically swapping the extruders. Printer firmware 2.5.10