We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320b153 commit 914698aCopy full SHA for 914698a
gcode_metadata/metadata.py
@@ -14,7 +14,7 @@
14
# pylint: disable=too-many-lines
15
16
GCODE_EXTENSIONS = (".gcode", ".gc", ".g", ".gco")
17
-SLA_EXTENSIONS = ("sl1", "sl1s", "m1")
+SLA_EXTENSIONS = ("sl1", "sl1s", "m1", "sl2", "slx")
18
CHARS_TO_REMOVE = ["/", "\\", "\"", "(", ")", "[", "]", "'"]
19
20
log = getLogger("connect-printer")
0 commit comments