336 Commits

Author SHA1 Message Date
Jaime van Kessel
bf670d325a Camera can now be started & stopped to prevent bandwith issues
CURA-2411
2016-11-04 09:42:05 +01:00
Jaime van Kessel
e7d04f7dc0 Fixed some merge issues 2016-11-03 17:32:17 +01:00
Jaime van Kessel
6f179106b5 Merge branch 'feature_soft_mjpg' of github.com:Ultimaker/JediWifiPrintingPlugin 2016-11-03 17:26:41 +01:00
Ghostkeeper
688833d36a
Add better context for 'Print over network' text
This should help the translators get it better.
2016-11-02 09:31:51 +01:00
Simon Edwards
54182c2b02 Merge branch '2.3' 2016-10-27 09:32:22 +02:00
Simon Edwards
b41b98f058 OSX would get stuck and act like there was a modal dialog open if we do the callback processing immediately. Delay it slightly.
CURA-2801 CLONE - Cura in freeze mode when printing via WiFi
2016-10-26 16:50:04 +02:00
Jaime van Kessel
4900a8f380 Added message to warn user if calibration was not properly done
CURA-2731
2016-10-26 14:52:30 +02:00
Jaime van Kessel
601bf20a96 Changed the entry point of the material guid to non-depricated spot
We depricated the GUID as entry point, but all printers support both right now.
2016-10-26 13:38:09 +02:00
Ghostkeeper
2d3e4dc2b0
Merge branch '2.3'
Contributes to issue CURA-2737.
2016-10-19 13:04:36 +02:00
Ghostkeeper
b1f3280b2d
No longer say this is a secret plug-in
It is no longer secret since the UM3 is released.

Contributes to issue CURA-2737.
2016-10-19 13:03:23 +02:00
Ghostkeeper
7427730123
Update question to sync printer configuration
UX designer wanted to have the text changed.

Contributes to issue CURA-2634.
2016-10-18 12:56:15 +02:00
Ghostkeeper
be356bae37
Allow for writing multiple meshes at the same time
This is an API break in Uranium. It has no effect on this plug-in since this plug-in always writes the entire g-code anyway.

Contributes to issue CURA-2617.
2016-10-17 15:52:55 +02:00
Jaime van Kessel
49b84facac Merge branch '2.3' of github.com:Ultimaker/JediWifiPrintingPlugin 2016-10-15 14:34:35 +02:00
fieldOfView
89f4224a46 Merge branch 'master' of https://github.com/Ultimaker/JediWifiPrintingPlugin 2016-10-13 18:53:37 +02:00
fieldOfView
4cc6fb0878 Remove unused label
Cleanup before release
2016-10-13 18:53:22 +02:00
Ghostkeeper
8951efd140
Improve log message
Instead of always reporting that it waits 30s, it reports the actual time it waits.

Contributes to issue CURA-2630.
2016-10-13 11:26:10 +02:00
Jaime van Kessel
dc34b898d4 Added max recreateNetworkManager count increase per update
CURA-2630
2016-10-12 16:35:22 +02:00
Jaime van Kessel
91521eb49d Added logging if connection to network printer was closed
CURA-2630
2016-10-12 16:02:35 +02:00
Jaime van Kessel
2337a78a71 Camera requests now also set last_request_time
CURA-2630
2016-10-12 15:08:23 +02:00
Jaime van Kessel
a9b45572cc PostReply is now always reset correctly
CURA-2630
2016-10-12 14:50:58 +02:00
Jaime van Kessel
2638365839 LastRequestTime is reset on connection close
CURA-2630
2016-10-12 14:36:41 +02:00
Ghostkeeper
afd5df283c
Re-filter list of printers when you open the window
When you open the window of a printer that already exists, it doesn't re-create the entire window and therefore didn't re-apply the filter on machine type.

This triggers the filter to be applied again.

