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-11-08The engine now operataes on the area _before_ the offset.CURA-9548_min_support_area_splitRemco Burema
The frontend should compensate for that: Do _not_ apply the formula, as this now happens implicitly. CURA-9548
2022-11-04Revert "Restrict permissions, should only need to read here."Remco Burema
This reverts commit 61a491f910abd2fbb69d3da02f76995ec2926c26.
2022-11-04Restrict permissions, should only need to read here.Remco Burema
2022-11-04Merge branch 'main' into PR-13661Remco Burema
2022-11-04Manually revert part of PR.Remco Burema
It shouldn't really be nescesary, but you _can_ put any gcode flavour in relative or absolute, so we should also deal with that in the pause-at-height script.
2022-11-04Merge branch 'main'Remco Burema
2022-11-03build info and create in one stepj.spijker@ultimaker.com
2022-11-03Use lockfile and build_idjelle spijker
2022-11-03Create Artifactory build infojelle spijker
2022-11-03Use ref.base_name for prjelle spijker
2022-11-01Added Triage status labelMariMakes
An attempt to improve responsiveness on feature requests.
2022-10-30Merge pull request #11678 from Ultimaker/brim_per_material_optimized_orderRemco Burema
Brim overhaul: New features and bug fixes
2022-10-30Engine should know to (not) offset the nozzles w.r.t. disallowed areas.Remco Burema
part of CURA-9066
2022-10-30Fix unlinked brim settings behaviour.Remco Burema
Some brim settings seemed to behave as if they where linked, when in fact for any extruder set to -1 the 'default extruder' was set by some hacky code that supposedly fixes a 'dissallowed area' issue, very likely also related to the skirt/brim settings. Since dissalowed area for skirt/brim will not be a thing anymore, at least in the front-end, due to CURA-9066 (the 'parent' jira ticket that was blocked by this bug); it was sinplest just to remove the hack altogether. (Otherwise we'd have to make an artificial distinction between -1 and None as it relates to 'Not Set/Used' versus 'Not Overridden', only to then force it back to -1 in situations that call for it -- like communicating to the engine.) CURA-9553
2022-10-28Merge pull request #13680 from Ultimaker/Update-splash-screenJaime van Kessel
Updated splashscreen
2022-10-28Updated splashscreenLorenzo Romagnoli
Updated splash screen logo with new logo with capital M
2022-10-28Merge pull request #13671 from Ultimaker/CURA-9808-update-ulti-maker-logoJoey de l'Arago
Update logo.svg
2022-10-27Update logo.svgCURA-9808-update-ulti-maker-logoLorenzo Romagnoli
2022-10-26build: harden notify_on_print_profile_change.yml permissionsAlex
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-10-26Merge pull request #13651 from Ultimaker/PP-251_create_annealing_intentJaime van Kessel
Create a resolve function on the "support_enable" setting
2022-10-26Merge branch 'main' of github.com:Ultimaker/Cura into ↵Jaime van Kessel
PP-251_create_annealing_intent
2022-10-25Merge branch 'main' into brim_per_material_optimized_orderRemco Burema
2022-10-21Merge pull request #12254 from Ultimaker/fix_materials_list_too_smallJoey de l'Arago
Allow text to be wider if favourite button is not shown
2022-10-21Merge pull request #13319 from Ladnessness/mainJoey de l'Arago
Update Actions.qml
2022-10-20Fix unit-tests.Remco Burema
part of CURA-9769
2022-10-20Reverse sorting, newer machines on top.Remco Burema
Same brand or name, but with a higher number should generally be first, so reverse sorting. CURA-9769
2022-10-19Merge pull request #13575 from Ultimaker/PP-42_improved_initial_layer_settingsJaime van Kessel
PP-42_improved_initial_layer_settings
2022-10-17Add 5.3.0-alpha entryjelle spijker
2022-10-17fix mistakesRijk van Manen
PP-42
2022-10-17remove specific initial layer bed temperatureRijk van Manen
Forgot to remove an initial layer setting. PP-42
2022-10-17make initial flow settings a fraction of the initial layer flowRijk van Manen
PP-42
2022-10-17Merge branch 'main' into PP-42_improved_initial_layer_settingsRijk van Manen
2022-10-16Merge branch '5.2'Jelle Spijker
2022-10-16use new master/s-line as tipjelle Spijker
2022-10-14Merge branch '5.2'c.lamboo
2022-10-14Merge pull request #13551 from Ultimaker/5.2_translationsCasper Lamboo
5.2 translations
2022-10-14Merge pull request #13520 from sustmi/5.2_translations-cs_CZCasper Lamboo
Czech translations for v5.2
2022-10-14Update translationsc.lamboo
2022-10-14More updates for the changelog for 5.2Remco Burema
2022-10-14Update changelog for 5.2Remco Burema
2022-10-13Fix nightly buildsjelle spijker
2022-10-12Abstract printer types: Sort newer ones on top.Remco Burema
Partial (manual) revert of initial implementatio of CURA-9748 -- that first commit deleted the 'reverse = True' needed to make sure (read hack) the most recent abstract printer types on top, instead of the other way around.
2022-10-12Merge branch '5.2'Remco Burema
2022-10-12Merge pull request #13546 from Ultimaker/CURA-9746_recommened_intent_tooltipsCasper Lamboo
[CURA-9746] Re-add tooltips for intent profile selection in recommended.
2022-10-12Add width to intent tool tipsc.lamboo
CURA-9746
2022-10-12Merge pull request #13542 from Ultimaker/CURA-9670Remco Burema
Fix correct version number in uninstaller for patch releases
2022-10-12Merge pull request #13541 from Ultimaker/CURA-9526Remco Burema
Ensure the complete install folder is removed
2022-10-12Review suggestion; best practices; javascript. Remco Burema
done as part of CURA-9746 Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-10-12Re-add tooltips for intent profile selection in recommended.Remco Burema
They where skipped over when transferring the radio bar to the current large button based setup. CURA-9746
2022-10-12Sort cloud printers in printer selection dropdown menuc.lamboo
CURA-9748