mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 08:09:01 +08:00
CURA-5128 add .gz to non sliceable extensions
This commit is contained in:
parent
457b3543d7
commit
b75e0c75ce
@ -18,4 +18,5 @@ 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() }
|
||||
|
Loading…
x
Reference in New Issue
Block a user