mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
CURA-4870 Fix an error in the hash function that detects a matching when
the extruders are inverted. Add pretty output to the configuration model.
This commit is contained in:
parent
51686943e6
commit
d83eb383d9
3 changed files with 20 additions and 6 deletions
|
@ -191,8 +191,9 @@ class MachineManager(QObject):
|
|||
|
||||
@pyqtSlot(QObject, result = bool)
|
||||
def matchesConfiguration(self, configuration: ConfigurationModel) -> bool:
|
||||
# print("@@@@@@@@@@@@@@@@@@", configuration.extruderConfigurations)
|
||||
# print("##################", self._current_printer_configuration.extruderConfigurations, configuration == self._current_printer_configuration)
|
||||
# print(configuration)
|
||||
# print(self._current_printer_configuration)
|
||||
# print("%%%%%%%%", configuration == self._current_printer_configuration)
|
||||
return self._current_printer_configuration == configuration
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue