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-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'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
2022-07-11Add background color for rename dialogsJaime van Kessel
CURA-9465
2022-07-11Set background color for machine actionsJaime van Kessel
Otherwise the background is always white, which makes it unusuable for darktheme CURA-9465
2022-07-11Set the correct color for inactive textJaime van Kessel
It used to be all back, which is just unreadable... CURA-9465
2022-07-11Remove stray printJaime van Kessel
2022-07-08Merge branch 'main' into CURA-9365jspijker
# Conflicts: # .github/workflows/ci.yml # .github/workflows/cura-installer.yml # .github/workflows/requirements-conan-package.txt # resources/definitions/Mark2_for_Ultimaker2.def.json # resources/definitions/elegoo_neptune_2.def.json # resources/definitions/elegoo_neptune_2D.def.json
2022-07-08Fix elegoo definitionsJaime van Kessel
2022-07-08Fix position of extruder elegooJaime van Kessel
2022-07-08Change default_value to value for elegoo_neptune for infill_patternJaime van Kessel
2022-07-08Remove deleted setting from profilesJaime van Kessel
2022-07-08Bump version number of jgaurora profileJaime van Kessel
2022-07-08Change default_value to valueJaime van Kessel
2022-07-08Remove unnedeeded default_value overideJaime van Kessel
2022-07-07increase printing temperature BAM 0.1 layerheightRijk van Manen
reduced printing temperature for BAM 0.1mm layer height profile causes extrusion issues. No drawback for increasing to the default printing temperature are found. PP-190
2022-07-07Add missing background color to WorkspaceSummaryDialog.qmljoeydelarago
CURA-9402
2022-07-06increase printing temperature BAM 0.1 layerheightPP-190_increase-printing-temperature-BAMRijk van Manen
reduced printing temperature for BAM 0.1mm layer height profile causes extrusion issues. No drawback for increasing to the default printing temperature are found. PP-190
2022-07-05Fix incorrect z_hop speed for alfawiseJaime van Kessel
Fixes #12641
2022-07-05Fix toolbar being drawn over monitor pageJaime van Kessel
CURA-9401
2022-07-04Set default for 3rd-party printers to Inside-OutGhostkeeper
Overwhelmingly in our community it seems that the overhang and seam quality is better when printing inside-out. Ultimaker found that the quality is better (in particular the dimensional accuracy) when printing outside-in. So let them have it outside-in and the rest inside-out. Made after experimental evidence on Reddit (and in the past on Github).
2022-07-01Merge pull request #12635 from ↵Remco Burema
Ultimaker/CURA-9270_discard_or_keep_changes_not_updating Add the "clear" hack to the tableModel for discardOrkeepchanges
2022-07-01Merge pull request #12634 from Ultimaker/CURA-9402_fix_background_dark_themeRemco Burema
Fix background dark theme
2022-07-01Set proper background color for open project dialogs.Remco Burema
part of CURA-9402
2022-07-01Update change log for 5.1 betaGhostkeeper
There will be more in here, but these are the ones we have for the beta.
2022-07-01Update SDK version to 8.1.0Ghostkeeper
There are new functionalities and QML elements for developers to play with.
2022-06-30Add resolve value for Raft Base Wall CountGhostkeeper
It's also a global setting and there is no particular reason for this to not be settable by a material profile or anything. Done as a 5 minute fix.
2022-06-29reduce minimum support xy distanceRijk van Manen
Setting this value smaller could cause scarring when the nozzle offset calibration is not performed. A higher value causes a too big gap between the model and support, resulting in support not being attached to the model on sloped surfaces. PP-185
2022-06-29increase support horizontal expansionRijk van Manen
A bigger horizontal expansion is improving the stability of the support structure. Setting the Support Horizontal Expansion > Support X/Y distance causes the support folding around the object, making it way harder to remove and introducing a lot of additional stringing. PP-185
2022-06-29increase retract distance of PVA to defaultRijk van Manen
PVA is stringing a lot due to the too small retract distance. This oozed material is causing under extrusion elsewhere, reducing the strength of the support. Too long retractions could cause reliability issues as well. However, since we reduced the number of retractions by ~40% for the smaller models (for bigger models it is ~0%, but then it is also not relevant since a lot of material is printed in between) with the new settings of PP-108 increasing the retract distance to 6.5mm is safe. PP-185
2022-06-29default ultimaker values result in warningsRijk van Manen
With the updated support settings of PP-108 some settings results in warnings. The warning limits are changed to avoid this. PP-185.
2022-06-29Merge pull request #12636 from Ultimaker/PP-185-improve-support-reliabilityJaime van Kessel
PP-185_improve-support-reliability
2022-06-29Add the "clear" hack to the tableModel for discardOrkeepchangesCURA-9270_discard_or_keep_changes_not_updatingJaime van Kessel
It's the same hack that we already use for the other instances where we use the tableModel. For some reason it wasn't done here, so we also had the not updating bug CURA-9270
2022-06-29Merge pull request #12573 from Ultimaker/CURA-8849_more_intent_fixesCasper Lamboo
[CURA-8849] more intent fixes
2022-06-29Properly set background for AboutDialogCURA-9402_fix_background_dark_themeJaime van Kessel
CURA-9402
2022-06-29Add more extensive descriptions for about page entriesGhostkeeper
The translators had lots of questions about these. So I'm adding more extensive descriptions for them for any future translators.
2022-06-28Merge branch '5.1'Ghostkeeper
2022-06-28Add resolve function to Remove Raft Inside CornersGhostkeeper
That way, an extruder profile can say that they want this. If any extruder needs this setting enabled, it will be enabled for the whole print. Done as a 5 minute fix.
2022-06-28Fix implicitWidth binding loop.CURA-8849_more_intent_fixesj.delarago
CURA-8849
2022-06-28Fix height binding loopsj.delarago
CURA-8849
2022-06-28default ultimaker values result in warningsPP-185-improve-support-reliabilityRijk van Manen
With the updated support settings of PP-108 some settings results in warnings. The warning limits are changed to avoid this. PP-185.
2022-06-28increase retract distance of PVA to defaultRijk van Manen
PVA is stringing a lot due to the too small retract distance. This oozed material is causing under extrusion elsewhere, reducing the strength of the support. Too long retractions could cause reliability issues as well. However, since we reduced the number of retractions by ~40% for the smaller models (for bigger models it is ~0%, but then it is also not relevant since a lot of material is printed in between) with the new settings of PP-108 increasing the retract distance to 6.5mm is safe. PP-185