Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-21Update translation files from updated templatesGhostkeeper
This brings the new translated strings into the files for each language. Contributes to issue CURA-9420.
2022-06-21Update translation templates for Cura 5.1Ghostkeeper
These are the new translations for 5.1. Contributes to issue CURA-9420.
2022-06-21Fix the font for searchbars being styled correctlyJaime van Kessel
By setting the font.italic to true, we actually reset the entire font. Fixes #12565
2022-06-17Remove filter_out_tiny_gaps from definitionsJaime van Kessel
This setting doesn't exist anymore.
2022-06-17Re-add accidentally removed settingJaime van Kessel
2022-06-17Merge branch 'fix_material_diameter_profiles' of github.com:fieldOfView/Cura ↵Jaime van Kessel
into 5.1
2022-06-17Remove incorrect enum usageJaime van Kessel
This only needs to happen in code that uses PyQt, not in qml code
2022-06-16Remove todos that are no longer applicablej.delarago
Remove debug print statement CURA-9321
2022-06-16Add text wrapping for very long custom profile names.j.delarago
CURA-8849
2022-06-16Intent button was showing when only a single intent is available.j.delarago
This was caused by visible being overridden. CURA-8849
2022-06-16Remove left margins which don't align with the intended design.j.delarago
CURA-8849
2022-06-16We are using recommendedResolutionSelector._previousResolution to see if the ↵j.delarago
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-16Increase margins on warning to match designj.delarago
CURA-8849
2022-06-16Items in intent selection settings column were not filling width, the result ↵j.delarago
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-16Merge pull request #12532 from Ultimaker/PP-116_clean-up-DD-variant-profileJoey de l'Arago
Pp 166 clean up dd variant profile
2022-06-15Merge pull request #12528 from Ultimaker/CURA-8849Casper Lamboo
[CURA-8849] Improve intent profile selection
2022-06-15Suggested changesj.delarago
CURA-8849
2022-06-15Revert "disable travel_avoid_supports"j.delarago
This reverts commit 8f2dff712ec18046bf76211fa3a8dd7d20647d30.
2022-06-15Merge pull request #11721 from Haxk20/patch-1Jaime van Kessel
voron2_base.def.json: Do not limit travel speeds to 300mm/s
2022-06-15set correct nozzle tip outer diameterPP-116_clean-up-DD-variant-profileRijk van Manen
This is the size of the ruby. PP-116
2022-06-15add machine nozzle tip sizeRijk van Manen
PP-116
2022-06-15cleanup variant profileRijk van Manen
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-15Merge pull request #12488 from Ultimaker/PP-108_Improved_support_settingsRemco Burema
PP-108 improved support settings
2022-06-15Merge branch 'PP-166-DD-core-variant-files'Ghostkeeper
2022-06-15Correct description for Enable Travel JerkGhostkeeper
Done as a 5 minute fix.
2022-06-15Switch to column layout in RecommendedPrintSetup.qml so that left margins ↵j.delarago
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-15Add campaign linkj.delarago
CURA-8849
2022-06-15Remove typoj.delarago
CURA-8849
2022-06-14Add actual link to help page for when a profile is not supportedCURA-8849Ghostkeeper
Doesn't have UTM tags though. Maybe that's not important here. Contributes to issue CURA-8849.
2022-06-14Show UnsupportedProfileIndication if list of quality types is emptyGhostkeeper
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-14Add a design for the notification when there's no recommended profileGhostkeeper
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-14Fix QML warning about no variable 'transparent' existingGhostkeeper
It's a colour name. It should be within quotes here. Contributes to issue CURA-8849.
2022-06-14Hide intent category selector if there's just 'default' intentGhostkeeper
It doesn't make sense to let the user choose then. Contributes to issue CURA-8849.
2022-06-14Add a horizontal line between sections of recommended set-upGhostkeeper
This delimits the selecting of the profile from the few basic settings. Contributes to issue CURA-8849.
2022-06-14Fix triggering first pulseGhostkeeper
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-14Implement pulse animation option for ComboBox widgetGhostkeeper
You can now call pulse() on it and it'll pulse in the warning colour. Contributes to issue CURA-8849.
2022-06-14Implement sending a signal when changing intent changes quality levelGhostkeeper
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-14Add circle with letter inside for non default intentsj.delarago
CURA-8849
2022-06-14Show profile group name in boldGhostkeeper
That highlights it relative to the layer height. Contributes to issue CURA-8849.
2022-06-14Allow configuring combobox with whether they allow styled text or notGhostkeeper
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-14Added new intent selection buttons and resolution drop down to replace the ↵j.delarago
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-14Add new theme colors from figmaj.delarago
CURA-8849
2022-06-14Add new icons for intentsj.delarago
CURA-8849
2022-06-13Merge remote-tracking branch 'origin/PP-108_Improved_support_settings' into ↵PP-108_Improved_support_settingsp.kuiper
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-13Processed review comments of Rijk van Manen + cleanup redundant support_z ↵p.kuiper
related settings Relates to PP-108
2022-06-13Cleanup support_xy_distance_overhang settings in UM2 quality filesp.kuiper
Relates to PP-108
2022-06-13Add spacing option between icon and text in IconWithText.qmlj.delarago
2022-06-13these profiles can simply follow the default valuesRijk van Manen
Looks like these removals have been overlooked. PP-108
2022-06-13Remove the NoIntentIconJaime van Kessel
CURA-8623
2022-06-10Remove incorrect maximum_value for bridge_skin_densityJaime van Kessel
Whoops. That should have already been removed. Fixes #12455