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-03-25remove wall_order_center_lastcenter_last_settingTim Kuipers
We decided this setting had no real use to the user
2022-03-25fix default for inset_directionTim Kuipers
2022-03-03Make Wall Ordering option Center Last into its own settingTim Kuipers
2022-02-24Fix crash when visible_settings is missing from pre-4.8 project filesGhostkeeper
Found this while testing the new Qt interface.
2022-02-24Merge pull request #11536 from ↵Casper Lamboo
Ultimaker/CURA-8834_marketplace_packages_install_status_in_list Show install, uninstall & disable buttons in packages list
2022-02-24Merge pull request #11531 from Ultimaker/CURA-8762_marketplace_cleanupCasper Lamboo
Marketplace cleanup
2022-02-24Remove unneeded properties from package cardJaime van Kessel
As per review. CURA-8762
2022-02-24Add clarifying comment to a small hackJaime van Kessel
CURA-8762
2022-02-24Apply suggestions from code review Jaime van Kessel
CURA-8762 Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-02-23Show install, uninstall & disable buttons in packages listJaime van Kessel
This splits up the single show controls property into three seperate ones and no longer hides installed packages from the plugin & materials list CURA-8834
2022-02-23Merge branch 'PP-96_update-(un)retract-speeds' of github.com:Ultimaker/CuraJaime van Kessel
2022-02-23Add help links to bannersJaime van Kessel
CURA-8762
2022-02-23Remove read more button on packagecardJaime van Kessel
CURA-8762
2022-02-23Change top external button to point to marketplace websiteJaime van Kessel
CURA-8762
2022-02-22Let readmore point towards marketplace URLJaime van Kessel
CURA-8762
2022-02-22Add placeholders for material & plugin iconsJaime van Kessel
CURA-8762
2022-02-22Ensure that scrollbar is centeredJaime van Kessel
CURA-8762
2022-02-22Remove unused fontMetrics objectsJaime van Kessel
CURA-8762
2022-02-22Don't nest all content in background rectJaime van Kessel
This way we don't have an extra identation depth, makes it a bit easier to read CURA-8726
2022-02-22Fix margins for OnboardBannerJaime van Kessel
Re-usable components shouldn't really be setting layout themselves. This should be done by whomever creates them. The actual fix is that the banner no longe sets all margins, only left & right CURA-8726
2022-02-22Merge pull request #11334 from Ultimaker/variable_walls_stitchingCasper Lamboo
Variable walls stitching
2022-02-22Revert "reenable alternate_walls"Tim Kuipers
This reverts commit 9b43ab3ad756de3d6f0e1e855bfc5af1928db21f. The material_alternate_walls setting was supposed to be disabled. Something to do with hardware. See CURA- 8079
2022-02-22Hide download count in manage pageJaime van Kessel
CURA-8726
2022-02-22Fix spacingJaime van Kessel
CURA-8762
2022-02-22Fix positioning of marketplace searchbarJaime van Kessel
CURA-8762
2022-02-22material specific exceptions on the defaultsRijk van Manen
Some materials can handle higher unretract speeds. Also some unnecessary overwrites of the defaults are removed. PP-96
2022-02-22PVA can handle high unretract speedsRijk van Manen
Even for the bigger nozzle. PP-96
2022-02-22follow the machine defaults for AA04 nozzlesRijk van Manen
The machine defaults are already geared towards the use of AA0.4 nozzles. PP-96
2022-02-22dont change behaviour of AA08 nozzlesRijk van Manen
The retract behaviour for the bigger nozzles is not that good already. We want to take a look at these profiles later and leave them untouched for now. PP-96
2022-02-22small nozzle size handles fast unretract very wellRijk van Manen
This statement is already in the S3 and S5 AA0.25 nozzle cfg file. PP-96
2022-02-22update definitions of ultimaker2+C, S3 and S5Rijk van Manen
These printers have the same feeder and therefore share the same retract settings. The retract speed is set high by default and the unretract speed low by default. This is a safe and good default. PP-96
2022-02-22Merge branch 'master' of github.com:Ultimaker/CuraJaime van Kessel
2022-02-22Add max values for int settings that didn't have them yetJaime van Kessel
Fixes #11514 See also c8b491e9e7915b3e5534dee0d4576d7a1bafca20
2022-02-22Merge pull request #11505 from Ultimaker/origin-visualization-improvementsJaime van Kessel
inverted y and z colors
2022-02-18inverted y and z colors10r3n20
2022-02-18Merge pull request #11501 from alexandr-vladimirov/masterJaime van Kessel
Fix cura-build-environment link in README.md
2022-02-17Fix cura-build-environment link in README.mdalexandr-vladimirov
2022-02-17Merge branch 'CURA-8031_modifier_meshes_in_one_at_a_time_mode' of ↵Jaime van Kessel
github.com:Ultimaker/Cura
2022-02-17Merge pull request #11023 from NilsRo/masterJaime van Kessel
Update anycubic_i3_mega_s.def.json CURA-8971
2022-02-17Merge pull request #11486 from Ultimaker/origin-visualization-improvementsJaime van Kessel
Origin visualization improvements
2022-02-16Add check for build plate number to modifier mesh list.j.delarago
CURA-8031
2022-02-16Duplicate modifier meshes for all objects in one at a time mode.j.delarago
CURA-8031
2022-02-16Merge branch 'patch-1' of https://github.com/inigoml/Cura into inigoml-patch-1Ghostkeeper
2022-02-15adjusted colors and size of origin gizmo10r3n20
2022-02-15adjusted buildplate grid color10r3n20
2022-02-14Update anycubic_i3_mega_s.def.jsonNilsRo
Deleted travel_compensate_overlapping_wall as property is removed
2022-02-14Embed more sizes in the ico file so that it looks betterEvangelos Trantos
2022-02-14Add drawing of how per object stacks workJaime van Kessel
2022-02-11Added Nylon quality presets for the Artillery Printer (#11463)Superbrain8
* Added Definitions for Nylon CURA-8952
2022-02-11Clarify some documentation in the PerObjectSettingVisibilityHandlerJaime van Kessel
We often used shorthands for stack / instance / definition, but this made it harder for people that are very familiar with the code to understand what is going on. Contributes to #11455