CURA-5128 cleanup .gz and only leave .gcode.gz as Cura and Uranium now accept extensions with multiple periods

This commit is contained in:
Jack Ha 2018-03-22 14:35:21 +01:00
parent a0badf121a
commit c2888529cb
3 changed files with 8 additions and 4 deletions

View file

@ -18,5 +18,4 @@ def getMetaData():
def register(app):
app.addNonSliceableExtension(".gcode.gz")
app.addNonSliceableExtension(".gz") # in some parts only the last extension is taken. Let's make it a non sliceable extension for now
return { "mesh_reader": GCodeGzReader.GCodeGzReader() }