Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <Ghostkeeper@users.noreply.github.com>2021-06-14 16:41:30 +0300
committerGitHub <noreply@github.com>2021-06-14 16:41:30 +0300
commitcf604570bb5756563f8c329dde810e6f51b98ffc (patch)
tree69eacd9440da487fa15553f24e1b79089a3cd3cd /cura/CuraActions.py
parent8caae610ba0ae178ac5ecc9fc63cfffd622f6729 (diff)
Fix code style
Contributes to issue CURA-7859.
Diffstat (limited to 'cura/CuraActions.py')
-rw-r--r--cura/CuraActions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/CuraActions.py b/cura/CuraActions.py
index 3ae458985b..4d121338d8 100644
--- a/cura/CuraActions.py
+++ b/cura/CuraActions.py
@@ -75,7 +75,7 @@ class CuraActions(QObject):
center_y = 0
# Move the object so that it's bottom is on to of the buildplate
- center_operation = TranslateOperation(current_node, Vector(0, center_y, 0), set_position= True)
+ center_operation = TranslateOperation(current_node, Vector(0, center_y, 0), set_position = True)
operation.addOperation(center_operation)
operation.push()