mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Merge pull request #2814 from Ultimaker/feature_maximum_resolution
Maximum mesh resolution
This commit is contained in:
parent
d00f3ba79b
commit
f197508694
15 changed files with 31 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue