Tried using the cutting surface svg file to test on the laser, something I never did as I should have in the beginning lol. Regardless when I export to the inkscape plugin I get this :
Built gcode for path4507-3 - will be cut as vector.
Built gcode for path4507-1 - will be cut as vector.
Built gcode for path4507 - will be cut as vector.
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 1437, in
e.affect()
File “C:\Program Files\Inkscape\share\extensions\inkex.py”, line 268, in affect
self.effect()
File “turnkeylaser.py”, line 1408, in effect
data = self.effect_curve(selected)
File “turnkeylaser.py”, line 1194, in effect_curve
for objectData in compile_paths(self, node, trans):
File “turnkeylaser.py”, line 1014, in compile_paths
im = Image.open(filename).transpose(Image.FLIP_TOP_BOTTOM).convert(‘L’)
File “C:\Program Files\Inkscape\python\lib\site-packages\PIL\Image.py”, line 1637, in transpose
self.load()
File “C:\Program Files\Inkscape\python\lib\site-packages\PIL\ImageFile.py”, line 155, in load
self.load_prepare()
File “C:\Program Files\Inkscape\python\lib\site-packages\PIL\PngImagePlugin.py”, line 339, in load_prepare
ImageFile.ImageFile.load_prepare(self)
File “C:\Program Files\Inkscape\python\lib\site-packages\PIL\ImageFile.py”, line 223, in load_prepare
http://self.im = Image.core.new(self.mode, self.size)
File “C:\Program Files\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
I believe there is something I am missing that has everything to do with raster engraving via inkscape plugin, my question is what is it and how do I fix this? Do I need to do a cmd prompt install? I have done lots of research only to find really complicated solutions. Any help would be awesome, thank you.