3D printer / slicing GUI built on top of the Uranium framework
Find a file
Ghostkeeper a31a4a1e90
Reinitialise Zeroconf network socket upon refresh/start
Reinitialising Zeroconf entirely causes CPU usage to go through the proverbial roof. This is sort of a hack, since we're touching the _listen_socket variable inside Zeroconf, which it hasn't exposed. But it works to still be able to refresh Zeroconf after network switches, and to not have high CPU usage afterwards.

Contributes to issue CURA-2497.
2016-10-04 13:49:01 +02:00
.gitignore Initial commit 2016-02-10 13:25:58 +01:00
__init__.py Add version number 2016-09-20 11:53:14 +02:00
CMakeLists.txt Change install location to UM3NetworkPrinting 2016-09-27 15:53:33 +02:00
DiscoverUM3Action.py Merge pull request #3 from Ultimaker/feature_manual_instances 2016-09-29 19:15:11 +02:00
DiscoverUM3Action.qml Add strings to clarify the manual printer UI 2016-10-03 12:29:50 +02:00
LICENSE Initial commit 2016-02-10 13:25:58 +01:00
NetworkPrinterOutputDevice.py Add strings to clarify the manual printer UI 2016-10-03 12:29:50 +02:00
NetworkPrinterOutputDevicePlugin.py Reinitialise Zeroconf network socket upon refresh/start 2016-10-04 13:49:01 +02:00
README.md Remove some more references to Jedi 2016-09-27 15:57:01 +02:00
UM3InfoComponents.qml Fix showing additional components for UM3Ex 2016-09-15 17:43:25 +02:00

UM3NetworkPrintingPlugin

Secret plugin to enable wifi printing from Cura to UM3

Intructions

  • Clone repo into [Cura installation folder]/plugins/UM3NetworkPrinting (Or somewhere else and add a link..)
  • pip3 install python3-zeroconf