Ghostkeeper
a17b68b17d
Merge branch 'CURA-9420_translations_5.1'
2022-06-21 17:56:43 +02:00
Ghostkeeper
1142768d59
Fix headers for translation files
...
And update their dates too.
Contributes to issue CURA-9420.
2022-06-21 13:12:21 +02:00
Ghostkeeper
7898d8e5bf
Update translation files from updated templates
...
This brings the new translated strings into the files for each language.
Contributes to issue CURA-9420.
2022-06-21 12:56:04 +02:00
Ghostkeeper
de968d6c16
Update translation templates for Cura 5.1
...
These are the new translations for 5.1.
Contributes to issue CURA-9420.
2022-06-21 12:54:08 +02:00
Jaime van Kessel
58651b6b97
Merge branch '5.1' of github.com:Ultimaker/Cura
2022-06-21 11:00:06 +02:00
Jaime van Kessel
52ea80f6c9
Fix the font for searchbars being styled correctly
...
By setting the font.italic to true, we actually reset the entire font.
Fixes #12565
2022-06-21 10:58:53 +02:00
Jaime van Kessel
f474381425
Fix multiple issues with profiles
...
That's what you get from not having tests running remote.
2022-06-17 16:06:24 +02:00
Jaime van Kessel
3101f2aea4
Remove filter_out_tiny_gaps from definitions
...
This setting doesn't exist anymore.
2022-06-17 15:57:40 +02:00
Jaime van Kessel
3689c097f3
Re-add accidentally removed setting
2022-06-17 15:54:23 +02:00
Jaime van Kessel
f82e49e2dd
Merge branch 'fix_material_diameter_profiles' of github.com:fieldOfView/Cura into 5.1
2022-06-17 15:35:32 +02:00
Jaime van Kessel
b25e760c53
Remove incorrect enum usage
...
This only needs to happen in code that uses PyQt, not in qml code
2022-06-17 15:26:30 +02:00
j.delarago
9dff733345
Remove todos that are no longer applicable
...
Remove debug print statement
CURA-9321
2022-06-16 15:32:33 +02:00
j.delarago
cc58b362fc
Add text wrapping for very long custom profile names.
...
CURA-8849
2022-06-16 14:19:39 +02:00
j.delarago
0fb2b46677
Intent button was showing when only a single intent is available.
...
This was caused by visible being overridden.
CURA-8849
2022-06-16 14:05:39 +02:00
j.delarago
1e0236e317
Remove left margins which don't align with the intended design.
...
CURA-8849
2022-06-16 13:56:46 +02:00
j.delarago
689547f125
We are using recommendedResolutionSelector._previousResolution to see if the resolution had changed before highlighting the resolution selector. This updates when intents change but not when qualities change.
...
I tried updating when the qualities change but this was updating before this line
if(recommendedResolutionSelector._previousResolution !== Cura.MachineManager.activeQualityType)
which caused this always to resolve as true
The solution was to update _previousResolution after we select an item in the drop down.
CURA-8849
2022-06-16 13:49:30 +02:00
j.delarago
1e5f6bce72
Increase margins on warning to match design
...
CURA-8849
2022-06-16 13:23:50 +02:00
j.delarago
7d8fdf8bdd
Items in intent selection settings column were not filling width, the result of this was any item with more than one child would have these children squished together.
...
Fix is to have the children fill their width
CURA-8849
2022-06-16 13:12:36 +02:00
Joey de l'Arago
88168bc0e1
Merge pull request #12532 from Ultimaker/PP-116_clean-up-DD-variant-profile
...
Pp 166 clean up dd variant profile
2022-06-16 11:08:50 +02:00
Casper Lamboo
dd76369b9a
Merge pull request #12528 from Ultimaker/CURA-8849
...
[CURA-8849] Improve intent profile selection
2022-06-15 18:24:18 +02:00
j.delarago
6f8470167f
Suggested changes
...
CURA-8849
2022-06-15 17:40:07 +02:00
j.delarago
cd34294914
Revert "disable travel_avoid_supports"
...
This reverts commit 8f2dff712e
.
2022-06-15 17:19:03 +02:00
Jaime van Kessel
1a0b095f8d
Merge pull request #11721 from Haxk20/patch-1
...
voron2_base.def.json: Do not limit travel speeds to 300mm/s
2022-06-15 16:08:09 +02:00
Rijk van Manen
d4095e7e1d
set correct nozzle tip outer diameter
...
This is the size of the ruby. PP-116
2022-06-15 15:12:34 +02:00
Rijk van Manen
311b5e94ce
add machine nozzle tip size
...
PP-116
2022-06-15 14:58:34 +02:00
Rijk van Manen
5db8567bff
cleanup variant profile
...
In the ppCCB we decided to clean up to DD variant profiles, since we plan to do that with all variant profiles in the future. PP-116
2022-06-15 14:58:16 +02:00
Remco Burema
a82b90fd96
Merge pull request #12488 from Ultimaker/PP-108_Improved_support_settings
...
PP-108 improved support settings
2022-06-15 14:24:09 +02:00
Ghostkeeper
68fde8d051
Merge branch 'PP-166-DD-core-variant-files'
2022-06-15 14:08:13 +02:00
Ghostkeeper
4b6995bf24
Correct description for Enable Travel Jerk
...
Done as a 5 minute fix.
2022-06-15 14:04:22 +02:00
j.delarago
8362d4c967
Switch to column layout in RecommendedPrintSetup.qml so that left margins can be put on infill selector and items below it.
...
Add warning and reset button when custom profile is select and/or settings have been changed
CURA-8849
2022-06-15 10:48:04 +02:00
j.delarago
5fa10b0b8a
Add campaign link
...
CURA-8849
2022-06-15 09:48:08 +02:00
j.delarago
d293855c65
Remove typo
...
CURA-8849
2022-06-15 09:07:35 +02:00
Ghostkeeper
3acc7bcb1c
Add actual link to help page for when a profile is not supported
...
Doesn't have UTM tags though. Maybe that's not important here.
Contributes to issue CURA-8849.
2022-06-14 18:20:35 +02:00
Ghostkeeper
b18cb1f649
Show UnsupportedProfileIndication if list of quality types is empty
...
And otherwise show the intent and quality level selectors.
This is currently quite broken because the list of quality levels is not correct. It should only show a quality type if it is supported by all extruders.
Contributes to issue CURA-8849.
2022-06-14 18:20:00 +02:00
Ghostkeeper
5c15ac68b8
Add a design for the notification when there's no recommended profile
...
Looks more harsh than it should be, perhaps. I'd prefer if we could add some text that says that you can create your own custom profiles too...
Contributes to issue CURA-8849.
2022-06-14 16:59:23 +02:00
Ghostkeeper
b8e3793631
Fix QML warning about no variable 'transparent' existing
...
It's a colour name. It should be within quotes here.
Contributes to issue CURA-8849.
2022-06-14 16:19:56 +02:00
Ghostkeeper
aee614ff9b
Hide intent category selector if there's just 'default' intent
...
It doesn't make sense to let the user choose then.
Contributes to issue CURA-8849.
2022-06-14 16:12:10 +02:00
Ghostkeeper
6b6f41bfe9
Add a horizontal line between sections of recommended set-up
...
This delimits the selecting of the profile from the few basic settings.
Contributes to issue CURA-8849.
2022-06-14 16:07:05 +02:00
Ghostkeeper
83ea5c2944
Fix triggering first pulse
...
Before the first pulse, the _previousResolution property was still bound to the activeQualityType property of the MachineManager. When it then checks if it changed, it finds that it didn't change because it checks against that same property, but the _previousResolution automatically updated with it. After that it loses its binding because it's set in the function itself to a fixed value.
Instead, we'll now give it its initial value with the Component.onCompleted function so that it doesn't bind, and then doesn't change along with the first change.
Contributes to issue CURA-8849.
2022-06-14 16:00:14 +02:00
Ghostkeeper
e095d41f0b
Implement pulse animation option for ComboBox widget
...
You can now call pulse() on it and it'll pulse in the warning colour.
Contributes to issue CURA-8849.
2022-06-14 16:00:14 +02:00
Ghostkeeper
bd131257fe
Implement sending a signal when changing intent changes quality level
...
For now it does nothing. But I'm adding a function that should cause the combobox to pulse. That'll be a new feature so I'm implementing it in a separate commit.
Contributes to issue CURA-8849.
2022-06-14 16:00:13 +02:00
j.delarago
40d473c243
Add circle with letter inside for non default intents
...
CURA-8849
2022-06-14 15:44:11 +02:00
Ghostkeeper
074e9a8607
Show profile group name in bold
...
That highlights it relative to the layer height.
Contributes to issue CURA-8849.
2022-06-14 15:36:29 +02:00
Ghostkeeper
28c1291feb
Allow configuring combobox with whether they allow styled text or not
...
For some models we'd like to have the possibility to have rich text in the combobox. For some we'd like to prevent that, for instance to prevent the user from using colours in their profile names, or boldface, or even images.
Contributes to issue CURA-8849.
2022-06-14 15:36:28 +02:00
j.delarago
a87695cd8d
Added new intent selection buttons and resolution drop down to replace the matrix.
...
We are now selecting intents first and then quality, however the container hierarchy quality -> intents. This is the reason for the new functions inside machine manager.
CURA-8849
2022-06-14 11:41:38 +02:00
j.delarago
6f88adab8e
Add new theme colors from figma
...
CURA-8849
2022-06-14 11:27:50 +02:00
j.delarago
e7d4038461
Add new icons for intents
...
CURA-8849
2022-06-14 09:59:52 +02:00
p.kuiper
808bb9b5fb
Merge remote-tracking branch 'origin/PP-108_Improved_support_settings' into PP-108_Improved_support_settings
...
# Conflicts:
# resources/quality/ultimaker2_plus/um2p_pp_0.4_fast.inst.cfg
# resources/quality/ultimaker2_plus/um2p_pp_0.4_normal.inst.cfg
# resources/quality/ultimaker2_plus/um2p_pp_0.6_draft.inst.cfg
# resources/quality/ultimaker2_plus/um2p_pp_0.6_fast.inst.cfg
# resources/quality/ultimaker2_plus/um2p_pp_0.8_draft.inst.cfg
# resources/quality/ultimaker2_plus/um2p_pp_0.8_verydraft.inst.cfg
# resources/quality/ultimaker2_plus_connect/um2pc_pp_0.4_fast.inst.cfg
# resources/quality/ultimaker2_plus_connect/um2pc_pp_0.4_normal.inst.cfg
# resources/quality/ultimaker2_plus_connect/um2pc_pp_0.6_draft.inst.cfg
# resources/quality/ultimaker2_plus_connect/um2pc_pp_0.6_fast.inst.cfg
2022-06-13 21:55:25 +02:00
p.kuiper
bfc25b8350
Processed review comments of Rijk van Manen + cleanup redundant support_z related settings
...
Relates to PP-108
2022-06-13 21:41:46 +02:00
p.kuiper
55f1b9efca
Cleanup support_xy_distance_overhang settings in UM2 quality files
...
Relates to PP-108
2022-06-13 21:03:23 +02:00