Diego Prado Gesto
a7449ade87
When the number of layers is less than 10, the width of the TextField
...
that shows the layer number in the LayerView is too small, so this
commit adjusts the size.
2018-07-19 11:42:42 +02:00
Ian Paschal
29d1de03d1
Merge pull request #4088 from Ultimaker/CURA-5510_generic_materials_in_toolbox
...
Add generic material packages to materials page
2018-07-17 14:11:06 +02:00
Diego Prado Gesto
f1379135e0
CURA-5510 Add the Generic materials to the list of the bundled packages
...
so that they show up as installed.
Show the installed icon on those packages as well.
2018-07-17 13:49:17 +02:00
fieldOfView
65ada30c9c
Fix flashing "default" firmware
...
The url is not QUrl encoded if the "default" firmware is flashed
2018-07-17 09:01:06 +02:00
Ian Paschal
0bde1487e7
Add generic material packages to materials page
...
Contributes to CURA-5510
2018-07-16 16:13:43 +02:00
Lipu Fei
5ba3beb104
Merge pull request #4084 from Ultimaker/add_cartesio_variants
...
CURA-5578 Change the Cartesio variants to use the new ones
2018-07-16 15:55:11 +02:00
Jack Ha
4167f81e3b
Fix printer missing from the list after connection; now always adds the field 'hidden' in the metadata, don't know why it worked before. CURA-5574
2018-07-16 13:32:35 +02:00
Diego Prado Gesto
5ef8aa09f8
Translate the old material types to the new in the Version Upgrade.
2018-07-16 13:05:32 +02:00
Lipu Fei
9856ccf700
Merge pull request #4073 from Ultimaker/CURA-5572_fix_gcode_reader
...
CURA-5572 Update the scene when a Gcode is loaded.
2018-07-16 08:07:02 +02:00
Lipu Fei
92da6e0ce3
Merge pull request #4072 from Ultimaker/CURA-5536_installed_check
...
CURA-5536 Use an icon indicating when a package is installed
2018-07-16 08:05:00 +02:00
Aleksei S
817a304ed1
After reconecting to another port update job status '_is_cancelled' to false
...
CURA-5549
2018-07-13 23:50:02 +02:00
Diego Prado Gesto
01a26b0360
CURA-5572 The scene was not updated when a Gcode was loaded.
...
This fixes a bug that we introduced when fixing code style. This was a
bad translation.
2018-07-13 16:05:13 +02:00
Diego Prado Gesto
af697c6999
CURA-5536 The api call does not return the package_count for the showcase, so we can't trust in that value. The total number of material packages by author is now calculated.
2018-07-13 15:13:38 +02:00
Diego Prado Gesto
a8727d7b39
Merge branch 'master' into CURA-5536_installed_check
2018-07-13 14:43:29 +02:00
Diego Prado Gesto
dd7168e8b8
CURA-5536 Add the installed check also to the featured items.
2018-07-13 13:41:19 +02:00
Diego Prado Gesto
62b1d361fa
CURA-5536 Set different colors indicating that all the inner packages
...
are installed of just some.
2018-07-13 13:21:38 +02:00
Diego Prado Gesto
96cc1be2ff
CURA-5536 Calculate the number of installed packages by author.
2018-07-13 13:20:56 +02:00
Diego Prado Gesto
1b6c172e6d
CURA-5536 Add the icon indicating when a plugin is already installed.
2018-07-13 13:20:32 +02:00
Lipu Fei
49bd249819
Update text for USB printing exit confirmation
...
CURA-5384
2018-07-13 11:10:15 +02:00
Lipu Fei
c0b7e40b0d
Add on-exit callback management and check for active USB printing
...
CURA-5384
2018-07-13 09:16:11 +02:00
Lipu Fei
ac3d3bc5c0
Revert "Added signal to prevent window closing if USB printer is printing"
...
This reverts commit 596a7b7169
.
2018-07-13 08:08:56 +02:00
Diego Prado Gesto
e88362930d
CURA-5562 Don't trigger the stop slicing if some nodes without build
...
plate associated with it changes in the scene, such as the NozzleNode in
the SimulationView.
2018-07-12 14:34:42 +02:00
jack
461b191648
Merge pull request #4044 from Ultimaker/remove-package-check
...
CURA-5389 Check and confirmation before Remove package
2018-07-12 14:15:13 +02:00
Jack Ha
2bd8350141
Added error checking, added typing, renamed function. CURA-5389
2018-07-12 14:06:34 +02:00
Aleksei S
995a95b8ab
Merge branch 'master' of github.com:Ultimaker/Cura
2018-07-11 13:24:12 +02:00
Aleksei S
596a7b7169
Added signal to prevent window closing if USB printer is printing
...
CURA-5384
2018-07-11 13:23:30 +02:00
Jack Ha
993dd7a90e
Check for None instead of evaluating the variable as True/False.
2018-07-11 11:34:31 +02:00
Ian Paschal
6a5c0b608d
Fix missing layer view
2018-07-11 11:24:16 +02:00
Lipu Fei
af02dc2758
Only use setMetaDataEntry()
2018-07-11 11:14:57 +02:00
Lipu Fei
76417b7fb2
Hide materials belong to a to-be-removed package
2018-07-11 10:57:57 +02:00
Lipu Fei
5255d6ca2a
Better height for dialog
2018-07-10 16:11:56 +02:00
Lipu Fei
3a1d57a725
Increase dialog height
2018-07-10 15:32:39 +02:00
Lipu Fei
328fd9081e
Merge remote-tracking branch 'origin/master' into remove-package-check
2018-07-10 14:57:46 +02:00
Lipu Fei
cc5f35dd91
Rename some functions and variables
2018-07-10 14:57:01 +02:00
Ghostkeeper
c4236d375b
Merge branch '3.4'
2018-07-10 13:01:51 +02:00
Ghostkeeper
33f7430798
Update change log for Cura 3.4.1
2018-07-10 12:03:59 +02:00
Ian Paschal
d709650def
Try to ignore _process variable
2018-07-10 11:04:17 +02:00
Ian Paschal
8dab2a6696
Do not attempt to discard changed build plates
2018-07-09 15:33:41 +02:00
Jack Ha
aa0c7d5f0a
Confirm uninstall reset dialog now has proper sizing. CURA-5389
2018-07-09 13:26:11 +02:00
Ian Paschal
1c1b45541f
Merge branch 'master' into fix_tests_cura_engine_backend
2018-07-09 12:38:54 +02:00
Ian Paschal
413965a0ee
Fighting muscle memory
2018-07-09 11:51:53 +02:00
Ghostkeeper
f59f23c027
Fix sending print job name via USB
2018-07-09 11:41:02 +02:00
Ghostkeeper
dec9d7cac6
Still store disabled extruders as a set
...
They should be unique anyway.
Contributes to issue CURA-5456.
2018-07-09 11:32:53 +02:00
Ian Paschal
ac0192f01f
Improve fixes
2018-07-09 11:29:25 +02:00
Jack Ha
bff9a3afb5
Merge branch 'master' into remove-package-check
2018-07-09 11:25:19 +02:00
Ghostkeeper
54b990c0bd
Retract further if we can't set the temperature to stand-by temp
...
Because we can't set the temperature and we don't know the correct temperature to set it back to, we will just retract further in order to prevent damage to the material.
Contributes to issue CURA-5491.
2018-07-09 11:21:34 +02:00
Lipu Fei
1fdac63168
Merge pull request #4038 from Ultimaker/CURA-5545_fix_3mf_reader
...
CURA-5545 Fix 3MF Reader
2018-07-09 11:00:13 +02:00
Lipu Fei
853266e8a8
Fix upgrade from 3.4 to 4.0
2018-07-09 10:58:04 +02:00
Jack Ha
5af5aa9e35
Added reset profiles/materials and uninstall functionality and dialog. CURA-5389
2018-07-09 09:57:31 +02:00
Ghostkeeper
533bd1a79c
Merge branch 'master' of ssh://github.com/Ultimaker/Cura
...
Contributes to issue CURA-5491.
2018-07-09 09:47:49 +02:00