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-01set material specific settingsPP-170-clean-up-retraction_count_maxRijk van Manen
TPU, PP and PVA have a lower retraction count then default. PP-170
2022-06-01remove setting, follow the defaultRijk van Manen
PP-170
2022-06-01default retraction limit settingsRijk van Manen
most ultimaker profiles use this setting as a default. PP-170
2022-05-30Merge remote-tracking branch 'origin/main' into ↵p.kuiper
PP-3_improved_experimental_bridge_settings # Conflicts: # resources/definitions/ultimaker.def.json
2022-05-20Merge pull request #11623 from cbc02009/fix-voron-retractionJaime van Kessel
fix retraction speed and amount for direct drive afterburner.
2022-05-18Merge pull request #12188 from ↵9296Jaime van Kessel
Ultimaker/CURA-8708_remove_travel_acceleration_jerk Add setting to no longer use different jerk/acc for travels
2022-05-18Merge branch 'fix_tall_toolbar' of https://github.com/fieldOfView/CuraJaime van Kessel
2022-05-16Merge branch '5.0'Ghostkeeper
2022-05-16Merge branch 'change_log_update' of https://github.com/Ultimaker/Cura into ↵fvrmr
change_log_update
2022-05-16Update change_log.txtfvrmr
Remove tabs
2022-05-16Update resources/texts/change_log.txtFenne
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2022-05-16Update resources/texts/change_log.txtFenne
Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2022-05-16Add beta bug fixesfvrmr
Added beta bug fixes in a separate list. Typo's Removed the line that implied that win 7 keeps functioning, because it doesn't! Removed a line about an improvement that was only in a Alpha
2022-05-16Merge branch '5.0'Ghostkeeper
Conflicts: plugins/Marketplace/resources/qml/PackageCardHeader.qml -> An improvement for future translations was made at the same time as a change to the label here.
2022-05-16Added UI fixesfvrmr
Forgot to add all the UI fixes (those were not part of automating the changelog script) I added only the important fixes like drag and drop, scrollbar on tooltip etc
2022-05-16Update change_log.txtfvrmr
Updated the changelog with all the bug fixes and added community translations. Removed changelog from 4.9.1
2022-05-16Add learn more to all languagesj.delarago
CURA-9141
2022-05-16Updated Chinese translations from github. Many of these were G-code -> ↵j.delarago
G-Code which was unwanted, so I removed them from the commit. CURA-9141
2022-05-16Add back missing translationsj.delarago
CURA-9141
2022-05-13Merge branch 'CURA-9216_ToolTip' of github.com:Ultimaker/Cura into 5.0Jaime van Kessel
2022-05-13Add setting to no longer use different jerk/acc for travelsCURA-8708_remove_travel_acceleration_jerkGhostkeeper
Enabling this adds more control, possibly improving the productivity of the printer by allowing higher acceleration and jerk rates during travel moves where they have less of an impact. Disabling this reduces the size of the g-code and the CPU requirements of the printer. Contributes to issue CURA-8708.
2022-05-13Add brackets for increased readability.Remco Burema
I had to try out what this actually did, fortunately, the result was the same as the without brackets version in all cases, otherwise we'd have a pretty weird problem. relates to PP-168 and in 5.0 becasue of CURA-9293
2022-05-13After more research it was observered that this change decreased the print ↵p.kuiper
quality of normal prints and only improved the quality in the spiral mode. Therefore the higher deviation settings is only enabled for the in spiralize mode. Relates to PP-168
2022-05-13This setting change results in a reduction of the bufferunderrun blobs that ↵p.kuiper
were observered when switching from Cura 4.13 to 5.0. Increasing the deviation results in less small segments and reduces the segments per second. Stijn Antz observered that the blob artefacts disappeared when applying this change. Relates to PP-168
2022-05-12Merge branch 'patch-1' of https://github.com/xDazld/Cura into xDazld-patch-1Ghostkeeper
2022-05-11Merge pull request #12161 from Ultimaker/CURA-9106_color_image_weird_scalingCasper Lamboo
[CURA-9106] Make parent item of ExtruderIcons handle all scaling.
2022-05-11Fix for tooltipCURA-9216_ToolTipc.lamboo
Problem was that the mouse events were not properly propagated to the underlying mouse area. Fixed by placing the MouseArea on top of the content (instead of under) and allowing the mouse events to propagate through the mouse area. CURA-9219
2022-05-11Fix alignment.CURA-9106_color_image_weird_scalingRemco Burema
CURA-9106 Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-05-10Properly align center.Remco Burema
CURA-9106
2022-05-10Make parent item of ExtruderIcons handle all scaling.Remco Burema
CURA-9106
2022-05-10Merge branch '9145_fonts_look_ticker' of github.com:Ultimaker/Cura into 5.0Jaime van Kessel
2022-05-10Merge branch '5.0'Ghostkeeper
2022-05-10Use border only on active stateGhostkeeper
Contributes to issue CURA-9217.
2022-05-10Render labels using `Text.QtRendering` on OSXc.lamboo
Fonts were looking a bit to thick on when using `Text.NativeRendering`, so using `Text.QtRendering` instead. After this the font weight looks identical to figma (as far as I can see). In this commit I also changed all `Label`'s to `UM.Label`'s and removed default properties where I could. CURA-9154
2022-05-10Revert "Render labels using `Text.QtRendering` on OSX"c.lamboo
This reverts commit f0e3c19a34d1fde3b7ec4fd95677fbefa2028b26.
2022-05-10Render labels using `Text.QtRendering` on OSXc.lamboo
Fonts were looking a bit to thick on when using `Text.NativeRendering`, so using `Text.QtRendering` instead. After this the font weight looks identical to figma (as far as I can see). In this commit I also changed all `Label`'s to `UM.Label`'s and removed default properties where I could. CURA-9154
2022-05-10Move 'zh_TW' translation to incomplete status for 5.0.0Remco Burema
The volunteer translator who'd normally do this never replied to our email. Hopefully this can be rectified in the next version.
2022-05-10Fix injection warning for hamburger menuJaime van Kessel
2022-05-10Merge branch '5.0' of github.com:Ultimaker/CuraJaime van Kessel
2022-05-10Merge branch 'fix_material_print_settings' of ↵Jaime van Kessel
https://github.com/fieldOfView/Cura into 5.0
2022-05-10Fix storing the "dont show this again" of the project savingJaime van Kessel
2022-05-09Merge branch '5.0'Ghostkeeper
2022-05-09Show a border around text fields and drop-downs when hoveringGhostkeeper
And when they are focused. This applies to the setting text fields, extruder selectors and drop-downs as well as to the machine settings. Contributes to issue CURA-9217.
2022-05-09Merge branch '5.0'Ghostkeeper
2022-05-09Don't override size of extruder iconsGhostkeeper
Just let them be the default size of Cura.ExtruderIcon, which is the only correct size. It is already properly centred in the tab, too. Contributes to issue CURA-9180.
2022-05-09Make buttons in account fill the whole widthGhostkeeper
That makes them easier to click. The text of these buttons was going outside of the buttons themselves. That could be a problem, but it's not visible since the button has no background. Contributes to issue CURA-9143.
2022-05-09Merge branch 'CURA-9143_dropdown_item_width' of github.com:Ultimaker/CuraJaime van Kessel
2022-05-09Make buttons in account fill the whole widthGhostkeeper
That makes them easier to click. The text of these buttons was going outside of the buttons themselves. That could be a problem, but it's not visible since the button has no background. Contributes to issue CURA-9143.
2022-05-06Merge pull request #11278 from Eryone/masterRemco Burema
Add eryone_thinker_directdrive profile
2022-05-06Update newly merged 3rd party printer settings version to current one.Remco Burema