Remco Burema
4ef7851739
Merge pull request #8499 from Ultimaker/CURA-7735_Disable_symlink_following_for_non_debug_mode_in_Trust
...
CURA-7735: Make symlink following optional when checking the plugin signatures
2020-10-06 14:47:34 +02:00
Kostas Karmas
a68eebf03c
Follow symlinks when checking plugin signatures only in DEBUG mode
...
CURA-7735
2020-10-05 16:34:20 +02:00
maht
da265fccb6
Updated change_log.txt for 4.6.2
4.6.2
2020-07-13 16:45:04 +02:00
Ghostkeeper
10b5f4dc1f
Avoid hitting the prime blob when Z hop is enabled
...
If Z hop is enabled, it would move to the height of the Z hop at the start of the print, in order to hop for the initial travel move. Cura sort of assumes that this hop is going up and so it's safe to do, but in reality this hop is going down due to the starting process in the firmware. As a hotfix, we'll just move away from that blob so that we don't hit it even if you enable Z hops.
2020-06-19 11:20:00 +02:00
Ghostkeeper
bab037554c
Avoid hitting the prime blob when Z-hop is enabled
...
Similar to commit be814535e979c28734460a697da879dbe2b41a07, but ported to the Ultimaker Original.
2020-06-12 12:01:38 +02:00
Ghostkeeper
2e5f4764bd
Remove duplicated version upgrade plug-in
...
These two version upgraders do the same operation. Their code is copied. Instead, we can just let one version upgrader upgrade both versions of the files.
Contributes to issue CURA-7413.
2020-06-04 13:37:30 +02:00
Jaime van Kessel
7e53bc179f
Add beta upgrader
...
CURA-7413
2020-05-28 17:13:26 +02:00
Nino van Hooff
e39a192b43
Merge pull request #7824 from Ultimaker/CURA-7459_persistent_marketplace_notification_on_updated_bundled_packages
...
Cherry-pick changes from CURA-7245_fix_bundled_package_sync
2020-05-26 16:31:18 +02:00
Jaime van Kessel
ed74198e20
Revert "Revised text from Enterprise marketplace pop-up screen"
...
This reverts commit 6a334dd907eeeaf657db006a07d71618d800987f.
The commit broke the string freeze. It also hardcodes the enterprise text
for all versions of Cura (which should not be the case!)
2020-05-26 11:19:54 +02:00
Nino van Hooff
75f5e6a8ce
Consider all packages when calculating account discrepancies
...
Not just the user-subscribed ones
CURA-7245
2020-05-25 15:40:40 +02:00
Jelle Spijker
6a334dd907
Revised text from Enterprise marketplace pop-up screen
...
Updated the qml WelcomPage with the revised text:
"Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise"
2020-05-25 14:48:18 +02:00
Jelle Spijker
fed5598eb7
Removed logobot image from Enterprise marketplace pop-up screen
...
Updated the qml WelcomPage to no longer show the logobot and removed the logobot.svg
from the resources since it is no longer used.
2020-05-25 14:39:04 +02:00
Jaime van Kessel
fa34c625ae
Prevent crash when sentry could not be initialized
2020-05-19 14:14:44 +02:00
Nino van Hooff
4f074d0609
Add 4.6.2 changelog stub
2020-05-19 11:53:11 +02:00
Kostas Karmas
69f23eca94
Double the maximum deviation again in the versionUpgrade460to462
...
CURA-7421
2020-05-04 13:22:22 +02:00
Kostas Karmas
f25547d394
Double the meshfix_maximum_deviation
...
CURA-7421
2020-05-04 13:19:35 +02:00
Kostas Karmas
9bf0255046
Up the setting version to 14 in all the resourses
...
CURA-7421
2020-05-04 13:13:07 +02:00
Kostas Karmas
96fde43ae8
Up the setting version inside the VersionUpgrade460to462
...
CURA-7421
2020-05-04 13:12:17 +02:00
Kostas Karmas
aab2257574
Up the setting version to 14 in CuraApplication
...
CURA-7421
2020-05-04 13:06:19 +02:00
Kostas Karmas
74bc40eb90
Add version upgrade 460to462
...
CURA-7421
2020-05-04 13:03:21 +02:00
Kostas Karmas
524a072420
Merge version upgrade 45to46 with 46to47
...
CURA-7421
2020-05-04 13:00:17 +02:00
maht
c29ebc8a77
Updated change log for 4.6.1
4.6.1
2020-04-29 10:58:11 +02:00
Strahler85
a6f60df2ed
Add nozzle profiles for Ender 3 pro
...
These profiles were posted as solution for #7550 by Strahler85. I'm committing this in his name.
Fixes #7550 .
2020-04-24 14:07:33 +02:00
maht
27f7f595f8
Updated change log 4.6 stable CURA-7380
4.6.0
2020-04-21 13:29:12 +02:00
Ghostkeeper
c73082616c
Merge branch 'CURA-7383_sdk_ver_7_2_0' into 4.6
2020-04-21 12:03:47 +02:00
Nino van Hooff
7302e8ba7f
Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6
...
CURA-7383
2020-04-21 11:46:12 +02:00
Ghostkeeper
f38ae5bb96
Fix i18n catalog for per-object settings panel
...
Turns out that all of these had not been working properly for a while.
Contributes to issue CURA-7344.
2020-04-21 11:39:49 +02:00
Nino van Hooff
e3bc304d5d
Update sdk version to 7.2.0
...
CURA-7383
2020-04-21 11:00:06 +02:00
Jaime van Kessel
020f66b245
Add option to overhang shader to make rendering model errors optional
...
CURA-7147
2020-04-20 15:11:28 +02:00
Jaime van Kessel
9a2d2d32bf
Remove code that prevents Cura from starting on MAC
...
The renderer isn't active when the view is activated. As such,
no opengl context *ever* exists. In some cases this might cause it to get
stuck in an indefinate loop.
The comments around it are explaining a situation that can't occur. The activateView
event of SolidView isn't triggered when switching to another view...
2020-04-20 13:52:40 +02:00
Nino van Hooff
40bc3e247f
Merge remote-tracking branch 'origin/4.6' into 4.6
2020-04-20 11:58:12 +02:00
Nino van Hooff
e9cff28c5a
Add Taiwanese translations for 4.6
...
CURA-7344
2020-04-20 11:27:12 +02:00
Nino van Hooff
0dda9df420
Merge pull request #7519 from Ultimaker/CURA-7329_Decrease_error_calculation_per_object_stack
...
Only check changed settings (and whatever it affects) for errors in POS
2020-04-16 17:01:50 +02:00
Jaime van Kessel
2da965e46e
Merge branch 'CURA-7147_preview_img_for_cloud' of github.com:Ultimaker/Cura into 4.6
2020-04-16 15:11:20 +02:00
Nino van Hooff
073a7fdce6
Revert "Revert "Merge pull request #7384 from Ultimaker/CURA-7333_Fix_reloading_3mf_files_with_many_objects""
...
This reverts commit 4f55c8d8. Since there was a merge conflict, this commit will be left empty.
2020-04-16 14:49:33 +02:00
Jaime van Kessel
ab62ac6e01
Merge branch 'CURA-7364_cloud_sync_message_duplicated' of github.com:Ultimaker/Cura into 4.6
2020-04-16 13:17:40 +02:00
Jaime van Kessel
14f9228a1d
Merge branch '4.6' of github.com:Ultimaker/Cura into 4.6
2020-04-16 13:17:30 +02:00
Remco Burema
ac5213d232
Fix typing.
...
part of CURA-7147
2020-04-16 12:59:36 +02:00
Remco Burema
006822334c
Fetch preview image from cloud for monitor page.
...
part of CURA-7147
2020-04-16 12:18:49 +02:00
Ghostkeeper
9f38374960
Also track Z coordinates and retract extra for the distance travelled then
...
Otherwise if a retracted move had a different Z coordinate, this would not be put in the final print. It's pretty simple to extend it this way.
Fixes #7458 .
2020-04-15 18:37:13 +02:00
Ghostkeeper
0ec020c963
Update Czech translations for Cura 4.6
...
These have been mailed to me by DenyCZ.
Contributes to issue CURA-7344.
2020-04-15 18:26:58 +02:00
Ghostkeeper
972b2e852f
Merge branch '4.6' of https://github.com/Patola/Cura into Patola-4.6
2020-04-15 18:12:49 +02:00
Ghostkeeper
47073268f9
Corrections to translations
...
These were some things that were found by automatic checks in PoEdit.
Contributes to issue CURA-7344.
2020-04-15 18:06:30 +02:00
Ghostkeeper
1cef21919e
Fix missing plural forms
...
The import script doesn't parse these correctly yet. Keep finding them now.
Some of the plural forms were incorrect. They were like that last time as well. Lionbridge isn't translating them correctly, but it's the fault of a very annoying interface in Smartling. I was able to fix all of them decently except Russian, so Russian will have to make do with just plural everywhere.
Contributes to issue CURA-7344.
2020-04-15 18:06:10 +02:00
Ghostkeeper
7b3482fcd8
Update translations from Lionbridge for Cura 4.6
...
These are the new translations we got. I didn't make any corrections yet, but I did already see some mistakes in the Chinese ones.
Contributes to issue CURA-7344.
2020-04-15 18:06:07 +02:00
Nino van Hooff
db758a7e19
Add None-checks to CloudPackageChecker
...
Might help prevent the sync message to show multiple times
CURA-7364
2020-04-15 17:16:38 +02:00
Jaime van Kessel
7d312f2f24
Merge branch 'master' of github.com:Ultimaker/Cura
2020-04-15 12:25:19 +02:00
Jaime van Kessel
d49cca3b8b
Add warning for when libsavitar is not up to date
2020-04-15 12:25:00 +02:00
Jaime van Kessel
28b8ba3748
Only check changed settings (and whatever it affects) for errors in POS
...
CURA-7329
2020-04-15 11:31:15 +02:00
Ghostkeeper
4050d3ccde
Prevent crash when a setting is not in any setting category
...
I don't know what exactly caused this since it's impossible to trace. But the crash happened with a setting called 'dual_gcode' which currently doesn't exist in Cura. So I think it must be some plug-in that adds it. In any case, it's good to be defensive about this sort of thing. Good type checking would've caught this for us.
Fixes Sentry issue CURA-JB.
2020-04-14 21:06:10 +02:00