Jaime van Kessel
569be2c791
Merge branch 'master' of github.com:Ultimaker/Cura
2021-12-02 15:08:09 +01:00
Jaime van Kessel
fb09e55b02
Fix typing
...
CURA-8723
2021-12-02 15:07:50 +01:00
Jaime van Kessel
064a845f71
Ensure that opengl context is available when creating a snapshot
...
CURA-8723
2021-12-02 15:06:54 +01:00
Jaime van Kessel
9f6dacfced
Merge branch 'feature_project_thumbnail' of git://github.com/fieldOfView/Cura
2021-12-02 14:37:14 +01:00
Vandresc
748e698b57
Merge pull request #10969 from Ultimaker/CURA-8666_dont_restore_backup_plugins
...
[CURA-8666] Don't restore files ignored with current backup policy.
2021-12-02 14:37:00 +01:00
Remco Burema
f5604dfb1e
Add 'capabilities' to ignored metadata.
...
part of CURA-8671
2021-12-02 12:23:57 +01:00
Remco Burema
1253b41537
Only perform materials-sync-job for capable printers.
...
part of CURA-8671
2021-12-02 12:22:55 +01:00
fieldOfView
0a906accec
Add thumbnail to all 3MF files, and add relation and content-type metadata
2021-12-01 21:49:12 +01:00
Evangelos Trantos
95f0b692a6
Merge pull request #10977 from Ultimaker/CURA-8696_Show_whats_new_after_beta
...
CURA-8696 Show whats new after beta
2021-12-01 20:40:04 +01:00
Jaime van Kessel
83b56726ba
CHange _getBuiltinWelcomePagePath to be static
...
SHould have been static, so boyscouting it now
CURA-8696
2021-12-01 10:33:05 +01:00
Jaime van Kessel
22fcdf5c7b
Change whatsnew to whats_new
...
They are seperate words, so should have an _ in between
CURA-8696
2021-12-01 10:30:52 +01:00
Jaime van Kessel
051c3ee2e2
Fix up documentation of WelcomePageModel
...
Some more boyscouting
CURA-8696
2021-12-01 10:29:31 +01:00
Jaime van Kessel
6bce9453e4
Fix warnings in newpages model
...
Boyscouting. These somehow snuck through code review
CURA-8696
2021-12-01 10:21:07 +01:00
Jaime van Kessel
a057cbe481
Minor codestyle cleanup
...
Boyscouting
CURA-8696
2021-12-01 10:18:04 +01:00
Rijk van Manen
26d6a02c32
gradual infill not implemented for cross (3d) pattern
2021-12-01 09:03:08 +01:00
fieldOfView
0813f27389
Add a thumbnail to 3mf projects
2021-11-30 18:09:41 +01:00
Remco Burema
bb42fa0527
Don't restore files ignored with current backup policy.
...
Restoring plugins will casue a headache when (they are large and) the central storage was removed in the mean time. Since it's current policy to ignore plugins _anyway_ when backing up, the simple solution is to also just don't restore them, even if they where present to begin with. Of course this is also applied to other to-be-ignored files and folder types.
should 'fix' CURA-8666
2021-11-30 17:34:49 +01:00
Jaime van Kessel
ab2cbbfecc
Merge pull request #10920 from sustmi/czech-translations-v4.12.1
...
Add Czech translations for v4.12.1
2021-11-30 14:40:52 +01:00
Ghostkeeper
5da63fda26
Also catch BlockingIOError when getting a keyring attribute
...
This occurs when there's a timeout, on some systems, when asking for the password to the keyring. We'll interpret a timeout as a refusal to enter a password.
Fixes Sentry issue CURA-332.
2021-11-30 13:27:32 +01:00
Jaime van Kessel
2f999ca399
Merge pull request #10858 from Ultimaker/PP-25_close-to-100%-density-infill-behaviour
...
PP-25 close to 100% density infill behaviour
2021-11-29 10:47:48 +01:00
Jaime van Kessel
2000f8143a
Merge pull request #10860 from Ultimaker/PP-25_close-to-100%-density-infill-behaviour-Arachne
...
Pp 25 close to 100% density infill behaviour arachne
2021-11-29 10:46:01 +01:00
Jaime van Kessel
facb6eeb77
Merge branch 'libArachne_rebased' of github.com:Ultimaker/Cura into libArachne_rebased
Arachne_engine_beta_2
2021-11-26 15:14:17 +01:00
Jaime van Kessel
b7af37022a
Fix vesion update for beta 1 to beta 2
...
WHoops! Reviewed by Jelle ;)
2021-11-26 15:13:50 +01:00
Fenne
64c0c7c853
Merge pull request #10933 from Ultimaker/Cura-8718
...
Update changelog and whats new
2021-11-26 12:00:42 +01:00
fvrmr
11394d20a2
Update change log
2021-11-26 11:55:21 +01:00
Jaime van Kessel
d34323f6af
Fix layout for changelog
...
CURA-8718
2021-11-26 11:28:37 +01:00
fvrmr
242a598b6b
More typos
...
Fixed some more typos
2021-11-26 10:45:05 +01:00
fvrmr
63615d1254
Fixed typo
2021-11-26 10:39:42 +01:00
fvrmr
affbeba5cf
Update image
...
Wrong image name
2021-11-26 10:37:19 +01:00
fvrmr
fc69e1c16f
Update changelog and whats new
...
Update the change log
Update the whats new pages and images
2021-11-26 10:31:46 +01:00
Miroslav Sustek
45bf7b3bfc
Add Czech translations for v4.12.1
2021-11-25 01:45:26 +01:00
Ghostkeeper
9a4836a7b0
Increase top distance by 1 layer for profiles using tree support
...
We changed tree support to have a correct top distance now. If you ask for 0 top distance, you get 0 top distance. If you ask for 0.2mm top distance, you get 0.2mm top distance (rounded to layers). Previously the top distance was too high. Yet it seems that people were happy with how easily Tree Support was removed from the print. So this is a best-effort attempt to keep the final result similar to what it was originally.
It won't work for everything, I fear. But it's about as good as we can make it.
Contributes to issue CURA-7624.
2021-11-24 13:03:33 +01:00
Jaime van Kessel
86306dfd9e
Merge branch 'libArachne_rebased' of github.com:Ultimaker/Cura into PP-25_close-to-100%-density-infill-behaviour-Arachne
2021-11-24 12:04:41 +01:00
Jaime van Kessel
941bcdd815
Remove unused setting
2021-11-24 12:03:47 +01:00
Jaime van Kessel
974786c18a
Merge branch 'libArachne_rebased' of github.com:Ultimaker/Cura into PP-25_close-to-100%-density-infill-behaviour-Arachne
2021-11-24 11:51:48 +01:00
Jaime van Kessel
0b20447c91
Fix setting version
...
This was merged from master, but the setting version is 18 for Arachne (and not 19!)
2021-11-24 11:51:20 +01:00
Jaime van Kessel
cdbe1862a4
Merge branch 'libArachne_rebased' of github.com:Ultimaker/Cura into PP-25_close-to-100%-density-infill-behaviour-Arachne
2021-11-24 11:01:20 +01:00
Jaime van Kessel
74a7eddfd2
Fix setting version
...
This was merged from master, but the setting version is 18 for Arachne (and not 19!)
2021-11-24 10:59:55 +01:00
Jaime van Kessel
571ee5525b
Merge branch 'libArachne_rebased' of github.com:Ultimaker/Cura into PP-25_close-to-100%-density-infill-behaviour-Arachne
2021-11-24 10:43:04 +01:00
Ghostkeeper
1df859e046
Catch IndexError when logging errors
...
And log that error too, then.
Fixes Sentry issue CURA-32J.
2021-11-23 19:04:33 +01:00
Ghostkeeper
2f1c157547
Don't attempt writing a workspace before there is a global stack
...
This is normally not possible from the interface. However on MacOS, the application menu gets carried to the top bar of the operating system. It is not blocked there, and the user could write a project file before they even add a printer. This prevents Cura from crashing when they do that.
Fixes Sentry issue CURA-2ZR.
2021-11-23 17:54:26 +01:00
Ghostkeeper
cecd033430
Merge branch 'CURA-8541_Aborted_state_not_reflected_correctly_in_Cura_Monitor_Page'
2021-11-23 16:28:46 +01:00
Jelle Spijker
8427555d6a
Merge pull request #10901 from Ultimaker/CURA-8539_oauth_via_httprequestmanager
...
OAuth via HttpRequestManager
2021-11-23 13:59:45 +01:00
Jelle Spijker
36e28a245c
Fixed typing issues
...
Contributes to: CURA-8539
2021-11-23 13:56:04 +01:00
Jelle Spijker
0a43366ffc
Fixed some styling and typing issues
...
Some boyscouting.
Contributes to: CURA-8539
2021-11-23 11:10:22 +01:00
Jelle Spijker
70504f1b04
Modernize typing usage
...
Some boyscouting.
2021-11-23 11:10:22 +01:00
Ghostkeeper
487ececb82
Merge branch 'master' of github.com:Ultimaker/Cura
2021-11-23 11:01:30 +01:00
Ghostkeeper
7bf9ed9237
Merge branch 'master' of https://github.com/prueker/Cura into prueker-master
2021-11-23 10:57:20 +01:00
Remco Burema
1eaacacc6a
Merge branch 'fieldOfView-fix_simulation_view_crash'
2021-11-23 09:28:20 +01:00
Remco Burema
ac8d5fc12c
More explicit float's in shader just to be sure.
...
CURA-8714
2021-11-23 09:27:25 +01:00