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-05-31Update bugreport.yamlJaime van Kessel
2022-05-31Add "Status: Triage" to bug reportJaime van Kessel
2022-05-30Merge branch 'main' of github.com:Ultimaker/Cura into mainGhostkeeper
2022-05-30Update master branch to main in XML file linkGhostkeeper
Because the default branch name changed.
2022-05-30Merge branch 'appdata.xml' of https://github.com/Tim453/Cura into ↵Ghostkeeper
Tim453-appdata.xml
2022-05-30Merge pull request #11745 from ↵Jaime van Kessel
Ultimaker/PP-3_improved_experimental_bridge_settings Better default for the experimental bridge settings. See PP-3 for det…
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-25Merge branch 'master'Ghostkeeper
2022-05-25Merge branch 'master' of github.com:Ultimaker/CuraGhostkeeper
2022-05-23Update no-response to use GH actions instead of a botJaime van Kessel
2022-05-23Update no-response to use GH actions instead of a botJaime van Kessel
2022-05-23Also send short OpenGL versionGhostkeeper
This is the one we're more likely to be interested in. Done as a 5 minute fix.
2022-05-23Fix translation containing HTML tagsGhostkeeper
Let's not confuse the translators by requiring to translate these in the future. Done as a 5 minute fix.
2022-05-20Merge pull request #11623 from cbc02009/fix-voron-retractionJaime van Kessel
fix retraction speed and amount for direct drive afterburner.
2022-05-20Catch UnicodeDecodeErrors when parsing error messages from serverGhostkeeper
Stupid recursive errors. Fixes Sentry issue CURA-3VB.
2022-05-19Fix crash when server sends invalid JSON dataGhostkeeper
If readJSON fails, it puts an entry in the log and then returns None. This then crashes with a TypeError because you can't check for things to be in None. Fixes Sentry issue CURA-3V5.
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-17Merge branch '4.13' of github.com:Ultimaker/CuraJaime van Kessel
2022-05-17Secure another 'environment-settable via Qt' DLL.Remco Burema
SEC-258 a.k.a. CURA-8969
2022-05-16Merge branch '5.0'Ghostkeeper
2022-05-16Merge branch 'change_log_update' into 5.0Ghostkeeper
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-16Fix import for file dialogGhostkeeper
Without this, the page fails to load, showing nothing, because the FileDialog element doesn't exist. I don't know why this is necessary for Qt6, but we had to do this for all other FileDialog uses too. Done as a 5-minute fix.
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-16Update names of function callsj.delarago
CURA-9141
2022-05-16Use startswith for more pythonic code.j.delarago
Swap out while True with for line in f.readlines. This will now termitate without having to catch a StopIteration error. CURA-9141
2022-05-16Code style and typing improvementsJoey de l'Arago
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2022-05-16Added my script for updating one of our po files with a po file from the ↵j.delarago
community. This should save some time next time we get a scrambled po file. CURA-9141
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-13Merge pull request #12186 from ↵Remco Burema
Ultimaker/CURA-9293__PP-168__UM2+C_buffer_underrun_cherry-picks [PP-168] [CURA-9293] Fix UM2+C buffer underruns
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-11Merge pull request #12162 from Ultimaker/CURA-9147_double_resource_pathsCasper Lamboo
Remove extra resource path from Python file
2022-05-10Properly align center.Remco Burema
CURA-9106