mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:16:04 +08:00
Remove debug print
This is why it's wise to do a git diff --cached before you commit. Contributes to issue CURA-2625.
This commit is contained in:
parent
18b2834091
commit
519f6e58d2
@ -438,7 +438,6 @@ class BuildVolume(SceneNode):
|
|||||||
self._disallowed_areas = []
|
self._disallowed_areas = []
|
||||||
for extruder_id in result_areas:
|
for extruder_id in result_areas:
|
||||||
self._disallowed_areas.extend(result_areas[extruder_id])
|
self._disallowed_areas.extend(result_areas[extruder_id])
|
||||||
print("FINAL:", self._disallowed_areas)
|
|
||||||
|
|
||||||
## Computes the disallowed areas for objects that are printed with print
|
## Computes the disallowed areas for objects that are printed with print
|
||||||
# features.
|
# features.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user