mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Removed debug messages & unused code
This commit is contained in:
parent
6c84c713f2
commit
3a6905c0e6
1 changed files with 0 additions and 3 deletions
|
@ -34,8 +34,6 @@ class SupportEraser(Tool):
|
|||
self.getController().setActiveTool(None)
|
||||
|
||||
def _createEraserMesh(self):
|
||||
# Selection.clear()
|
||||
|
||||
node = CuraSceneNode()
|
||||
|
||||
node.setName("Eraser")
|
||||
|
@ -55,7 +53,6 @@ class SupportEraser(Tool):
|
|||
node.addDecorator(SettingOverrideDecorator())
|
||||
stack = node.callDecoration("getStack")
|
||||
|
||||
print(stack)
|
||||
settings = stack.getTop()
|
||||
|
||||
if not (settings.getInstance("anti_overhang_mesh") and settings.getProperty("anti_overhang_mesh", "value")):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue