mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Remove "Sync" button
CURA-4211
This commit is contained in:
parent
e15a96263d
commit
fc7207e77e
3 changed files with 0 additions and 72 deletions
|
@ -26,7 +26,6 @@ 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