fieldOfView
5877896fdd
Fix the Cura logo
...
The mesh somehow got mirrored.
2021-04-12 13:55:13 +02:00
Jaime van Kessel
69df31629b
Merge branch '4.9' of github.com:Ultimaker/Cura
2021-04-12 13:50:13 +02:00
Ghostkeeper
be638955b1
Remove superfluous 'Again' phrasing
...
It sets the wrong tone.
Fixes #9449 .
2021-04-12 13:27:19 +02:00
Kostas Karmas
5d18f697a3
Merge branch '4.9' into CURA-8154_Fix_sizing_of_Whats_New_pages
2021-04-12 12:41:26 +02:00
Kostas Karmas
14c11190fd
Minor UI fixes in the What's new pages
...
* Add a top margin between the image and the text
* Change the text font to default
* Fix line break in the html page
CURA-8154
2021-04-12 12:38:36 +02:00
Kostas Karmas
17a4b40fd7
Change the font size to default in the changelog
...
So that it is consistent with the What's new pages
CURA-8154
2021-04-12 12:37:57 +02:00
Ghostkeeper
4fc91d4f6d
Add notification to connect the printer even if the printer is not network-connected
...
There could be other methods of connecting than the network connectivity of the UM3NetworkPrinting plug-in. For instance, perhaps other network connection plug-ins can provide information in this monitor stage. Or the user might want to use a USB cable.
I'm explicitly quite vague about how it should be connected because this label should work for all types of connections except UM3NetworkPrinting.
Fixes #9444 .
2021-04-12 12:11:50 +02:00
Jaime van Kessel
f4f1dce941
Merge branch '4.9' of github.com:Ultimaker/Cura
2021-04-12 11:21:22 +02:00
Jaime van Kessel
43cc5fbca9
Add constant marker to supportsPrintJobQueue
2021-04-12 10:14:44 +02:00
Cláudio 'Patola' Sampaio
6e031bc9b5
Updated pt_BR translation
2021-04-11 17:56:57 +02:00
Jason Balaci
668df52f28
Add Sovol SV03 Cura profiles
2021-04-09 21:07:54 -04:00
Konstantinos Karmas
bd96978d37
Merge pull request #9538 from Ultimaker/CURA-7180_frozen_mac_keyring_fix
...
[CURA-7180] Explicitly give keyring-backend on Mac too.
2021-04-09 17:17:36 +02:00
Konstantinos Karmas
fe2d554ec0
Change the OS_X keyring backend module to macOS
...
Since the OS_X has been deprecated since keyring v22.0.0 and has been replaced by the macOS.
CURA-7180
2021-04-09 17:14:32 +02:00
Konstantinos Karmas
ce5db5e12e
Merge pull request #9545 from Ultimaker/CURA-8161_remove_donkey_and_other_UX_adventures
...
[CURA-8161] Remove donkey and other UX adventures
2021-04-09 16:32:19 +02:00
Kostas Karmas
97442ebefc
Increase size of the profile override choice popup in preferences
...
This way the popup will show the entire text for all three options.
CURA-8161
2021-04-09 16:18:04 +02:00
Remco Burema
78dc5ce1c4
Merge branch '4.9'
2021-04-09 15:56:38 +02:00
Remco Burema
5ee8ca5ade
Merge pull request #9546 from Ultimaker/CURA-8167_Trim_the_changelog_to_make_it_load_faster
...
CURA-8167: Trim the changelog to show release notes of versions >=4.6.0
2021-04-09 15:55:36 +02:00
Remco Burema
c21b79926a
Merge pull request #9544 from Ultimaker/CURA-8166_Tab_between_print_setting_fields_is_broken
...
CURA-8166: Fix tab button not switching to the next print setting field
2021-04-09 15:43:54 +02:00
Kostas Karmas
183905d59b
Trim the changelog to show release notes of versions >=4.6.0
...
The release notes of older versions can be found on GitHub.
CURA-8167
2021-04-09 15:34:17 +02:00
Remco Burema
ed7439f9cd
Fix various UX issues.
...
- Remove donkey: We where showing our donkey due to an unfortunate abbreviation/truncation of 'Colorblind Assist'. Now that should already not show in for a default install, which was fixed in the previous commit, but also just give the box some more space.
- Revert most of the rest of the preferences/general page back to the old controls (except for the combo-boxes, which needed to be upgraded in order to work on MacOS 11), pending a _proper_ redesign to the newer style of this page.
CURA-8161
2021-04-09 15:30:09 +02:00
Kostas Karmas
2027309863
Fix tab button not switching to the next print setting field
...
The signal `setActiveFocusToNextSetting` has an argument which wasn't being passed in the
`onSetActiveFocusToNextSetting()` function, which was causing the broken behavior.
CURA-8166
2021-04-09 15:19:38 +02:00
Remco Burema
8ee0e13394
Remove hack that made older code work to make newer code work.
...
Theme and Language (in the interface) would stay on 'Colorblind Assist' and empty respectively, even if the actual theme (and obvioulsy the language) where different.
CURA-8161
2021-04-09 15:12:28 +02:00
Kostas Karmas
ae63dff0e4
Remove padding of the text in the scrollable text area
...
CURA-8154
2021-04-09 15:09:10 +02:00
Kostas Karmas
92dafccf6d
Fix margins in the WhatsNew pages
...
CURA-8154
2021-04-09 15:08:43 +02:00
Ghostkeeper
6fdd8d3a75
Merge branch '4.9'
2021-04-09 14:13:28 +02:00
StijnArntz
d48722fcd1
Update um2pc_tpu_0.6_fast.inst.cfg
2021-04-09 14:11:23 +02:00
Ghostkeeper
7b7b640ef7
Merge branch 'atom3_printers' of https://github.com/Daniel-Kurth/Cura into Daniel-Kurth-atom3_printers
2021-04-09 13:34:28 +02:00
Ghostkeeper
6dd3256671
Hide initial layer speed settings if Number of Slower Layers is 0
...
These initial layer speeds were only applied to the model (not the raft).
Number of Slower Layers indicates how many layers the initial layer speed should apply to. So if that is 0, the initial layer speed doesn't apply to anything any more, and the setting should be hidden because it has no effect on the print.
Found by Markouustalu in #4439 .
2021-04-09 13:17:03 +02:00
Kostas Karmas
89697ea489
Set height of progressBar to 0 when not visible in WizardPanel
...
CURA-8154
2021-04-09 11:42:13 +02:00
Kostas Karmas
34195551f4
Fix uneven margins in the WizardPanel
...
CURA-8154
2021-04-09 11:41:33 +02:00
Kostas Karmas
16cb42b3c7
Set the size of the "What's New" dialog equal to the "Welcome" dialog
...
CURA-8154
2021-04-09 11:39:43 +02:00
Remco Burema
e2135088b9
Merge branch '4.9'
2021-04-09 09:49:44 +02:00
Remco Burema
7f6133ca94
Merge pull request #9535 from Ultimaker/CURA-8093_Check_client_scope_when_upgrading_from_4.8
...
CURA-8093: Check client scope when upgrading from 4.8
2021-04-09 09:48:55 +02:00
Jaime van Kessel
dbef89ea89
Merge branch 'CURA-8127_settings_visibility_osx_fix' of github.com:Ultimaker/Cura into 4.9
2021-04-09 09:37:37 +02:00
Remco Burema
1c806199a4
Explicitly give keyring backend on Mac too.
...
CURA-7180
2021-04-08 14:08:35 +02:00
Ghostkeeper
b3c03b8771
Merge branch 'master' into libArachne_rebased
...
Conflicts:
resources/texts/change_log.txt -> 4.9 got added while we added the Arachne change log as well. I put 4.9 below the Arachne info.
2021-04-08 13:49:52 +02:00
MarkMan0
8a091aa0d2
Change default machine_height
2021-04-08 13:27:11 +02:00
MarkMan0
ee50ad21cd
Probe calibration on the side of the buildplate
2021-04-08 13:27:05 +02:00
Kostas Karmas
dca0612ee7
Add descriptive comment for deleting the user auth data
...
CURA-8093
2021-04-08 12:49:33 +02:00
Kostas Karmas
72080a3cca
Delete the auth data on upgrade from 4.8 if the scope doesn't match
...
If the user account scope is outdated, delete it when upgrading from 4.8 to 4.9. This means that
the user will have to log in again, to make sure they get the correct account scope.
CURA-8093
2021-04-08 12:46:52 +02:00
Jaime van Kessel
8e106b2f5b
Merge branch '4.9' of github.com:Ultimaker/Cura
2021-04-08 12:05:26 +02:00
Ghostkeeper
fcc567c8aa
Merge branch 'master' of https://github.com/kreuzhofer/Cura into kreuzhofer-master
2021-04-08 11:53:06 +02:00
Remco Burema
37cd12663b
Merge pull request #9523 from Ultimaker/fix_tests_python_upgrade
...
Fix tests python upgrade
2021-04-08 11:49:38 +02:00
Jaime van Kessel
82ffdccac2
Added type ignore since it does accept it
2021-04-07 17:15:22 +02:00
Jaime van Kessel
8cc091fd0a
Merge branch 'typing_keyattribute' of github.com:Ultimaker/Cura into fix_tests_python_upgrade
2021-04-07 15:43:03 +02:00
Jaime van Kessel
d49a90029f
Fix final set of typing issues
2021-04-07 14:03:35 +02:00
Jaime van Kessel
3432720f7c
Fix mypy issues caused by numpy upgrade
2021-04-07 11:47:52 +02:00
Jaime van Kessel
17d8751ec1
Fix incorrect typing in keyring attribute
...
It didn't need Type["basemodel"] but a direct base model
2021-04-07 11:39:28 +02:00
Jaime van Kessel
00a360aca6
Don't overload types in AMFReader
...
The typing really doesn't like it if we first let a variable be a list and then
an numpy array
2021-04-07 11:32:09 +02:00
Jaime van Kessel
0d38035944
Add constructor for keyring attribute
...
_store_secure was used, so it should be created on construction
2021-04-07 11:30:08 +02:00