Hi,
I've attached a gc created with lightburn for a Marlin device.
By using this device, it is possible to export the laser power. The device (and the gcode) uses m106 S0 to turn off the laser and M106 Sxxx (from 0 to 255) to turn on the laser with a specific power.
I assumed that the plugin will convert this file by replacing m106 S0 by M11 and M106 Sxx by M10 Qxx.
But the plugin just remove the S paramter behind the M106
AM i missing something ?