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-08-06Merge pull request #12692 from ↵Remco Burema
Ultimaker/PP-187_move_shrinkage_compensation_values_to_fdm_materials Removed shrinkage compensation from the quality profiles. They have b…
2022-08-05Click on checkbox only for checkbox-setting.Remco Burema
People accidentally set (checkbox) settings when mis-clicking slightly when scrolling through the settings. CURA-9530
2022-08-01Merge pull request #12866 from Ultimaker/CURA-9220_hide_if_no_permissionJelle Spijker
Hide cloud interaction buttons if the user has no permissions to them
2022-07-29Don't show warning color for children of support_infill_rate when using tree ↵CURA-9520_warning_line_density_childrenj.spijker@ultimaker.com
support CURA-9520 PPM: Tree support has infill density 15%, but should have 0%
2022-07-29Merge pull request #12878 from ↵Jelle Spijker
Ultimaker/CURA-9520_Fix_support_infill_tree_support CURA-9520_Fix_support_infill_tree_support
2022-07-29Increase maximum integer length to 12 charactersGhostkeeper
This may cause overflows if the integer type is 32-bit, but we tend to use 64-bit anyway. And 9,999,999 was already an overflow too. Fixes #12859.
2022-07-27Set the infill density of the support to 0% when tree structures are used.CURA-9520_Fix_support_infill_tree_supportp.kuiper
Relates to CURA-9520
2022-07-26Remove old df_access additional rightGhostkeeper
It is replaced by the new permissions system. The rights are more specific than 'digital factory access, yes or no'. It's now about whether you can read/write printers/projects/print jobs/etc and can differ whether it is your own project/job/etc or someone else's. Contributes to issue CURA-9220.
2022-07-26Add specific permission requirements to application switcherGhostkeeper
These functions require special permissions in the account now. Just checking for digital factory access is no longer enough. Contributes to issue CURA-9220.
2022-07-26Redirect to USB workflow if user account doesn't have permissionsGhostkeeper
If the user is not allowed to write profiles to the printers, then they'd get errors when trying to sync. Instead we'll redirect them to the USB workflow. This also works for users that have accounts but don't have the printers in the cloud. The original requirements suggest that the entire sync button must be hidden for this case. But to allow those people to still sync via USB I'm opting for this solution instead. Contributes to issue CURA-9220.
2022-07-19Add contributors to change logGhostkeeper
2022-07-19Merge branch 'master' of github.com:RVillani/CuraJaime van Kessel
2022-07-19Merge pull request #12442 from amweiss/patch-1Jaime van Kessel
Rename Ender-3 profile to include v2
2022-07-19Bump version numbersJaime van Kessel
CURA-9503
2022-07-19Merge branch 'master' of github.com:heed818/CuraJaime van Kessel
2022-07-19Update anycubic_i3_mega_s.def.json (#11715)NilsRo
Added nozzle size Dynamic wall thickness by nozzle diameter Added filament costs to standard First layer speed inheritance Added maximum temp warnings Updated FAN Optimized initial purge of filament
2022-07-19Merge branch 'master' of github.com:3d-hctech/CuraJaime van Kessel
2022-07-19BUmp version number for anycubic printersJaime van Kessel
CURA-9501
2022-07-19Merge branch 'master' of github.com:ANYCUBIC-3D/CuraJaime van Kessel
2022-07-19Bump version numberJaime van Kessel
CURA-9500
2022-07-19Merge branch 'feat/ender3s1-profile' of github.com:Sebazzz/CuraJaime van Kessel
2022-07-19Merge branch '5.1'jspijker
2022-07-19Add video link for 5.1Ghostkeeper
2022-07-18Merge branch '5.1'Ghostkeeper
2022-07-18Add missing feature to change log5.0.99Ghostkeeper
This was actually completed quite a while ago (not in 5.0 yet, but in 5.1) but testing completed way later, making us miss this one.
2022-07-18Merge branch '5.1'Ghostkeeper
Conflicts: conandata.yml -> something was added in 5.1, so I kept that. Not sure why it'd be a conflict.
2022-07-18Add 'known issues' section of change logGhostkeeper
I really hope this won't become a pattern... We've always had known issues and it wouldn't do anyone any good to list all of them in the stable release change logs. But it's not my decision here.
2022-07-18Merge branch '5.1'Ghostkeeper
2022-07-18Update change log for 5.1 stableGhostkeeper
There's still 2 more tickets in the works, that I didn't add yet. We'll see if they get merged in time.
2022-07-15Merge branch '5.1'Jelle Spijker
# Conflicts: # .github/workflows/unit-test.yml
2022-07-15Merge remote-tracking branch 'origin/5.1' into 5.1c.lamboo
2022-07-15Remove line break in translation stringc.lamboo
CURA-9420
2022-07-15Fix whitespace around slashGhostkeeper
This was inconsistent with other uses in Chinese and just in and of itself. Contributes to issue CURA-9420.
2022-07-15Update translation stringsc.lamboo
CURA-9420
2022-07-15Merge pull request #12700 from sustmi/czech-translations-v5.1Casper Lamboo
Czech translations for v5.1
2022-07-15Correct grammar of this sentenceGhostkeeper
It should really end in a period. Discovered during work on CURA-9420.
2022-07-15Merge branch '5.1' of github.com:Ultimaker/Cura into 5.1Ghostkeeper
2022-07-15Fix capital letter of ParserGhostkeeper
It's in a column of descriptions where each description starts with a capital letter. However in this case the translator couldn't have known that it needs to start with a capital letter since JSON is allcaps anyway. Contributes to issue CURA-9420.
2022-07-15Update translation stringsc.lamboo
The profile name in the translation string was hard coded to be prepended before the actual string. Put this in the translation string as some languages may change the position of this part of the sentence.
2022-07-15Merge branch '5.1' of https://github.com/Patola/Cura into Patola-5.1Ghostkeeper
2022-07-15Merge branch '5.1'Jelle Spijker
2022-07-15Use `UM.Window` in the material sync dialog and the preference pagesc.lamboo
CURA-9428
2022-07-14Merge branch '5.1'Jelle Spijker
# Conflicts: # .github/workflows/conan-package.yml # .github/workflows/cura-installer.yml
2022-07-14Merge pull request #12746 from Ultimaker/CURA-9465_dark_theme_issuesEvangelos Trantos
Fix multiple dark theme issues
2022-07-13Merge branch '5.1' of github.com:Ultimaker/Cura into 5.1Jaime van Kessel
2022-07-13Removed the 'support_infill_sparse_thickness' setting from the global ↵p.kuiper
quality files and only added them to the PVA and BAM quality files. This prevents infill layer skipping during self support. Relates to PP-193
2022-07-12Enable Alternate Wall Dirs for end-users too.Remco Burema
It's a little bit unclear, but the initial reason we set this to false was because we wanted to make sure most of the 'metal print' releated features dropped in 5.1, not 5.0? still CURA-8097 .. sort of
2022-07-11Remove fill colours from some iconsGhostkeeper
The icons cannot be recoloured if they already have a colour. Contributes to issue CURA-9465.
2022-07-11Fix dark theme primary colourGhostkeeper
The dark theme was overriding the primary colour with the wrong Ultimaker Blue colour. There is a newer blue, and it was applied as 'accent_1'. The dark theme had its own version of that one too. But the old Primary colour was still the wrong one. Contributes to issue CURA-9465.
2022-07-11Remove fill from settings iconJaime van Kessel
Otherwise we can't use it in UM.ColorImage CURA-9465