You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this, it's trying to update the total filament
used, but doesn't know what was printed and thus cannot calculate the
filament used. I'll add a check to skip the update if no gcode is loaded.
On 04/02/2016 06:06 PM, Robert wrote:
I see a traceback after it is done printing from sd card:
SDprintingbyte64612/68114DoneprintingfilePrintendedat: 18:02:15andtook0:12:02
[ERROR] Traceback (mostrecentcalllast):
File"/usr/lib/python2.7/site-packages/printrun/printcore.py", line242, in_readlinetry: self.recvcb(line)
File"/usr/lib/python2.7/site-packages/printrun/pronterface.py", line1724, inrecvcblistener(l)
File"/usr/lib/python2.7/site-packages/printrun/pronterface.py", line1753, inwaitforsdresponseself.endcb()
File"/usr/lib/python2.7/site-packages/printrun/pronterface.py", line1515, inendcbpronsole.pronsole.endcb(self)
File"/usr/lib/python2.7/site-packages/printrun/pronsole.py", line1190, inendcbnew_total=self.settings.total_filament_used+self.fgcode.filament_lengthAttributeError: 'NoneType'objecthasnoattribute'filament_length'echo:0hours11minutesecho:enqueing"M84 X Y Z E"
it doesn't crash pronterface, but i thought i should tell about it.
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub: #731
I see a traceback after it is done printing from sd card:
it doesn't crash pronterface, but i thought i should tell about it.
The text was updated successfully, but these errors were encountered: