mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Shorter log messages for operations.
This commit is contained in:
parent
9a5b7e7925
commit
794d13969a
1 changed files with 1 additions and 1 deletions
|
|
@ -29,4 +29,4 @@ class PlatformPhysicsOperation(Operation):
|
||||||
return group
|
return group
|
||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return "PlatformPhysicsOperation(translation = {0})".format(self._translation)
|
return "PlatformPhysicsOp.(trans.={0})".format(self._translation)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue