D6: Moved extensions to plugin metadata

This commit is contained in:
Victor Larchenko 2016-12-09 15:42:00 +06:00 committed by Youness Alaoui
parent 620a3891da
commit fecf23d66d
2 changed files with 7 additions and 6 deletions

View file

@ -28,4 +28,6 @@ def getMetaData():
}
def register(app):
app.non_sliceable_extensions.append(".gcode")
app.non_sliceable_extensions.append(".g")
return { "mesh_reader": GCodeReader.GCodeReader() }