Commit graph

26315 commits

Author SHA1 Message Date
fieldOfView
58ae1e923c Prevent warning when no printer is connected.
CURA-1036
2016-06-30 19:13:46 +02:00
fieldOfView
a7939c6f3d Fix empty material/quality profiles when switching variants
CURA-1278
2016-06-30 18:53:50 +02:00
Arjen Hiemstra
eb48a4e768 Set the new metadata when editing a material
Contributes to CURA-342
2016-06-30 17:32:43 +02:00
Arjen Hiemstra
ded4c89cb5 Ensure metadata changes are propagated to the related containers
Now we properly serialize the new metadata

Contributes to CURA-342
2016-06-30 17:32:10 +02:00
Arjen Hiemstra
92d3bea229 Add a setContainerMetaDataEntry to ContainerManager
So that we can set metadata from QML

Contributes to CURA-342
2016-06-30 17:31:19 +02:00
Arjen Hiemstra
8badb061da Check for definition_id, not variant name
Since the dict is supposed to be per definition

Contributes to CURA-342
2016-06-30 15:08:00 +02:00
Arjen Hiemstra
343280103f Fix GUID of materials
Contributes to CURA-342
2016-06-30 15:07:17 +02:00
Jaime van Kessel
462bc4aef5 Merge branch 'master' of github.com:Ultimaker/JediWifiPrintingPlugin 2016-06-30 14:57:27 +02:00
Jaime van Kessel
bfc7a7e3c9 Multipart data objects used for posting new materials are now deleted upon completion
CURA-344
2016-06-30 14:56:36 +02:00
Jaime van Kessel
ca79e398c8 All known materials are now send upon connection
Due to garbage collection issues, the (multi) part requests are now cached.
CURA-334
2016-06-30 14:25:54 +02:00
daid
f08b25b7ea Update generic_pla.xml.fdm_material
EM-601
2016-06-30 13:06:28 +02:00
daid
53d71e302e Update generic_cpe.xml.fdm_material
EM-601
2016-06-30 13:05:47 +02:00
daid
da726dd3e7 Update generic_abs.xml.fdm_material
EM-601
2016-06-30 13:05:23 +02:00
fieldOfView
dc2384c92d Disable monitor buttons when there is no job running
CURA-1036
2016-06-30 11:15:32 +02:00
fieldOfView
43a3ea853a Merge branch 'master' of https://github.com/Ultimaker/Cura 2016-06-30 11:03:17 +02:00
fieldOfView
3ea4983a23 Move message stack "above" the viewport overlay
CURA-1036
2016-06-30 11:02:15 +02:00
fieldOfView
7ec605579e Introduce printing/busy status and make monitor i18n-aware
CURA-1036
2016-06-30 10:20:19 +02:00
fieldOfView
7d962e97c4 Change monitor progress to percentages
CURA-1036
2016-06-30 10:18:10 +02:00
fieldOfView
f2187e4f6a Merge branch 'master' of https://github.com/Ultimaker/JediWifiPrintingPlugin 2016-06-30 09:54:28 +02:00
fieldOfView
79ee928883 Change progress to percentages
CURA-1036
2016-06-30 09:54:08 +02:00
Jaime van Kessel
a4117bd3be Display data is reset upon job completion 2016-06-30 09:52:48 +02:00
Jaime van Kessel
b9f73a8eef Hiding messages is now only done when there are messages
CURA-49
2016-06-30 09:35:57 +02:00
Simon Edwards
551dc7d757 Fixes for the problem where duplicated objects were broken, missing hull 'shadows' or would fly off the build plate.
Contributes to CURA-1504 Improve performance/simplicity by using Convex Hulls in Scene Graph
2016-06-30 09:35:41 +02:00
Arjen Hiemstra
26f7ba0a74 Fix up XmlMaterialProfile::serialize so we can properly serialize duplicated materials
We now use GUID to look up all containers belonging to a material. In
addition, we handle the multiple containers better

