diff --git a/plugins/GCodeGzReader/__init__.py b/plugins/GCodeGzReader/__init__.py index 67424a7d45..d1f3cf34b1 100644 --- a/plugins/GCodeGzReader/__init__.py +++ b/plugins/GCodeGzReader/__init__.py @@ -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() }