Revert "Use the capitalized version of the buildplate name"

This reverts commit 11d8831d7a.

Contributes to CURA-6021.
This commit is contained in:
Diego Prado Gesto 2018-12-12 09:19:43 +01:00 committed by Remco Burema
parent 3593b7f152
commit 31331e36d2

View file

@ -44,7 +44,7 @@ class ConfigurationModel(QObject):
@pyqtProperty(str, fset = setBuildplateConfiguration, notify = configurationChanged)
def buildplateConfiguration(self) -> str:
return self._buildplate_configuration.capitalize()
return self._buildplate_configuration
## This method is intended to indicate whether the configuration is valid or not.
# The method checks if the mandatory fields are or not set