mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 04:19:02 +08:00
Removed debug messages & unused code
This commit is contained in:
parent
6c84c713f2
commit
3a6905c0e6
@ -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…
x
Reference in New Issue
Block a user