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
path: root/cura
AgeCommit message (Collapse)Author
2022-07-08Use the app_root to obtain the resourcesj.spijker@ultimaker.com
Contributes to CURA-9365
2022-07-01Update SDK version to 8.1.0Ghostkeeper
There are new functionalities and QML elements for developers to play with.
2022-06-30Merge branch 'CURA-9365_fix_building_cura_main' into 5.1Ghostkeeper
2022-06-29Search unsecure when not frozenj.spijker@ultimaker.com
Also added share/<dep>/resources releative to sys.executable Contributes to CURA-9365
2022-06-29Map new conan local cache resourcesj.spijker@ultimaker.com
Contributes to CURA-9365
2022-06-29Merge pull request #12590 from Ultimaker/CURA-7667_intents_in_packagesCasper Lamboo
Intents in packages
2022-06-29Merge branch '5.1' into CURA-9365_fix_building_cura_mainGhostkeeper
2022-06-27Merge remote-tracking branch 'origin/CURA-9365_fix_building_cura_main' into ↵c.lamboo
CURA-9365_fix_building_cura_main
2022-06-27Add res folder to resource folderc.lamboo
CURA-9365
2022-06-27Initial set-up of deploy functionalityj.spijker@ultimaker.com
Contributes to CURA-9365
2022-06-27Merge pull request #12476 from Ultimaker/CURA-9271Casper Lamboo
[CURA-9271] Build plate shrinks when using horizontal scaling shrinkage compensation
2022-06-24Add at a minumum a very small border around the edges of the build plate. ↵CURA-9271j.delarago
Otherwise models with shrinkage compensation (or any model with disallowed areas around it) can be placed so that the output model is off the build plate. CURA-9271
2022-06-23Ensure that intents and variants are also copied from packagesCURA-7667_intents_in_packagesJaime van Kessel
Although we only really need the intents, it doesn't hurt to also include the variants. No idea if we will ever need or use it, but we might as well add it now. CURA-7667
2022-06-21Merge remote-tracking branch 'origin/5.1' into CURA-9365_fix_building_cura_mainJelle Spijker
2022-06-17Remove duplicated codeJaime van Kessel
CURA-9352
2022-06-17Merge remote-tracking branch 'origin/5.1' into CURA-9365_fix_building_cura_mainJelle Spijker
2022-06-16Remove todos that are no longer applicablej.delarago
Remove debug print statement CURA-9321
2022-06-16On initial startup, when assigning your first printer the ↵j.delarago
ActiveIntentQualitiesModel.py would not be updated. Causing an error unsupported configuration to show. Fixed by updating the model when the globalContainer is changed as well. CURA-8849
2022-06-16Merge branch 'main' into CURA-9365_fix_building_cura_mainJelle Spijker
2022-06-16Merge pull request #12530 from ↵Jaime van Kessel
Ultimaker/CURA-8610_save_required_packages_metadata [CURA-8610] save required packages metadata
2022-06-16Add missing importj.delarago
CURA-8849
2022-06-16Merge branch 'main' into CURA-9365_fix_building_cura_mainJelle Spijker
2022-06-15Merge pull request #12528 from Ultimaker/CURA-8849Casper Lamboo
[CURA-8849] Improve intent profile selection
2022-06-15Better typingj.delarago
CURA-8849
2022-06-15Suggested changesj.delarago
CURA-8849
2022-06-15Apply suggestions from code reviewJoey de l'Arago
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-06-15Update cura/Machines/Models/IntentSelectionModel.pyJoey de l'Arago
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-06-15Update cura/Machines/Models/IntentSelectionModel.pyJoey de l'Arago
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-06-15Update cura/Machines/Models/ActiveIntentQualitiesModel.pyJoey de l'Arago
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-06-15Update cura/Machines/Models/ActiveIntentQualitiesModel.pyJoey de l'Arago
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-06-15Update cura/Machines/Models/ActiveIntentQualitiesModel.pyJoey de l'Arago
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-06-15Update cura/Machines/Models/ActiveIntentQualitiesModel.pyJoey de l'Arago
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-06-15Remove excessive logs, make path search recursive for materials.CURA-8610_save_required_packages_metadataj.delarago
CURA-8610
2022-06-15Add logs for debuggingj.delarago
CURA-8610
2022-06-15Use os.path.join instead of appending a "/" since this is os specific.j.delarago
Remove possible bad conversion to str for path.
2022-06-15Revert "temu extra logging for debugging"j.delarago
This reverts commit febb7f1205451546ad543505d2104bd5fdb0d92e.
2022-06-15temu extra logging for debuggingj.delarago
2022-06-15add bundled paths logj.delarago
2022-06-15Stop returning quality types from inactive quality groups. This was causing ↵j.delarago
the resolution drop down to show unavailable resolutions. CURA-8849
2022-06-14Implement sending a signal when changing intent changes quality levelGhostkeeper
For now it does nothing. But I'm adding a function that should cause the combobox to pulse. That'll be a new feature so I'm implementing it in a separate commit. Contributes to issue CURA-8849.
2022-06-14Show profile group name in boldGhostkeeper
That highlights it relative to the layer height. Contributes to issue CURA-8849.
2022-06-14Update the resolution dropdown model whenever a custom profile is enabled. ↵j.delarago
Otherwise it won't reflect the custom profiles parent resolution. CURA-8849
2022-06-14Merge branch 'main' into CURA-9365_fix_building_cura_mainJelle Spijker
2022-06-14Added new intent selection buttons and resolution drop down to replace the ↵j.delarago
matrix. We are now selecting intents first and then quality, however the container hierarchy quality -> intents. This is the reason for the new functions inside machine manager. CURA-8849
2022-06-14Add intent change signal so intent changes can trigger updates in resolution ↵j.delarago
drop down. CURA-8849
2022-06-13Use dev as development versionj.spijker@ultimaker.com
Since we're no longer running from `master` branch It is more fitting to rename it to either dev or main. This version is only used when running from source when the CURA_VERSION variable isn't set while performing the `conan install` Contributes to CURA-9365
2022-06-13Merge branch 'CURA-8610_add_package_metadata' of github.com:Ultimaker/CuraJaime van Kessel
2022-06-12Merge branch 'main' into CURA-9365_fix_building_cura_mainJelle Spijker
2022-06-12Set the CuraVersion with the conan optionsj.spijker@ultimaker.com
Contributes to CURA-9365
2022-06-08We were previously both scaling down the buildplate and scaling up the ↵j.delarago
disallowed areas of the models with shrinkage compensation. Doing both reduces the max usable area when scaling. The solution is to do only one of these options. Removing the disallowed area works fine when scaling models from their center. However we scale 2 or more models from the buildplate center rather than the model center. This means that the models can go outside the buildplate without it being obvious from the visualization. The better solution is to remove the buildplate x/y scaling and keep the disallowed areas. Removed shrinkage factor build volume scaling on x and y. This information is shown already by scaling the allowed areas around the objects. Kept the bounding box scaling for z. This shows the max height a model can be. The objects disallowed area does not show this information. Also removed scaling on non model disallowed areas on the build plate since this does not need to scale with the build plate anymore. CURA-9271