I tried your Inkscape plugin. Cutting export works but raster does not work. It show this message:
Built gcode for group text5153, item path5158 - will be cut as vector.
Built gcode for group text5153, item path5160 - will be cut as vector.
Built gcode for group text5153, item path5162 - will be cut as vector.
Built gcode for group text5153, item path5164 - will be cut as vector.
Built gcode for group text5153, item path5166 - will be cut as vector.
Built gcode for group text5153, item path5168 - will be cut as vector.
Built gcode for group text5153, item path5170 - will be cut as vector.
Built gcode for group text5153, item path5172 - will be cut as vector.
Built gcode for group text5153, item path5174 - will be cut as vector.
Built gcode for group text5153, item path5176 - will be cut as vector.
Traceback (most recent call last):
File "turnkeylaser.py", line 1400, in <module>
e.affect()
File "C:\Program Files (x86)\Inkscape\share\extensions\inkex.py", line 268, in affect
self.effect()
File "turnkeylaser.py", line 1371, in effect
data = self.effect_curve(selected)
File "turnkeylaser.py", line 1160, in effect_curve
for objectData in compile_paths(self, node, trans):
File "turnkeylaser.py", line 982, in compile_paths
im = Image.open(filename).convert('L')
File "C:\Program Files (x86)\Inkscape\python\lib\site-packages\PIL\Image.py", line 653, in convert
self.load()
File "C:\Program Files (x86)\Inkscape\python\lib\site-packages\PIL\ImageFile.py", line 155, in load
self.load_prepare()
File "C:\Program Files (x86)\Inkscape\python\lib\site-packages\PIL\PngImagePlugin.py", line 339, in load_prepare
ImageFile.ImageFile.load_prepare(self)
File "C:\Program Files (x86)\Inkscape\python\lib\site-packages\PIL\ImageFile.py", line 223, in load_prepare
File "C:\Program Files (x86)\Inkscape\python\lib\site-packages\PIL\Image.py", line 36, in __getattr__
raise ImportError("The _imaging C module is not installed")
ImportError: The _imaging C module is not installed