mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge pull request #5888 from Ultimaker/rename_minimum_diameter
Rename Minimum Diameter to Maximum Tower-Supported Diameter
This commit is contained in:
commit
9236f21d67
792 changed files with 950 additions and 792 deletions
|
|
@ -144,7 +144,7 @@ class CuraApplication(QtApplication):
|
|||
# SettingVersion represents the set of settings available in the machine/extruder definitions.
|
||||
# You need to make sure that this version number needs to be increased if there is any non-backwards-compatible
|
||||
# changes of the settings.
|
||||
SettingVersion = 7
|
||||
SettingVersion = 8
|
||||
|
||||
Created = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue