mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Merge branch '4.0' of github.com:Ultimaker/Cura
This commit is contained in:
commit
090fdbf598
6 changed files with 62 additions and 6 deletions
|
@ -54,7 +54,7 @@ class ConfigurationModel(QObject):
|
|||
for configuration in self._extruder_configurations:
|
||||
if configuration is None:
|
||||
return False
|
||||
return self._printer_type is not None
|
||||
return self._printer_type != ""
|
||||
|
||||
def __str__(self):
|
||||
message_chunks = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue