Ian Paschal
fc333d53c5
Replaced print job context menu
...
Contributes to CL-897, CL-1051
2018-09-27 14:54:40 +02:00
Ghostkeeper
0ce9bf61be
Move MIME type declarations into constructors of readers
...
So that if you disable the plug-in, the MIME type declaration is also not added.
Fixes #4151 .
2018-09-27 13:58:06 +02:00
Ian Paschal
302f9a95b3
Cleaned-up printe job info block
...
Contributes to CL-897, CL-1051
2018-09-27 13:40:46 +02:00
Ghostkeeper
88ba2ac345
Define gcode.gz extension in GCodeGzReader
...
So if you were to disable the GCodeGzReader plug-in, you will now no longer see the extension in the files you can read.
Fixes #4151 .
2018-09-27 13:27:42 +02:00
Ghostkeeper
80804b232f
Merge branch 'refactor_singleton_settingsbase'
2018-09-27 11:53:11 +02:00
Ghostkeeper
1717281d2b
Always provide extruder_nr for all models
...
Even if you only have one extruder in your printer. This is more consistent, and probably also faster because executing one set-addition in Python is probably still slower than sending those 20 extra bytes over the socket and parsing them in C++...
Contributes to issue CURA-4410.
2018-09-27 11:20:24 +02:00
alekseisasin
2a201cef23
Prevent cura crash after setting Print as Support in per object setting
...
menu
CURA-5766
2018-09-26 17:06:24 +02:00
Simon Edwards
e99b376374
Merge remote-tracking branch 'origin/3.5' into cura_connect_improvements_3.5
2018-09-25 16:59:33 +02:00
Ghostkeeper
a8493ee35d
Give black materials at least some albedo
...
Otherwise you can't see the diffuse reflections and the entire thing just becomes a black silhouette.
2018-09-25 11:24:48 +02:00
Ghostkeeper
7d7227cfc8
Merge branch 'master' into refactor_singleton_settingsbase
2018-09-24 17:25:15 +02:00
Jaime van Kessel
dbe0d6d82a
Add typing
2018-09-21 11:33:06 +02:00
Ian Paschal
50e07ae2a7
...and in with the new.
...
Contributes to CL-897
2018-09-20 17:14:19 +02:00
Ian Paschal
a2f5dda564
Out with the old...
...
Contributes to CL-897
2018-09-20 17:13:45 +02:00
Lipu Fei
5fc8b95425
Better data handling
...
CURA-5095
Avoid missing sections/options
2018-09-20 12:59:27 +02:00
Lipu Fei
5a235a59dd
Reset send slice info and show privacy dialog
...
CURA-5095
Because the data Cura collects has been changed.
2018-09-20 12:55:30 +02:00
Lipu Fei
6535f7890b
Merge remote-tracking branch 'origin/3.5'
2018-09-20 10:26:17 +02:00
Ian Paschal
60ff8aa05f
Merge remote-tracking branch 'origin/3.5' into cura_connect_improvements
2018-09-20 10:18:00 +02:00
Lipu Fei
f912630d17
Merge pull request #4391 from Ultimaker/CURA-5095_collect_user_modified_settings
...
Cura 5095 collect user modified settings
2018-09-20 10:13:27 +02:00
Ghostkeeper
f6b56a6506
Merge branch '3.5'
2018-09-19 17:16:14 +02:00
Simon Edwards
9d85f3ece6
Use the same string as the web front-end
...
CL-897
2018-09-19 17:02:46 +02:00
Simon Edwards
b7673a7438
Show Cura Connect alerts in the monitor tab
...
CL-897
2018-09-19 16:53:18 +02:00
Ian Paschal
7ad6fc4cad
Merge pull request #4385 from Ultimaker/monitor_confirmation_dialogues
...
Add confirmation dialogues before making destructive changes in UM3/S5 monitor
2018-09-19 13:14:39 +02:00
Ghostkeeper
28f743c9f4
Merge branch '3.5'
2018-09-18 17:30:08 +02:00
Ghostkeeper
44d828d137
Merge branch 'CURA-5725_simulation_stop_key_press' into 3.5
2018-09-18 17:29:35 +02:00
Diego Prado Gesto
ed9b0dd41b
Add a missing bracket back.
...
Contributes to CURA-5725.
2018-09-18 17:25:35 +02:00
Ghostkeeper
e5154e90a7
Merge branch '3.5'
2018-09-18 17:19:03 +02:00
Ghostkeeper
e41361a053
Fan speed override is about supported areas, not bridged areas
...
This is a correction suggested by Smartavionics (the author of that setting) on the Ultimaker forum thread about the 3.5 beta.
2018-09-18 17:18:37 +02:00
Diego Prado Gesto
13cab3653e
Remove unworking code that I forgot to remove after explaining a
...
possible solution to myself.
Contributes to CURA-5725
2018-09-18 17:09:57 +02:00
Diego Prado Gesto
c31f584e5b
Fix my own mistake. The keys act throught the labels and the function in
...
the labels is called setValue that then points to the setValueManually.
Contributes to CURA-5725.
2018-09-18 17:04:24 +02:00
Diego Prado Gesto
0ef46feeae
Fix code style.
...
Contributes to CURA-5725.
2018-09-18 16:53:25 +02:00
Diego Prado Gesto
f965b66c87
Stop the simulation also when the range slider is used. Reuse some code.
...
Contributes to CURA-5725.
2018-09-18 16:30:15 +02:00
Lipu Fei
3b62284276
Merge remote-tracking branch 'origin/3.5'
2018-09-18 16:15:55 +02:00
Lipu Fei
a33ce8178a
Support mulitple bundled_packages JSON files
...
CURA-5718
2018-09-18 15:53:56 +02:00
Aleksei S
1b1ca8a53b
Fix, simulation did not play after second layer
...
CURA-5725
2018-09-18 14:39:43 +02:00
Aleksei S
f33576cc81
Stop simulation after pressing Up or Down in simulation layer textfield
...
CURA-5725
2018-09-18 13:56:20 +02:00
Ghostkeeper
e5778be887
Corrections to change log
...
One was missing. One was confusing. One was incomplete.
Contributes to issue CURA-5710.
2018-09-18 12:41:44 +02:00
Ghostkeeper
3a096cdb23
Add confirmation dialogue for deleting jobs
...
Re-using MessageDialog again.
Contributes to issues CL-1053 and CURA-5729.
2018-09-18 11:42:34 +02:00
Ghostkeeper
83528ffb48
Add confirmation dialogue for sending prints to top of queue
...
Very simple. Just re-use the MessageDialog component.
Contributes to issues CL-1053 and CURA-5729.
2018-09-18 11:41:51 +02:00
Ghostkeeper
a7a022eca0
Add confirmation dialogue before aborting a print
...
It's a destructive operation so we should ask first.
Contributes to issue CL-1053 and CURA-5729.
2018-09-18 11:24:30 +02:00
Ghostkeeper
51d342678e
Merge branch '3.5' of ssh://github.com/Ultimaker/Cura into 3.5
2018-09-18 09:38:55 +02:00
Lipu Fei
b723621fda
Merge pull request #4370 from fieldOfView/fix_usb_printing_port_access
...
[3.5][regression]Fix opening port after baudrate detection
2018-09-17 17:38:12 +02:00
Lipu Fei
4777c3f41d
Merge remote-tracking branch 'origin/CURA-5718_fix_upgrade_for_bundled_plugins'
2018-09-17 17:27:32 +02:00
Lipu Fei
da047ea674
isInstalled() should check old plugins as a fallback
2018-09-17 17:26:38 +02:00
Lipu Fei
15657f4cfc
Remove unneeded code
2018-09-17 17:26:19 +02:00
Lipu Fei
4db213c55a
Fix missing import
2018-09-17 16:24:10 +02:00
Lipu Fei
a4b20e046d
Merge remote-tracking branch 'origin/3.5' into CURA-5718_fix_upgrade_for_bundled_plugins
2018-09-17 16:22:22 +02:00
Lipu Fei
6929d96119
Merge remote-tracking branch 'origin/3.5'
2018-09-17 16:14:49 +02:00
Lipu Fei
6d1db55072
Fix SDK version comparison
2018-09-17 16:14:28 +02:00
Ghostkeeper
816c3cbd11
Fix forgotten separation between header and body
...
I copied these over from a piece where they had a different layout.
Contributes to issue CURA-5710.
2018-09-17 14:43:17 +02:00
Ghostkeeper
c6fa9474d6
Merge branch '3.5'
2018-09-17 14:41:45 +02:00