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
2019-07-26Fix issue with deprecation and pyqtSlotJaime van Kessel
2019-07-24Remove cache of material managerGhostkeeper
2019-07-23Increment SDK version to 6.2Ghostkeeper
2019-07-22Also connect the objectsModel to the selectionChanged signalJaime van Kessel
2019-07-19Fix crash when attempting to set build plate for selectionJaime van Kessel
2019-07-03Listen to 'material-changed' since it doesn't update immediately.Remco Burema
2019-07-02Fix CuraVerison.py configurationLipu Fei
2019-07-02Hardcode Cura SDK version with each releaseLipu Fei
2019-07-02Merge branch 'type_fix_build_volume'Ghostkeeper
2019-07-02Prime-brim calculation needs adhesion extruder, not just any.Remco Burema
2019-07-01Fix crash when loading multi-extrusion printGhostkeeper
2019-07-01Fix deprecation decorator breaking the getExtruder functionJaime van Kessel
2019-07-01Guard against broken importGhostkeeper
2019-07-01Add typingGhostkeeper
2019-06-28Further simplify the build volume codeJaime van Kessel
2019-06-28Remove old unused codeJaime van Kessel
2019-06-28Made typing hint a bit more specificJaime van Kessel
2019-06-28Remove unused codeJaime van Kessel
2019-06-28Add missing typingJaime van Kessel
2019-06-18Add typingGhostkeeper
2019-06-17Merge remote-tracking branch 'origin/master' into CURA-6460_remove_square_towerLipu Fei
2019-06-14Fix translatability of caution messageGhostkeeper
2019-06-12Merge branch 'rename_minimum_diameter' into CURA-6460_remove_square_towerGhostkeeper
2019-06-12Increment setting_version to 8Ghostkeeper
2019-06-07Fix situation where _calculateMoveFromWallRadius could cause exceptionJaime van Kessel
2019-06-07Split out all the individual steps for getting the edgeDisallowedSizeJaime van Kessel
2019-06-07Split out updating the machine size properties so it can be tested easilyJaime van Kessel
2019-06-07Small code simplificationJaime van Kessel
2019-06-07Add tests for calculating the extra z clearanceJaime van Kessel
2019-06-07Add some unhappy flow tests for rebuildJaime van Kessel
2019-06-07Refactor the rebuild function to cut it up in smaller bitsJaime van Kessel
2019-06-07Also move _getMachineTypeNameFromId to DiscoveredPrintersModelJaime van Kessel
2019-06-07Move hasHumanReadableMachienTypeName to discovered printersJaime van Kessel
2019-06-07Added few more deprecation warnings for functions that bloat the machine managerJaime van Kessel
2019-06-07Add test for computation of prime blobJaime van Kessel
2019-06-07Make _geSettingFromAllExtruders use zipJaime van Kessel
2019-06-07Fix typing for BuildvolumeJaime van Kessel
2019-06-06Merge pull request #5768 from Ultimaker/CURA-5395-orthographic-viewLipu Fei
2019-06-06Remove square prime tower. [CURA-6460]Remco Burema
2019-06-06Increase the looking from offset so model doesn't get cut offJaime van Kessel
2019-06-06Revert "Clean up snapshot code"Jaime van Kessel
2019-06-06Clean up snapshot codeJaime van Kessel
2019-06-05Fix scale for just ungrouped objectsLipu Fei
2019-06-05Mark objects that are completely below the buildplate as outside of the build...Jaime van Kessel
2019-06-04Simplify checkLipu Fei
2019-06-03Merge branch 'fix_emptyviewmenucomponent_url' of https://github.com/fieldOfVi...Ghostkeeper
2019-06-03Handle functions in user or user-changes profilesGhostkeeper
2019-06-02Fix creating QUrl to EmptyViewMenuComponent.qmlfieldOfView
2019-05-31Split up the rebuild function of the buildvolumeJaime van Kessel
2019-05-31Added simple test for BuildVolumeJaime van Kessel