mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
CURA-4870 Add information of the current configuration selected in the active printer
This commit is contained in:
parent
49fcf35d9b
commit
22b1c2127f
2 changed files with 30 additions and 4 deletions
|
@ -193,9 +193,8 @@ class PrinterOutputDevice(QObject, OutputDevice):
|
|||
for printer in self._printers:
|
||||
printer.configurationChanged.connect(self._updateUniqueConfigurations)
|
||||
|
||||
# If at this point the list of unique configurations is empty, we force the calculation
|
||||
if not self._unique_configurations:
|
||||
self._updateUniqueConfigurations()
|
||||
# At this point there may be non-updated configurations
|
||||
self._updateUniqueConfigurations()
|
||||
|
||||
|
||||
## The current processing state of the backend.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue