mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Update extruder button styles
CURA-4211
This commit is contained in:
parent
81b6675518
commit
e15a96263d
7 changed files with 121 additions and 44 deletions
|
@ -26,6 +26,7 @@ class DiscoverUM3Action(MachineAction):
|
|||
self.__additional_components_view = None
|
||||
|
||||
Application.getInstance().engineCreatedSignal.connect(self._createAdditionalComponentsView)
|
||||
Application.getInstance().syncConfigurationFromPrinter.connect(self.loadConfigurationFromPrinter)
|
||||
|
||||
self._last_zeroconf_event_time = time.time()
|
||||
self._zeroconf_change_grace_period = 0.25 # Time to wait after a zeroconf service change before allowing a zeroconf reset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue