mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
![]() Turns out that copy.copy() doesn't work on ConfigParsers. It returns a different instance but modifying that instance still modifies the old configs. Deep copy isn't allowed. But this dictionary copy works. Contributes to issue CURA-844. |
||
---|---|---|
.. | ||
__init__.py | ||
MachineInstance.py | ||
Preferences.py | ||
Profile.py | ||
VersionUpgrade21to22.py |