I have the mk3 version. I ran a few test prints 2 color box to set up the system. I have the switch on the X axis and the switch works, all colors change as expected . my problem is when it loads its not making it to the Micro Swiss extruder gears. I loaded it 1 inch from y adapter. I manual fed the filament into the micro swiss and the extruder ran super fast extruding a good bit , it caused skipping in stepper. best I can figure it seems like its trying to load and retract as if it was a stock bowden setup. I was wondering if there were anyone else who has micro swiss g-code for tool changes.
or how I can alter it. The print speeds are fine. I am sure the speed issue is because it shouldn't be extruding yet cause my filament path is pretty short.
thank ill give it a try . ill post how it went
Also, turn down the F4000 speeds for the stock extruder on the loading part at the end of it... F4000 might be too fast for it as well... so try backing it down to a more reasonable level for your extruder.
It sounds like you simply need to change the Tool Change GCode speeds. There is a line in the Tool Change GCode that looks like this: G0 E75 F1500 ; << ------- ADJUST THE E50 VALUE TO STOP IT RIGHT AFTER IT LOADS INTO THE STOCK EXTRUDER (50mm is the default)
; ADJUST THE F1500 TO MATCH THE SPEED OF THE FILAMENT FROM THE 3D CHAMELEON Note the last comment... change the F1500 to match the speed of the filament from the 3D Chameleon. You can tune it down so that the speed matches what the 3D Chameleon is pushing it at. Try a value of F500, for example.
Bill