Skip to content

Commit 914698a

Browse files
authored
new slx extensions (#58)
1 parent 320b153 commit 914698a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcode_metadata/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# pylint: disable=too-many-lines
1515

1616
GCODE_EXTENSIONS = (".gcode", ".gc", ".g", ".gco")
17-
SLA_EXTENSIONS = ("sl1", "sl1s", "m1")
17+
SLA_EXTENSIONS = ("sl1", "sl1s", "m1", "sl2", "slx")
1818
CHARS_TO_REMOVE = ["/", "\\", "\"", "(", ")", "[", "]", "'"]
1919

2020
log = getLogger("connect-printer")

0 commit comments

Comments
 (0)