mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-02 00:34:26 +08:00
Replace symbols in default visible settings before usage
These characters are just for visualisation in the code. They should never be used during the normal operation of the program, nor should they be saved to the file. So just replace them immediately. Contributes to issue CURA-1278.
This commit is contained in:
parent
8bd06ee8ec
commit
41425fd36e
@ -185,7 +185,7 @@ class CuraApplication(QtApplication):
|
||||
print_sequence
|
||||
dual
|
||||
experimental
|
||||
""")
|
||||
""".replace("\n", ";").replace(" ", ""))
|
||||
|
||||
JobQueue.getInstance().jobFinished.connect(self._onJobFinished)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user