Remco Burema
112f61e32f
Fix URL's for the update checker for Beta's.
...
part of CURA-CURA-8647
2021-11-02 16:54:07 +01:00
Jaime van Kessel
67d76e3af8
Change version in citation file to 4.12
2021-11-01 11:50:24 +01:00
Remco Burema
a82ffa45a0
Merge pull request #10700 from Ultimaker/CURA-8656_error_checking_for_disabled_settings
...
Error checking for disabled settings
2021-10-29 13:39:59 +02:00
Jaime van Kessel
87db24f14c
Don't check validation for settings in error state
...
CURA-8656
2021-10-29 10:39:00 +02:00
10r3n20
86875580af
add dark themed images to the dark theme
2021-10-28 14:12:15 +02:00
Jaime van Kessel
61c43fb765
Only show "can't find location message" when it couldn't find location
...
Bit of a silly mistake, but easy enough to fix!
CURA-8649
2021-10-28 13:53:52 +02:00
Jaime van Kessel
59be3e195d
Use category as fallback translation for intents instead of "unkown"
2021-10-28 13:48:09 +02:00
Jaime van Kessel
4901b82d48
Merge pull request #10660 from oliof/patch-1
...
Update change_log.txt
2021-10-25 13:13:01 +02:00
Harald Wagener
ead8e277b6
Update change_log.txt
...
fix a tiny typo.
2021-10-23 02:04:58 +02:00
fvrmr
3c995c98a5
Update change log
...
Added a header for other new features
4.12-beta
2021-10-22 11:47:42 +02:00
fvrmr
737890e23a
Change log and whats new pages
...
Updated change log
Updated whats new pages: text and new images.
2021-10-22 10:15:58 +02:00
Remco Burema
0d59e63309
Remove non-default roofing layer count from some UM TPLA profiles.
...
V&V approved to be in the BETA.
2021-10-21 16:40:19 +02:00
Jaime van Kessel
00a01569be
Add clarifying comment to pause at height
...
It was a bit confusing what was happening, so i've added an extra comment to clarify
what was going on.
CURA-7292
2021-10-21 15:30:32 +02:00
Jaime van Kessel
1f6e1942d7
Disable the material sync message again
...
CURA-8639
2021-10-21 10:39:47 +02:00
Ghostkeeper
03492a3a15
Update header of translated files for Cura 4.12
...
Contributes to issue CURA-8638.
2021-10-20 16:52:50 +02:00
Ghostkeeper
f4c5cfbbd0
Update translated files with new translation templates
...
There are new translations. This moves all of those new strings into the translation files so that the translators can translate them. Every string that has an empty translation still needs to be translated.
Contributes to issue CURA-8638.
2021-10-20 16:50:10 +02:00
Ghostkeeper
92e5902163
Update translation templates for Cura 4.12
...
These are the new strings introduced in 4.12.
Contributes to issue CURA-8638.
2021-10-20 16:47:47 +02:00
Remco Burema
6d93c651ec
Merge pull request #10639 from Ultimaker/CURA-8514_inconsistent_material_naming
...
Use the material name instead of brand + type + color
2021-10-20 10:47:32 +02:00
Jaime van Kessel
2baada8a70
Use the material name instead of brand + type + color
...
CURA-8514
Fixes #10421
2021-10-19 11:23:21 +02:00
Ghostkeeper
7680124f7e
Merge branch 'master' of https://github.com/mlapkin/Cura into mlapkin-master
2021-10-18 17:36:46 +02:00
Jelle Spijker
666880ad20
Only show certain App Switcher icons when account has DF access
...
Added a dictionary where additional user rights can be set.
A plugin such as the DigitalFactory can update this dictionary
if certain account rights change. The `account.additionalRights`
is intended to allow us some flexibility, without breaking the API
in the future.
The Application Switcher now queries the additional account rights,
which is updated by the DF plugin to only show `My printers`,
`Digital Library` and `Print jobs` when the user has access to the
DF.
Contributes to CURA-8624
2021-10-18 15:37:06 +02:00
Jelle Spijker
629f695ef7
Only show certain Application Switcher links when logged in
...
Some links in the application only make sense to
forward a user when they are logged into the DF.
Since we don't expose yet if the user has access
to the DF it will now only check if they are
logged in.
Contributes to CURA-8624
2021-10-18 15:37:06 +02:00
mlapkin
efa292e28d
Update fdmprinter.def.json.po
...
Fix translation of 'order'.
2021-10-18 18:37:56 +07:00
Ghostkeeper
89c5a38afa
Use a neutral e-mail address
...
If I end up under a bus, these e-mails will then still arrive somewhere.
2021-10-16 11:52:29 +02:00
Ghostkeeper
a349606fef
Make my name more anonymous
...
Yes, it's my name. I'm okay with people learning that if they are really looking. I'm less okay with search engines learning that. Removing my name here linked to my nickname will eventually cause search engines to unlink it too.
2021-10-16 11:45:48 +02:00
Ghostkeeper
a1a4d421ca
Consistent user-visible naming of Arjun Pro printers
...
Contributes to issue CURA-8580.
2021-10-15 16:13:31 +02:00
Ghostkeeper
57f4807f98
Update setting_version to 19
...
This was committed before we implemented that version upgrade. But we do it now. This requires that we update references to the FLSun SR printer, but obviously there are none in here.
Contributes to issue CURA-8580.
2021-10-15 16:12:27 +02:00
Ghostkeeper
41e662fb6a
Merge branch 'master' of https://github.com/venkatkamesh/Cura into venkatkamesh-master
2021-10-15 16:07:59 +02:00
Ghostkeeper
c6d92dc8d6
Fix combing mode override
...
This needs quotes, since it's a Python expression. Otherwise it would get interpreted as a variable name which doesn't exist.
Contributes to issue CURA-8627.
2021-10-13 17:23:09 +02:00
Ghostkeeper
f0262abbb5
Combine two property overrides in one setting, for proper JSON
...
Otherwise the maximum gets ignored because the JSON results in a dict where the keys are unique. So the second one happens to get skipped then.
Contributes to issue CURA-8627.
2021-10-13 15:46:35 +02:00
Ghostkeeper
43897b60d8
Properly use strings as values for enums in setting overrides
...
This is interpreted as a Python function, so if it doesn't have those quotes it'll be interpreted as a variable name, and that variable doesn't exist.
Contributes to issue CURA-8627.
2021-10-13 15:42:46 +02:00
Jelle Spijker
246c986d95
Merge pull request #10605 from Ultimaker/CURA-8550_lightning_infill
...
CURA-8550 Added lightning infill description and sub-settings level.
2021-10-13 12:21:29 +02:00
Konstantinos Karmas
f68d915235
Merge pull request #10509 from Ultimaker/PP-1-Improved_print_profiles
...
Various print profile improvements for the UM3, S3 and S5
2021-10-12 16:10:48 +02:00
p.kuiper
7deb31db98
Bug fixes.
...
- Removed default value when value is already set.
- Make sure UM3 and UM3 extended variants are the same
2021-10-12 12:54:26 +02:00
p.kuiper
17ea8d0de7
Merge remote-tracking branch 'origin/PP-1-Improved_print_profiles' into PP-1-Improved_print_profiles
...
# Conflicts:
# resources/definitions/ultimaker3.def.json
# resources/definitions/ultimaker_s3.def.json
# resources/definitions/ultimaker_s5.def.json
2021-10-12 09:31:20 +02:00
Remco Burema
e29edb0cc9
Added lightning infill description and sub-settings level.
...
part of CURA-8550
2021-10-12 09:17:58 +02:00
Konstantinos Karmas
9bb31dd468
Merge pull request #10589 from Ultimaker/remove_unneeded_catalog
...
Remove unneeded catalog
2021-10-12 09:10:05 +02:00
p.kuiper
fb645a2454
Merge remote-tracking branch 'origin/PP-1-Improved_print_profiles' into PP-1-Improved_print_profiles
...
# Conflicts:
# resources/definitions/ultimaker3.def.json
# resources/definitions/ultimaker_s3.def.json
# resources/definitions/ultimaker_s5.def.json
2021-10-12 09:09:05 +02:00
p.kuiper
0239ce8a78
- Bug fix error due to string overrides.
...
- "Minimum_value" changed to "minimum_warning_value"
- PVA (BB0.4 and BB0.8) require low support jerk settings for good adhesion
- Support roof does follow print_jer and no warning levels set
2021-10-11 13:53:21 +02:00
p.kuiper
6c67b03a55
- Reverted the print profiles to changes agreed by the Print Profile CCB from 06-10-2021 14:00-15:00
2021-10-11 11:35:38 +02:00
Ghostkeeper
4aa10ba42f
Use initial layer line width factor from adhesion extruder
...
This is a per-extruder setting. So get it from the proper extruder.
2021-10-11 10:08:11 +02:00
Konstantinos Karmas
4759007ed8
Merge pull request #10580 from Ultimaker/CURA-8443_Add_sign_in_status_datapoint
...
CURA-8443: Add is_logged_in status datapoint
2021-10-11 10:01:52 +02:00
p.kuiper
730fb72f78
Merge branch 'master' into PP-1-Improved_print_profiles
2021-10-11 08:09:05 +02:00
Jaime van Kessel
512b0a1dbe
Remove unneeded catalog
...
The catalog was created over and over again even though it wasn't needed.
On my machine this took 0.25 seconds, so it does add up
2021-10-08 18:17:18 +02:00
Remco Burema
2ed837ba71
Merge pull request #10486 from Ultimaker/use_empty_qurl_if_path_doesnt_exist
...
Only return the path if the folder actually exist
2021-10-08 14:01:01 +02:00
Jaime van Kessel
2c9f31cbde
Remove unneeded signal connections
2021-10-08 13:50:21 +02:00
Jaime van Kessel
7d9c6e1449
Fix QML warning
2021-10-08 13:35:01 +02:00
Jaime van Kessel
65a35bbebc
Move creaseee extruders and definitions to correct folder
2021-10-08 10:52:10 +02:00
ivovk9
e76c0d6df8
Add Creasee CS50S pro, Creasee Skywalker and Creasee Phoenix ( #10533 )
2021-10-08 10:50:42 +02:00
Jaime van Kessel
327d24d5e6
Fix typo
2021-10-07 13:19:34 +02:00