Cura/plugins/UM3NetworkPrinting
David Fries 6e3e3e6742 Use raw strings for regular expressions with invalid escape sequences
If "T(\d*)" was "T(\n*)" it would search for newlines.  There isn't
any such \d escape character.

It should be "T(\\d*)" or r"T(\d*)" going with the latter, to be
easier to read and be consistent with other Cura usage.

Start python with -Wd or for python 3.12 will raise a SyntaxWarning.
2024-08-31 12:11:59 -05:00
..
resources Add sketch to cloud 2024-05-06 13:32:52 +02:00
src Use raw strings for regular expressions with invalid escape sequences 2024-08-31 12:11:59 -05:00
__init__.py Add legacy 'Connect over Network' button back 2019-08-12 01:19:41 +02:00
plugin.json Capitalized M 2023-03-06 13:49:17 +01:00