mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove debug printing
Contributes to CURA-5499
This commit is contained in:
parent
eab10401ee
commit
327eaf9564
1 changed files with 0 additions and 2 deletions
|
|
@ -335,7 +335,6 @@ class MachineManager(QObject):
|
||||||
global_stack.getName(), new_quality_changes_group.name)
|
global_stack.getName(), new_quality_changes_group.name)
|
||||||
else:
|
else:
|
||||||
new_quality_group = quality_groups.get(quality_type)
|
new_quality_group = quality_groups.get(quality_type)
|
||||||
print(quality_groups)
|
|
||||||
if new_quality_group is not None:
|
if new_quality_group is not None:
|
||||||
self._setQualityGroup(new_quality_group, empty_quality_changes = True)
|
self._setQualityGroup(new_quality_group, empty_quality_changes = True)
|
||||||
same_quality_found = True
|
same_quality_found = True
|
||||||
|
|
@ -1108,7 +1107,6 @@ class MachineManager(QObject):
|
||||||
# Set quality and quality_changes for each ExtruderStack
|
# Set quality and quality_changes for each ExtruderStack
|
||||||
for position, node in quality_group.nodes_for_extruders.items():
|
for position, node in quality_group.nodes_for_extruders.items():
|
||||||
self._global_container_stack.extruders[str(position)].quality = node.getContainer()
|
self._global_container_stack.extruders[str(position)].quality = node.getContainer()
|
||||||
print("#######", node.getContainer().getName())
|
|
||||||
if empty_quality_changes:
|
if empty_quality_changes:
|
||||||
self._global_container_stack.extruders[str(position)].qualityChanges = self._empty_quality_changes_container
|
self._global_container_stack.extruders[str(position)].qualityChanges = self._empty_quality_changes_container
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue