mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06: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
|
||||
|
||||
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