changed conversion filename to fixed "temp.svg", so its doesn't use up all the space by creating a new file for every new conversion.

This commit is contained in:
make-ing 2016-01-29 15:31:54 +01:00
parent 597481905b
commit 8c218b21f8

View file

@ -473,7 +473,7 @@ def gcodeConvertCommand():
import os
name, _ = os.path.splitext(data['gcode'])
filename = target + "/" + name + ".svg"
filename = target + "/temp.svg"
class Wrapper(object):
def __init__(self, filename, content):
self.filename = filename