Lipu Fei
aa7b456594
Fix custom quality profile upgrade for UM2 family
...
The custom quality profiles for the UM2 family used to be saved as
profiles for "fdmprinter". They now should be updated to set for
"ultimaker2".
2017-10-16 13:59:22 +02:00
Ghostkeeper
cfcb47234c
Add cross infill to the change log
...
Contributes to issue CURA-4391 and CURA-4095.
2017-10-12 17:10:04 +02:00
Ghostkeeper
eda61f1ff9
Merge branch 'update_printer_blocked_icon' into 3.0
2017-10-12 14:49:07 +02:00
Ghostkeeper
e6f613248c
Merge branch 'CL-508_correct_status_msg_when_disconnected' into 3.0
2017-10-12 14:48:36 +02:00
Ghostkeeper
56ccc2e8b8
Merge branch 'CL-555_fix_incorrect_msg_in_discovery' into 3.0
2017-10-12 14:45:11 +02:00
Simon Edwards
8ed7918b60
Update the icon used to show that a printer is blocked.
...
This applies to the printer status icons shown in the monitor tab when connected via Cura Connect.
2017-10-12 14:02:19 +02:00
Simon Edwards
eef4d61402
Correct the status message when a printer needs a config change but is unreachable
...
CL-508
2017-10-12 13:44:03 +02:00
A.Sasin
624aca324e
Updated changelog, except Cross infill
...
CURA-4391
2017-10-12 13:42:21 +02:00
Simon Edwards
427afdbe23
Correctly set up the cluster output device instances with the cluster size
...
This fixes the Cura Connect messages shown in the network printer selection dialog.
CL-555
2017-10-12 12:41:21 +02:00
Simon Edwards
af3c34b6fd
Don't let the user select unreachable printers in the Cura Connect monitor tab
...
CL-584
2017-10-12 10:46:25 +02:00
Ghostkeeper
c4339955b3
Merge branch '3.0' into CL-508_show_lost_connection_status
2017-10-11 14:05:10 +02:00
Ghostkeeper
bf1baa2791
Merge branch '3.0' of github.com:Ultimaker/Cura into 3.0
2017-10-11 14:04:17 +02:00
Simon Edwards
b68707d29c
Show the printer unreachable status in the Cura Connect tab when needed.
...
CL-508
2017-10-11 13:52:45 +02:00
ChrisTerBeke
a5aa13f853
Merge pull request #2585 from Ultimaker/CL-555_manual_ip_connect_bug
...
CL-555 Don't blow up at plugin start up due to the plugin path not being ready yet
2017-10-11 12:40:50 +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
Ghostkeeper
3df98ecfc5
Change error/success messages for checking cluster-capability
...
This breaks the string freeze. The developers of this plug-in are well aware. However, it turns out that for these two strings the string freeze had already broken. We'll change these strings first then translate them out of band. I hate this sort of menial administration that could've been prevented...
Contributes to issue CURA-4341.
2017-10-11 11:10:08 +02:00
ChrisTerBeke
e5c5f213a9
Fix info message when cluster has 0 machines
2017-10-10 12:58:43 +02:00
Lipu Fei
57b1cb3bc8
Refactor camera request fix
...
CURA-4376
- Simplify the exception handling
- Use isFinished() to check the state of the network request
2017-10-10 10:54:35 +02:00
Lipu Fei
d11b229118
Merge pull request #2575 from Ultimaker/CL-554_blue_color_in_monitor_tab
...
CL-554 Make the blue color on the monitor tab consistent
2017-10-10 10:53:35 +02:00
Simon Edwards
c6f4e263fb
Make the blue color on the monitor tab consistent
...
CL-554
2017-10-10 10:49:04 +02:00
Lipu Fei
666ee81fb3
Set label width based on the column width
...
CURA-4428
- Remove the magic number solution
- Use a fixed width for labels so the right side widgets can be properly
left-aligned.
2017-10-10 10:28:46 +02:00
A.Sasin
d1bee922ab
Merge branch '3.0' of github.com:Ultimaker/cura into 3.0
2017-10-10 09:17:56 +02:00
A.Sasin
99d9961297
Cura crashed because of RuntimeError after switching between monitor and prepare view
...
CURA-4376
2017-10-10 09:16:35 +02:00
Lipu Fei
9996c829d8
Only schedule re-slice when there is none in progress
...
CURA-4427
After the stack error check is done, only schedule a re-slice when there
is none in progress and a re-slice is needed.
2017-10-10 08:50:22 +02:00
Lipu Fei
b14ef41056
Increase the minimumHeight of the workspace summary dialog
...
CURA-4428
2017-10-10 08:30:18 +02:00
Lipu Fei
60726ce179
Increase minimumHeight of the Print Address dialog
...
CURA-4428
2017-10-10 08:24:47 +02:00
Lipu Fei
7ca2ae9771
Adjust alignments for ComboBoxes in MachineSettings dialog
...
CURA-4428
2017-10-10 08:20:39 +02:00
Simon Edwards
ebb8437bff
Avoid using fractional pixel sizes and positions. It causes poor text rendering on Windows (and may be others)
2017-10-09 16:39:57 +02:00
Simon Edwards
0191215215
Let the printer state text wrap too
...
CL-521
2017-10-09 16:39:57 +02:00
Diego Prado Gesto
1d70426224
onVisibilityChanged function removed because it's never called - CURA-4405
2017-10-09 16:36:48 +02:00
ChrisTerBeke
f8a1187a8c
Re-sending after cancelling print job now really works - CURA-4398
2017-10-09 16:14:02 +02:00
Lipu Fei
8a25605413
Fix lock issue with workspace dialog
...
CURA-4405
- Add try-except around lock release
- Fix closing the dialog with ESC
2017-10-09 15:17:56 +02:00
ChrisTerBeke
f8122320d4
Merge branch '3.0' of https://github.com/Ultimaker/Cura into 3.0
2017-10-09 14:49:48 +02:00
ChrisTerBeke
cbd0bcd1b5
Manually trigger upload finished callback after request finished - CURA-4398
2017-10-09 14:49:18 +02:00
A.Sasin
14936f7999
Merge branch '3.0' of github.com:Ultimaker/cura into 3.0
2017-10-09 14:24:43 +02:00
A.Sasin
97c107d011
Change log update for version 3.0.0 Beta
2017-10-09 14:23:52 +02:00
Lipu Fei
2b06d04327
Fix container indices in upgrade script from 2.5 to 2.6
2017-10-09 13:54:17 +02:00
Lipu Fei
7d8fa71c4c
Exclude other UM2 machine during quality profile upgrade
...
CURA-4420
2017-10-09 13:04:55 +02:00
Lipu Fei
f10397acf9
Always set finish flag when finalizing post_reply
...
CURA-4398
2017-10-09 12:38:18 +02:00
Mark
daad5a3a97
Merge branch '3.0' of github.com:Ultimaker/Cura into 3.0
2017-10-09 11:58:13 +02:00
Mark
59fbbef43e
first hide the dialog then release the lock
...
CURA-4405
2017-10-09 11:58:00 +02:00
ChrisTerBeke
6c51034e5f
Fix sending another file after aborting an upload - CURA-4398
2017-10-09 11:31:32 +02:00
Jaime van Kessel
fddb829273
Added check to see if selectedPrinter is set
...
CL-500
2017-10-06 14:15:15 +02:00
Jaime van Kessel
a2dabc6442
Re-added elide properties that seem to have gone lost in re-work
...
CL-521
2017-10-06 13:51:18 +02:00
Jaime van Kessel
8913a64fdc
Removed some hardcoded UI values
2017-10-06 13:46:17 +02:00
Jaime van Kessel
af0615f985
Codestyle fixes
...
CL-524
2017-10-06 13:37:48 +02:00
Jaime van Kessel
21ad2548b7
Also check the status of the job if it's not printing
...
CL-524
2017-10-06 13:32:06 +02:00
Lipu Fei
e9462b17c8
Add try-excepts for signal disconnections
2017-10-06 12:04:16 +02:00
Lipu Fei
71f794f76d
Upgrade ultimaker2 quality_changes
...
CURA-4420
Ultimaker 2 quality_changes profiles were saved with definition =
fdmprinter in Cura 2.7. In Cura 3.0, that should be "ultimaker2".
2017-10-06 09:38:10 +02:00
Diego Prado Gesto
c9e8f7c743
Block sending several files now works even if there is a mismatching - CURA-4398
2017-10-05 18:16:53 +02:00