Jack Ha
1796a182fa
CURA-4525 fix crashing cura due to empty build plate
2018-01-18 11:54:30 +01:00
Lipu Fei
3f341a34c6
Fix gcode job sending issue in gcode_dict refactoring
2018-01-10 08:15:03 +01:00
Lipu Fei
c8cef9583e
rename scene.gcode_list to gcode_dict
...
CURA-4741
With the multi build plate feature, scene.gcode_list is now a dict which
stores a list of gcode for a build plate, so it makes more sense to have
it renamed to "gcode_dict" because it's not a list.
2018-01-08 16:18:41 +01:00
Jack Ha
86eb9c73ba
CURA-4525 do not send empty build plates gcode; direct calling slice when skipping empty build plate
2018-01-08 13:41:58 +01:00
Jack Ha
2c831ceb05
For this version, send all build plates. No print view when multiple build plates. CURA-4525
2017-12-21 15:47:40 +01:00
Jack Ha
5152b2ae65
Solved merge conflicts. CURA-4525
2017-12-21 10:52:51 +01:00
ChrisTerBeke
b3758be12e
Fix selecting cura connect printer preference
2017-12-19 11:55:08 +01:00
ChrisTerBeke
9bf954643c
Use new method of setting active stage when needing to switch to monitor
2017-12-07 11:56:52 +01:00
ChrisTerBeke
af2b370921
Merge pull request #2857 from fieldOfView/fix_cluster_postprocessing
...
Allow postprocessing before sending data to the printer
2017-12-01 15:12:53 +01:00
ChrisTerBeke
bd5e4f9a51
Cleanup cluster output device component creation - CURA-4568
2017-11-28 14:59:55 +01:00
ChrisTerBeke
b40ba0cfc7
Update network cluster output device print view component creation - CURA-4568
2017-11-28 14:58:53 +01:00
ChrisTerBeke
74eb4958af
Fixes for printer output device views - CURA-4568
2017-11-28 14:21:47 +01:00
fieldOfView
bc9d31ccbc
Allow postprocessing before sending data to the printer
...
Fixes https://github.com/Ultimaker/Cura/issues/2855
Also see 91e8ac6868
2017-11-26 21:44:09 +01:00
Ghostkeeper
147cbdf592
Clarify translations of 'unknown'
...
For some languages, the gender matters.
Contributes to issue CURA-4601.
2017-11-24 13:16:14 +01:00
Jack Ha
579f2b5ec6
CURA-4525 prepare for print all or single build plate question
2017-11-16 16:34:12 +01:00
Jack Ha
8e5e555344
CURA-4525 Send all build plate gcodes to printer at one press of the button :-)
2017-11-13 16:27:15 +01:00
ChrisTerBeke
142ff4e9dc
Merge pull request #2669 from fieldOfView/feature_jogging
...
Jogging
2017-11-01 16:15:40 +01:00
Diego Prado Gesto
6dfd04928f
CURA-4485 Activate configuration option disabled in printers within a
...
cluster.
Just allow when there is a cluster with just one printer.
2017-10-24 14:51:35 +02:00
fieldOfView
a9f2ad7ca3
Hide manual controls for outputdevices that don't support it
2017-10-24 11:03:51 +02:00
Simon Edwards
3c69442ceb
Don't blow up at plugin start up due to the plugin path not being ready yet
...
CL-555
2017-10-11 11:54:00 +02:00
Jaime van Kessel
512a942f75
Added a tickle to zipping state of messages
2017-10-04 16:09:53 +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
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
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
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
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
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
21af3fb109
Show a notification when a configuration change is needed for your print
...
CL-271
2017-09-29 17:17:57 +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
Simon Edwards
8658053a3b
Improved status messages, and the 'printing' counter in the sidebar.
...
CL-118
2017-09-28 14:37:38 +02:00
Simon Edwards
85efd9249c
Add in all of the changes for Cura Connect
...
CURA-4376
2017-09-27 10:29:48 +02:00