Hi! I made a custom plugin for Repetier-Host to control a dual extrusion printer that work with pastes. In the plugin that I made, there are two knobs that control the extrusion multiplier, one for each extruder. I'd like to know if there's a way to, after the printing has started with the RunJob() method, identify when the Host sends a "change tool" command such as "T0" and inject the command for the extrusion multiplier. In other words, is there a way to know which line has been sent (a way to my plugin read the Log, for instance) and use host.Connection.injectManualCommand(); when it sees a change tool gcode?