mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Use the capitalized version of the buildplate name
This commit is contained in:
parent
3db3203e0d
commit
11d8831d7a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class ConfigurationModel(QObject):
|
|||
|
||||
@pyqtProperty(str, fset = setBuildplateConfiguration, notify = configurationChanged)
|
||||
def buildplateConfiguration(self) -> str:
|
||||
return self._buildplate_configuration
|
||||
return self._buildplate_configuration.capitalize()
|
||||
|
||||
## This method is intended to indicate whether the configuration is valid or not.
|
||||
# The method checks if the mandatory fields are or not set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue