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 (Expand)Author
2021-12-28Search/replace Qt5->Qt6.Remco Burema
2021-08-09Add missing campaign tagsKonstantinos Karmas
2021-06-14Fix code style Ghostkeeper
2021-06-10Set object bottom to be on buildplate with center model actionJaime van Kessel
2020-09-07Update bugreport linkJaime van Kessel
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-04-21Converted comments in dir Cura/cura to rst styleJelle Spijker
2020-01-10Fix bunch of issues found by pylintJaime van Kessel
2019-09-10Move 'lay flat by face' operation to Uranium.Remco Burema
2019-09-03Merge branch 'feature_bottom_face' of https://github.com/Ultimaker/Cura into ...Remco Burema
2019-09-03Less cryptic max face-id.Remco Burema
2019-09-03Add None check in bottomFaceSelection()Lipu Fei
2019-09-03Rename to getEndFaceSelectionId()Lipu Fei
2019-09-03Make magic value into funtion (max face-id).Remco Burema
2019-09-02Added 'align selected face with buildplate' feature.Remco Burema
2019-07-19Fix crash when attempting to set build plate for selectionJaime van Kessel
2018-12-21Correct link to manualGhostkeeper
2018-12-21Use HTTPS for Help linksGhostkeeper
2018-11-27Fix typingJaime van Kessel
2018-08-15Adjust default position of camera based on diagonal sizeGhostkeeper
2018-07-03Fix code-styleDiego Prado Gesto
2018-06-04Fix circular imports with CuraApplicationGhostkeeper
2018-06-01Add missing type for locally created listGhostkeeper
2018-06-01Fix typesGhostkeeper
2018-05-25Merge branch 'master' into WIP_improve_initializationDiego Prado Gesto
2018-05-23CURA-5370 The minimum offset between objects in the Arranger is now determine...Jack Ha
2018-05-04WIP: Make application initialization and start up more clearLipu Fei
2018-03-14CURA-4400 fix setting extruder number on a group printed with mixed extrudersJack Ha
2018-01-23Fixes for resetting print time information when removing all or last model, r...ChrisTerBeke
2018-01-11CURA-4525 fix placement on load to only avoid objects on current build plateJack Ha
2018-01-04CURA-4525 solved merge conflictJack Ha
2018-01-03Merge branch 'CURA-4525-multi-build-plate-merge' of github.com:Ultimaker/Cura...Jack Ha
2018-01-03CURA-4525 deselect after move to build plate and build plate changeJack Ha
2018-01-03Fix for CURA-4111Ian
2018-01-03Also move other operations into operations subfolderChrisTerBeke
2017-11-08CURA-4525 updated scene node menu and added multi buildplate arrangeJack Ha
2017-11-07CURA-4525 party working objects list and build platesJack Ha
2017-11-06CURA-4104 added first sucky build plate selection optionsJack Ha
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-09-16Add menu item to reset the camerafieldOfView
2017-04-24Workaround a tiny display issue with checkable MenuItemsArjen Hiemstra
2017-04-24Change the selected extruder for all child nodes of a groupArjen Hiemstra
2017-04-24Rename setSelectionExtruder to setExtruderForSelectionArjen Hiemstra
2017-04-24Remove superfluous return statementArjen Hiemstra
2017-04-24Use cura. for imports instead of relative imports`Arjen Hiemstra
2017-04-20Add a setSelectionExtruder method to CuraActionsArjen Hiemstra
2017-04-20Add a deleteSelection method to CuraActionsArjen Hiemstra
2017-04-20Add a multiplySelection method to CuraActionsArjen Hiemstra
2017-04-20Add a centerSelection method to CuraActionsArjen Hiemstra
2017-01-10Applied the profiler's pyqtSlot decorator to all of the code.Simon Edwards