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-08-08Use is not operator rather than not ... isdigitalfrost
This is advocated by both PEP8 and the Google Python Style Guide
2022-08-08Use is not operator rather than not ... isdigitalfrost
This is advocated by both PEP8 and the Google Python Style Guide
2022-08-08Use is not operator rather than not ... isdigitalfrost
This is advocated by both PEP8 and the Google Python Style Guide
2022-08-01Merge pull request #12866 from Ultimaker/CURA-9220_hide_if_no_permissionJelle Spijker
Hide cloud interaction buttons if the user has no permissions to them
2022-08-01Fix curapackage intent and intents mappingsj.spijker@ultimaker.com
Contributes to SD-3871 and CURA-7667
2022-08-01Document shortcoming of isMine checkGhostkeeper
Contributes to issue CURA-9220.
2022-08-01Deprecate additionalRights propertyGhostkeeper
Consumers should now use the permissions system which gets the permissions from the account via a separate API call. Contributes to issue CURA-9220.
2022-07-29Made slice_uuid a public fieldj.spijker@ultimaker.com
Contributes to CURA-9031
2022-07-27Add the received slice_uuid to the print informationj.spijker@ultimaker.com
Contributes to CURA-9031
2022-07-25Add property of the print job being made by the current userGhostkeeper
According to the Account API, is this print job made by the same user? This property is a bit inaccurate, in that this matches by the user name. The user name might be duplicate in some systems. Contributes to issue CURA-9220.
2022-07-25Add property to get the list of permissions for the userGhostkeeper
The QML code can read this list and see if certain keys are in the list. Contributes to issue CURA-9220.
2022-07-25Upon syncing, get account permissions from APIGhostkeeper
This incurs another request every minute. But it's not provided by the log-in itself and can change, so that'll be necessary. Contributes to issue CURA-9220.
2022-07-19Merge branch '5.1'jspijker
# Conflicts: # conandata.yml
2022-07-19Only unquote once in `getMaterialFilePackageId`5.1.0c.lamboo
2022-07-19Fix saving materials with spacesc.lamboo
2022-07-15Move one directory upCURA-9365_add_conan_info_to_logJelle Spijker
Contributes to CURA-9365
2022-07-15Output to log if no conan_install_info.json was foundj.spijker@ultimaker.com
Contributes to CURA-9365
2022-07-15Output the Conan Info to the logsj.spijker@ultimaker.com
Contributes to CURA-9365
2022-07-15Reads the conan_install_info int ApplicationMetadataj.spijker@ultimaker.com
Contributes to CURA-9365
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>