Contributes to issue CURA-2475.
2016-10-06 14:33:42 +02:00
Jaime van Kessel
9389149064 Type name display is now also updated in print discovery
CURA-2475
2016-10-06 11:36:26 +02:00
Jaime van Kessel
2688928467 Revision number is no longer taken into account
CURA-2475
2016-10-06 11:30:56 +02:00
Jaime van Kessel
f71b23c72a Added handling for if there is no global stack
CURA-2475
2016-10-06 09:35:31 +02:00
Jaime van Kessel
ec63d6931e Actually perform the filtering based on machine type
CURA-2475
2016-10-05 14:54:22 +02:00
Jaime van Kessel
84defb27cf Merge branch 'master' of github.com:Ultimaker/JediWifiPrintingPlugin 2016-10-05 14:32:17 +02:00
Jaime van Kessel
8cbd6443be UM3 familiy printers now set their machine type
CURA-2475
2016-10-05 14:31:41 +02:00
fieldOfView
029fda72e3 Fix warning when there is no current printer 2016-10-04 19:09:10 +02:00
Ghostkeeper
8bd3b7ea9b
Revert "Reinitialise Zeroconf network socket upon refresh/start"
This reverts commit a31a4a1e90dd4aaf0f445abc359b3ad4c2875a86.
2016-10-04 14:50:08 +02:00
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
fieldOfView
8a6d125478 Add strings to clarify the manual printer UI
Also adds resuming/pausing states strings and a "Print Again" to use elsewhere.
2016-10-03 12:29:50 +02:00
fieldOfView
e6570884fc Hide dialog when accepting/rejecting
Under some circumstances, UM.Dialog would not hide the dialog, so we do it ourselves.

CURA-2384
2016-10-01 13:16:14 +02:00
fieldOfView
8e5dbb78a4 Don't connect to a printer if we don't have its properties yet
CURA-2483
2016-10-01 13:07:55 +02:00
fieldOfView
4f9eeb6be6 Hide printer details until printer has divulged them
CURA-2483
2016-10-01 13:06:38 +02:00
Aldo Hoeben
de44ac1df9 Merge pull request #3 from Ultimaker/feature_manual_instances
Add support for manual instances
2016-09-29 19:15:11 +02:00
fieldOfView
042ebe76ba Don't rely on key prefix, remove code duplication (_api_prefix)
CURA-2384
2016-09-29 15:32:42 +02:00
fieldOfView
b25b92a81b Don't allow spaces, commas and other illegal chars in the address
CURA-2384
2016-09-29 14:46:31 +02:00
fieldOfView
ea9ba87fa4 Only allow connecting if the printer has responded to API query
CURA-2483
2016-09-29 14:29:33 +02:00
fieldOfView
a2722c7571 Get firmware version through API...
...for parity between discovered printers and manual printers

CURA-2384
2016-09-29 09:41:21 +02:00
fieldOfView
578b4d3826 Implement Adding, Editing and Removing manual printers
CURA-2384
2016-09-29 08:47:29 +02:00
fieldOfView
eba49ee8c2 Always show manual printer instances, even before they are validated
CURA-2483
2016-09-28 23:08:23 +02:00
fieldOfView
8dd8fd740c Add UI for managing manually added printers
CURA-2483
2016-09-28 23:05:53 +02:00
fieldOfView
8e26d63390 Get a list of ipadresses/hosts to check for UM3 printers...
...in case discovery does not work. This uses the API to look up info on the printer instead of relying on zeroconf.

CURA-2483
2016-09-28 17:45:56 +02:00
Jack Ha
da4ea2e450 Better refresh button: now emits signal and re-instantiates zeroconf.
Signal emits let the UI display an empty list.
Re-instantiation copes with network changes.

Contributes to CURA-2372
2016-09-28 16:36:09 +02:00
fieldOfView
1ed3fc7c37 Don't reset zeroconf until after (most) printers have been found
CURA-2060
2016-09-28 11:31:52 +02:00
awhiemstra
fb371f5556 Remove some more references to Jedi
Contributes to CURA-2342
2016-09-27 15:57:01 +02:00
awhiemstra
7408f31738 Change install location to UM3NetworkPrinting
Contributes to CURA-2342
2016-09-27 15:53:33 +02:00
awhiemstra
fefa111b5a Update references to JediWifiPrinting to UM3NetworkPrinting
Contributes to CURA-2342
2016-09-27 15:52:31 +02:00
fieldOfView
720dd9c50c Use the semantically more correct infinity 2016-09-26 16:28:06 +02:00