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:
authorjack <jackha@users.noreply.github.com>2017-11-20 15:35:15 +0300
committerChrisTerBeke <c.terbeke@ultimaker.com>2017-11-20 20:09:11 +0300
commitf197508694e965603e7326c274c610341e98c88c (patch)
tree55904907e62e9c1d793444fa093f4fccb5454fe7 /cura/PrintInformation.py
parentd00f3ba79b0fbcb470f9574813aad8067bad6677 (diff)
Merge pull request #2814 from Ultimaker/feature_maximum_resolution
Maximum mesh resolution
Diffstat (limited to 'cura/PrintInformation.py')
-rw-r--r--cura/PrintInformation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/PrintInformation.py b/cura/PrintInformation.py
index 3353cc176e..46d9a61254 100644
--- a/cura/PrintInformation.py
+++ b/cura/PrintInformation.py
@@ -312,7 +312,7 @@ class PrintInformation(QObject):
if name.endswith(".curaproject"):
name = name[:name.rfind(".curaproject")]
self._base_name = name
- self._updateJobName( empty_name = is_empty)
+ self._updateJobName(empty_name = is_empty)
## Created an acronymn-like abbreviated machine name from the currently active machine name
# Called each time the global stack is switched