Jaime van Kessel
a3eae31982
Merge branch '3.0' of github.com:Ultimaker/Cura into 3.0
2017-10-03 11:22:37 +02:00
Jaime van Kessel
8c5b5e32ac
Loading multi extruder custom machine over a single extruder doesnt cause issue anymore
...
CURA-4404
2017-10-03 10:26:51 +02:00
Ghostkeeper
6fc62fd2b3
Don't try to disconnect after aborting
...
Because if the signal is not connected then we'd get a segfault in this case.
Contributes to issue CURA-4376.
2017-10-02 17:34:57 +02:00
Ghostkeeper
1aa6d2876c
Revert "Use self._camera_active to detect whether we should show the camera"
...
This reverts commit bd0b38f688
.
2017-10-02 17:34:57 +02:00
Simon Edwards
91c5515d4e
Merge pull request #2541 from Ultimaker/CL-228-authorization
...
CL-228 CL-229 authorization and fixup state display
2017-10-02 17:33:11 +02:00
Simon Edwards
6dade56758
Unapply the @override decorator as it doesn't actually work
...
CL-228
2017-10-02 17:12:15 +02:00
Simon Edwards
b5b3f47e4d
Apply the @override decorator
...
CL-228
2017-10-02 17:05:39 +02:00
Ghostkeeper
bd0b38f688
Use self._camera_active to detect whether we should show the camera
...
Because the camera timer is whether we should request the camera.
Contributes to issue CURA-4376.
2017-10-02 16:55:19 +02:00
jack
dfe4a76e85
Merge pull request #2543 from Ultimaker/CL-511_abort_crash
...
CL-511 fix abort crash
2017-10-02 16:51:46 +02:00
Ghostkeeper
894c3fc0da
Emit authenticationStateChanged when setting auth to NotAuthenticated
...
So that the interface may display this as well.
Contributes to issue CURA-4376.
2017-10-02 16:43:09 +02:00
Ghostkeeper
b7090feadb
Don't stop camera if it wasn't running
...
Otherwise you get a segfault in the .abort() function down below.
Contributes to issue CURA-4376.
2017-10-02 16:43:09 +02:00
Robin den Hertog
a9c732e624
Made sure printers are present before printjobs to avoid referring to unknown printers
...
CL-523
Signed-off-by: Robin den Hertog <r.denhertog@ultimaker.com>
2017-10-02 16:39:28 +02:00
Simon Edwards
ece9f73a10
Don't actively none/null out the Qt network objects. Let them live longer to avoid "premature object destroy" crashes.
...
CL-511
2017-10-02 16:32:38 +02:00
Simon Edwards
4439ce1e43
Stop building and sending the POST request if the user has already aborted it all
...
CL-511
2017-10-02 16:31:32 +02:00
Jack Ha
2ae5334dde
Solve merge conflicts
2017-10-02 16:13:32 +02:00
Jack Ha
341b2b3718
CL-228 CL-229 better fallback to printer status labels
2017-10-02 16:02:59 +02:00
Jack Ha
6d861c8a33
CL-228 CL-229 more detailed printer status labels
2017-10-02 15:41:07 +02:00
Jaime van Kessel
d48ab89031
Overriding custom FDM printer with 1 extruder doesn't cause issue anymore.
...
It would try to override extruders that weren't thare. This was caused by the previous
change that would always load the extruders, but that should only happen for new machines, not for
overrides.
2017-10-02 15:30:24 +02:00
Jack Ha
e6fe33dcb9
CL-457 removed trailing spaces
2017-10-02 15:04:45 +02:00
Jack Ha
321e531b1c
CL-457 remove screenScaleFactor because statusText.height already has devicePixelRatio included
2017-10-02 15:03:07 +02:00
jack
575c3ebebb
Merge pull request #2530 from Ultimaker/CL-457_cura_connect_visual
...
CL-457 cura connect visual
2017-10-02 14:40:13 +02:00
Jack Ha
5a3e427450
CL-228 when adding a Cura Connect printer, do not ask authentication, it is always authenticated
2017-10-02 14:20:41 +02:00
Simon Edwards
e1001c1aa4
CL-470 Update the icon SVGs
...
Subtask of CL-457 Cura plugin: primary visual improvements
2017-10-02 13:53:09 +02:00
Jack Ha
f15f6e2e37
CL-457 added margin to top in monitor screen
2017-10-02 11:55:54 +02:00
Jack Ha
48ad909431
CL-457 removed commented out code
2017-10-02 11:45:09 +02:00
Jack Ha
2264c6c303
CL-457 corrected qml errors
2017-10-02 11:37:08 +02:00
jack
9ac3f8654e
Merge pull request #2522 from Ultimaker/CL-271_config_change_notification
...
CL-271 Show a notification when a configuration change is needed for your print
2017-10-02 10:41:31 +02:00
Jack Ha
b7a6a13336
CL-271 correct string and change Unknown printer to Unknown which is already in the catalog
2017-10-02 10:14:34 +02:00
Simon Edwards
3abf25937b
CL-470 Add icons to the printer state box on the monitor tab.
...
Subtask of CL-457 Cura plugin: primary visual improvements
2017-10-01 13:30:44 +02:00
Simon Edwards
5865d52000
CL-474 Fix the image used for the camera icon
...
Subtask of CL-457 Cura plugin: primary visual improvements
2017-10-01 12:01:08 +02:00
Simon Edwards
553a309d23
CL-473 Print job duration time has the wrong format. Use the Cura format from the Prepare tab.
...
Subtask of CL-457 Cura plugin: primary visual improvements
2017-09-30 12:59:46 +02:00
Simon Edwards
eb85c28c10
CL-476 "View print jobs" and "View printers" buttons should be blue
...
Subtask of CL-457 Cura plugin: primary visual improvements
2017-09-30 11:46:55 +02:00
Simon Edwards
cee8a687da
Show the printer status as 'printing' in the case that a running print job isn't under control of Cura Connect
2017-09-30 11:06:31 +02:00
Simon Edwards
43a6231131
CL-469 Remove the "Printer Group" text from the sidebar.
...
Subtask of CL-457 Cura plugin: primary visual improvements
2017-09-30 11:05:47 +02:00
Simon Edwards
e04a63d337
CL-468 The sidebar in the monitor tab should have a grey background
...
Subtask of CL-457 Cura plugin: primary visual improvements
2017-09-30 10:48:16 +02:00
Simon Edwards
21af3fb109
Show a notification when a configuration change is needed for your print
...
CL-271
2017-09-29 17:17:57 +02:00
Jaime van Kessel
437da52f65
Merge branch 'fix_multiple_extruder_issues' of github.com:Ultimaker/Cura into 3.0
2017-09-29 15:17:11 +02:00
Diego Prado Gesto
402617af1e
Loading extruder stack files also for single extruder printers - CURA-4379
2017-09-29 15:16:14 +02:00
Jaime van Kessel
6d687d6f06
Re-enable changing of multi-extrusion machines to single extrusion
...
CURA-4359
2017-09-29 13:50:31 +02:00
Simon Edwards
e868b972b5
Implement the print job pause, resume and abort for Cura Connect
...
CL-455
2017-09-29 13:07:06 +02:00
Jack Ha
b7dd756427
CL-506 changed Aborted to Print aborted and added it to all translations on the top
2017-09-29 11:21:15 +02:00
Ghostkeeper
4932cc1e85
Revert string changes that can easily be reverted
...
These strings can be re-used from other places.
Contributes to issue CL-506.
2017-09-29 11:03:33 +02:00
fieldOfView
940a8a44c8
Apply screenScaleFactor to Cura Connect UI
...
Any pixel size specified in QML should not either use UM.Theme.getSize(), or use screenScaleFactor to make sure the pixel size is as intended on OSX, Windows and Linux regardless of display DPI.
Contributes to CURA-4376
2017-09-28 17:36:35 +02:00
Jaime van Kessel
a7d06ff866
Merge branch '3.0' of github.com:Ultimaker/Cura into 3.0
2017-09-28 16:07:23 +02:00
Jaime van Kessel
38a2245d74
XML materials are now added in one batch
2017-09-28 16:07:03 +02:00
ChrisTerBeke
1b8766b953
CURA-4386 CURA-4379 change stack behaviours to fix crashes
2017-09-28 16:00:16 +02:00
jack
585b1dea3a
Merge pull request #2508 from Ultimaker/CL-118_config_change
...
CL-118 Add support and text for disabled printers and print jobs which require config changes.
2017-09-28 15:15:51 +02:00
Simon Edwards
8658053a3b
Improved status messages, and the 'printing' counter in the sidebar.
...
CL-118
2017-09-28 14:37:38 +02:00
Diego Prado Gesto
e3edc79a3e
modified some code to fix the multiple extrusion issues - CURA-4379
2017-09-28 13:21:03 +02:00
Mark
9a193ad5c5
Changing AGPLv3 to LGPLv3
2017-09-28 13:00:43 +02:00