mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Add typing
This commit is contained in:
parent
6a65045587
commit
7fbdccffdb
2 changed files with 26 additions and 23 deletions
|
@ -283,7 +283,7 @@ class CuraContainerRegistry(ContainerRegistry):
|
|||
profile.addInstance(new_instance)
|
||||
profile.setDirty(True)
|
||||
|
||||
global_profile.removeInstance(qc_setting_key, postpone_emit=True)
|
||||
global_profile.removeInstance(qc_setting_key, postpone_emit = True)
|
||||
extruder_profiles.append(profile)
|
||||
|
||||
for profile in extruder_profiles:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue