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 (Expand)Author
2020-03-18Gracefully handle the sitation if the changelog was not foundJaime van Kessel
2020-03-17Revert "Ensure the default Trust violation handler is always called"Nino van Hooff
2020-03-13Merge pull request #7182 from Ultimaker/CURA-7016Nino van Hooff
2020-03-13Fix variant from extruder not restoring correctlyJaime van Kessel
2020-03-06Gracefully fail if the profile can't be set currentlyGhostkeeper
2020-03-03Ensure the default Trust violation handler is always calledNino van Hooff
2020-02-28Prevent crash when the start_idx could not be foundJaime van Kessel
2020-02-28Be a bit more gracefull when adding a machine failedJaime van Kessel
2020-02-28Prevent max recursion for convex hull calculationJaime van Kessel
2020-02-28Add a check that fixes wrong variants upon setting an active machineJaime van Kessel
2020-02-28Split up an overly long call into shorter readable bitsJaime van Kessel
2020-02-28Add missing typingJaime van Kessel
2020-02-25Merge branch '4.5'Ghostkeeper
2020-02-25Merge pull request #7122 from Ultimaker/CURA-7223/remove_crashHandlerTim Kuipers
2020-02-24Apply suggestions from code review Jaime van Kessel
2020-02-24Update cura/CrashHandler.pyNino van Hooff
2020-02-24Update cura/CrashHandler.py Nino van Hooff
2020-02-24Prune all sensitive data before sending it to SentryNino van Hooff
2020-02-17Merge branch '4.5' of github.com:Ultimaker/CuraJaime van Kessel
2020-02-17Prevent crashing on PermissionError when importing http.server (#7095)Ghostkeeper
2020-02-17Removed the user input from the CrashHandler as we are not using it for sendi...Dimitriovski
2020-02-17Fix crashing when material could not be foundJaime van Kessel
2020-02-10Merge branch '4.5'Ghostkeeper
2020-02-10Bump SDK version number of Cura 4.5 to 7.1Ghostkeeper
2020-02-08WIP: Make it work with Python 3.7 packaingLipu Fei
2020-02-04Merge branch 'feature_value_from_container_function' of https://github.com/fi...Jaime van Kessel
2020-02-04Ensure that setActiveExtruderCount correctly emits the extruderEnablechanged ...Jaime van Kessel
2020-02-04Merge pull request #6988 from Ultimaker/CURA-7071konskarm
2020-02-03Merge branch 'CURA-7099_sync_sideloaded_plugins'Ghostkeeper
2020-01-31Merge branch 'WH_unzip_backups_security' of github.com:Ultimaker/CuraJaime van Kessel
2020-01-31Check if main config file is in backup zip.Remco Burema
2020-01-31Add missing ignoreJaime van Kessel
2020-01-31Use state in AuthorizationServiceJaime van Kessel
2020-01-31Increase size of the verificationCodeJaime van Kessel
2020-01-30Fix "typo" caused by cleanup before pushfieldOfView
2020-01-30Remove unused URLJaime van Kessel
2020-01-29Process review commentsNino van Hooff
2020-01-28Add valueFromContainer() and extruderValueFromContainer() functionsfieldOfView
2020-01-28Always subscribe to packages after installing themNino van Hooff
2020-01-28Make Marketplace link configurable from the build systemGhostkeeper
2020-01-28Merge branch 'CURA-6914_Reset_print_sequence_when_reactivating_2nd_extruder' ...Jaime van Kessel
2020-01-27Enforce Cura API to be a singletonGhostkeeper
2020-01-24Reset print_sequence when reactivating extruder 2Kostas Karmas
2020-01-17Guard against selection pass not existing yetGhostkeeper
2020-01-16Added a 'Marketplace' icon in the header of the ToolboxDimitriovski
2020-01-16Fix getting correct initial extruder numberGhostkeeper
2020-01-15Merge branch 'fix__init__typing' of https://github.com/fieldOfView/Cura into ...Ghostkeeper
2020-01-15Merge branch 'master' of github.com:Ultimaker/CuraJaime van Kessel
2020-01-15Fix arranger crashJaime van Kessel
2020-01-14Fix typing in __init__ methods to appease MYPYfieldOfView