Contributes to CURA-342
2016-06-30 01:57:58 +02:00
Arjen Hiemstra
ee0160075e Override InstanceContainer::duplicate in XmlMAterialProfile
So that we can set a new GUID for the material on duplicate

Contributes to CURA-342
2016-06-30 01:55:53 +02:00
Arjen Hiemstra
419326132f Use ContainerPropertyProvider to provide properties for the materials page
Contributes to CURA-342
2016-06-30 01:54:58 +02:00
Arjen Hiemstra
3798a6e26a Update MaterialsPage with the new way of handling buttons
Contributes to CURA-342
2016-06-30 01:54:25 +02:00
Arjen Hiemstra
cd8bc3b60d Introduce a ContainerManager class to handle container actions like duplicate
Because MachineManager is getting rather large

Contributes to CURA-342
2016-06-30 01:53:48 +02:00
Tim Kuipers
4885238103 JSON feat: machine_min_cool_heat_time_window (CURA-1783) 2016-06-29 14:53:13 +02:00
Tim Kuipers
911f80f237 JSON refactor: OCD told me to mode the 'label' property to the top of each machine setting 2016-06-29 14:52:39 +02:00
Jaime van Kessel
12dcc43bac Added messages upon succesfull & not sucessfull pairing
CURA-49
2016-06-29 13:45:29 +02:00
Jaime van Kessel
57ea4f0dc8 Updated auth timeout to 5 min 2016-06-29 13:33:31 +02:00
Jaime van Kessel
58c3f5dc89 Closing the networkprinteroutput device now hides all it's messages
CURA-49
2016-06-29 13:31:42 +02:00
Jaime van Kessel
5597f6dcf2 Authentication is now saved with machine-instance
CURA-49
2016-06-29 13:19:05 +02:00
Jaime van Kessel
ebda94b7dc Merge branch 'master' of github.com:Ultimaker/JediWifiPrintingPlugin 2016-06-29 12:12:29 +02:00
Jaime van Kessel
368d4e9ea2 Updated documentation
CURA-49
2016-06-29 12:12:12 +02:00
Tim Kuipers
acd3274ca4 Update README.md 2016-06-29 12:07:25 +02:00
Jaime van Kessel
dd92ac7c5f Username & cura version are now sent in the auth request
CURA-49
2016-06-29 12:06:36 +02:00
Jaime van Kessel
4b6993bf7b Message is now shown when trying to print without authentication
CURA-49
2016-06-29 12:00:28 +02:00
Jaime van Kessel
bb72e298bf Merge branch 'master' of github.com:Ultimaker/JediWifiPrintingPlugin 2016-06-29 11:54:19 +02:00
Jaime van Kessel
054f7aaa83 If authentication is recieved, it's now also correctly validated
CURA-49
2016-06-29 11:53:56 +02:00
Tim Kuipers
c3ecacf6c0 Update README.md 2016-06-29 11:40:32 +02:00
Tim Kuipers
a90be88a04 Update README.md 2016-06-29 11:34:02 +02:00
Tim Kuipers
cba3727373 Update README.md 2016-06-29 11:24:25 +02:00
Jaime van Kessel
3a767c72f0 Authentication can now timeout and be denied from printer side
CURA-49
2016-06-29 10:55:45 +02:00
Jaime van Kessel
c8ba60fad4 Authentication message is now shown when authenticating
CURA-49
2016-06-29 10:18:02 +02:00
Johan Kristensen
41503d7d5b Adapting code to merge of simple_convex_hull and code cleanup. 2016-06-28 23:50:00 +02:00
Johan K
788f79f5ba Changing the message used from the engine from Layer to LayerOptimized. 2016-06-28 22:29:29 +02:00
Johan K
f184baadf0 Formulate layerview logic using numpy to speed up. Also changed layer data packets from engine to make it possible. 2016-06-28 22:29:29 +02:00
Arjen Hiemstra
f7e4b91569 Update styling of Material management page
Contributes to CURA-342
2016-06-28 17:44:19 +02:00