mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
![]() 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. |
||
---|---|---|
.. | ||
AddCoolingProfile.py | ||
ChangeAtZ.py | ||
ColorMix.py | ||
CreateThumbnail.py | ||
DisplayFilenameAndLayerOnLCD.py | ||
DisplayInfoOnLCD.py | ||
DisplayProgressOnLCD.py | ||
ExampleScript.md | ||
FilamentChange.py | ||
InsertAtLayerChange.py | ||
LimitXYAccelJerk.py | ||
PauseAtHeight.py | ||
RetractContinue.py | ||
SearchAndReplace.py | ||
Stretch.py | ||
TimeLapse.py | ||
UsePreviousProbeMeasurements.py |