Welcome! Log In Create A New Profile

Advanced

vectorwrite errors

Posted by Karl_Williams 
vectorwrite errors
February 28, 2012 01:21AM
I keep getting this error when I run vectorwrite:

Traceback (most recent call last):
File "C:\Python26\lib\lib-tk\Tkinter.py", line 1410, in __call__
return self.func(*args)
File "C:\Program Files\49_reprap_python_beanshell\fabmetheus_utilities\settings.py", line 1173, in execute
self.repository.execute()
File "C:\Program Files\49_reprap_python_beanshell\skeinforge_application\skeinforge_plugins\analyze_plugins\vectorwrite.py", line 210, in
execute
getWindowAnalyzeFile(fileName)
File "C:\Program Files\49_reprap_python_beanshell\skeinforge_application\skeinforge_plugins\analyze_plugins\vectorwrite.py", line 88, in g
etWindowAnalyzeFile
return getWindowAnalyzeFileGivenText(fileName, gcodeText)
File "C:\Program Files\49_reprap_python_beanshell\skeinforge_application\skeinforge_plugins\analyze_plugins\vectorwrite.py", line 97, in g
etWindowAnalyzeFileGivenText
vectorwriteGcode = VectorwriteSkein().getCarvedSVG( fileName, gcodeText, repository )
File "C:\Program Files\49_reprap_python_beanshell\skeinforge_application\skeinforge_plugins\analyze_plugins\vectorwrite.py", line 267, in
getCarvedSVG
halfLayerThickness = 0.5 * self.layerHeight
AttributeError: VectorwriteSkein instance has no attribute 'layerHeight'

Has anyone encountered this as well? I'm running this on a Windows 7 64-bit system with Python 2.6.6. I've tried with a earlier versions of Skeinforge and also tried it on a Windows XP and get the same error. Any suggestions?
Re: vectorwrite errors
February 29, 2012 01:05AM
I managed to get vectorwrite to work using version 43 and the penultimate gcode file.

Using the same penultimate gcode file and version 49 it generates this error:

Traceback (most recent call last):
File "C:\Python26\lib\lib-tk\Tkinter.py", line 1410, in __call__
return self.func(*args)
File "C:\Program Files\49_reprap_python_beanshell\fabmetheus_utilities\settings.py", line 1173, in execute
self.repository.execute()
File "C:\Program Files\49_reprap_python_beanshell\skeinforge_application\skeinforge_plugins\analyze_plugins\vectorwrite.py", line 210, in
execute
getWindowAnalyzeFile(fileName)
File "C:\Program Files\49_reprap_python_beanshell\skeinforge_application\skeinforge_plugins\analyze_plugins\vectorwrite.py", line 88, in g
etWindowAnalyzeFile
return getWindowAnalyzeFileGivenText(fileName, gcodeText)
File "C:\Program Files\49_reprap_python_beanshell\skeinforge_application\skeinforge_plugins\analyze_plugins\vectorwrite.py", line 97, in g
etWindowAnalyzeFileGivenText
vectorwriteGcode = VectorwriteSkein().getCarvedSVG( fileName, gcodeText, repository )
File "C:\Program Files\49_reprap_python_beanshell\skeinforge_application\skeinforge_plugins\analyze_plugins\vectorwrite.py", line 272, in
getCarvedSVG
return svgWriter.getReplacedSVGTemplate(fileName, 'vectorwrite', self.threadLayers)
File "C:\Program Files\49_reprap_python_beanshell\fabmetheus_utilities\svg_writer.py", line 191, in getReplacedSVGTemplate
self.addLoopLayersToOutput(loopLayers)
File "C:\Program Files\49_reprap_python_beanshell\fabmetheus_utilities\svg_writer.py", line 136, in addLoopLayersToOutput
self.addLoopLayerToOutput(loopLayerIndex, loopLayer)
File "C:\Program Files\49_reprap_python_beanshell\skeinforge_application\skeinforge_plugins\analyze_plugins\vectorwrite.py", line 136, in
addLoopLayerToOutput
settings.printProgress(self.layerIndex, 'vectorwrite')
AttributeError: SVGWriterVectorwrite instance has no attribute 'layerIndex'


I'll just stick to using version 43 since it is working smiling smiley
Re: vectorwrite errors
February 29, 2012 10:32AM
Version 44 works okay but versions 45 and above throw the error in my last post.
Re: vectorwrite errors
March 29, 2012 12:20PM
Vectorwrite is working with the new 50_reprap_python_beanshell version of Skeinforge. I'm using it to make slices for the laser cutter.
Sorry, only registered users may post in this forum.

Click here to login