With OcraSlicer 2.2-RC, a M109 instruction is added after inserting the custom Change Filament G-code.
However, this M109 is the Marlin generic M109 and does not use the additional W and C (stabilization time and temperature hysteresis) parameters defined in the J1 firmware.
As a consequence, the tool switch does not always occur as fast as it could. In other words, many times one extruder is back on the park position and the other extruder is still waiting to be at the exact temperature.
This could be avoided by using the W parameter to allow for a 3°C difference for example.
Could SM2uploader identify those M109 commands and remove them from the uploaded g-code?

With OcraSlicer 2.2-RC, a M109 instruction is added after inserting the custom Change Filament G-code.
However, this M109 is the Marlin generic M109 and does not use the additional W and C (stabilization time and temperature hysteresis) parameters defined in the J1 firmware.
As a consequence, the tool switch does not always occur as fast as it could. In other words, many times one extruder is back on the park position and the other extruder is still waiting to be at the exact temperature.
This could be avoided by using the W parameter to allow for a 3°C difference for example.
Could SM2uploader identify those M109 commands and remove them from the uploaded g-code?