mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
CURA-5128 add .gz to non sliceable extensions
This commit is contained in:
parent
457b3543d7
commit
b75e0c75ce
1 changed files with 1 additions and 0 deletions
|
@ -18,4 +18,5 @@ def getMetaData():
|
||||||
|
|
||||||
def register(app):
|
def register(app):
|
||||||
app.addNonSliceableExtension(".gcode.gz")
|
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() }
|
return { "mesh_reader": GCodeGzReader.GCodeGzReader() }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue