mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-23 06:09:38 +08:00
Fix code style
Contributes to issue CURA-7859.
This commit is contained in:
parent
8caae610ba
commit
cf604570bb
@ -75,7 +75,7 @@ class CuraActions(QObject):
|
|||||||
center_y = 0
|
center_y = 0
|
||||||
|
|
||||||
# Move the object so that it's bottom is on to of the buildplate
|
# 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.addOperation(center_operation)
|
||||||
operation.push()
|
operation.push()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user