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 (Collapse)Author
2020-10-22Up the SDK version to 7.4.0Kostas Karmas
In preparation for release of the 4.8. CURA-7795
2020-08-07Update the SDK version to 7.3.0 for 4.7Kostas Karmas
CURA-7641
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-15Convert doxygen to rst for UltimakerMachineActions, USBPrintingNino van Hooff
2020-04-21Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6Nino van Hooff
CURA-7383
2020-02-10Bump SDK version number of Cura 4.5 to 7.1Ghostkeeper
We've added new things to our API. This allows plug-in developers to use them. Contributes to issue CURA-7205.
2019-10-21Change SDK version to 7.0.0Nino van Hooff
CURA-6858
2019-09-16Remove UM2 upgrade selection machine actionGhostkeeper
Instead of choosing the Olsson block with this wizard, choose it by choosing the correct definition to start with. Contributes to issue CURA-6775.
2019-04-17Fix themingLipu Fei
CURA-6435
2019-04-05Fix incorrect reference in UM2UpgradeSelectionMachineActionLipu Fei
CURA-6435
2019-03-20Merge WIP_onboardingLipu Fei
2019-03-20Move PrinterOutputDevice into cura.PrinterOutput moduleLipu Fei
2019-03-19WIP: Remove UMOCheckup MachineActionLipu Fei
Not used any more.
2019-03-19WIP: Cleanup and unify MachineAction stylesLipu Fei
2018-12-17Update plugin versions to match package versionsLipu Fei
CURA-6019
2018-12-14Increment API version to 6Ghostkeeper
All plug-ins now have to re-check whether they are still compatible with the current version of Cura. Contributes to issue CURA-6019.
2018-10-18Fix code styleGhostkeeper
Most stuff here was recently changed. Some of it was where I found a pattern in something that was likely copy-pasted from somewhere else, so I did a global search and replace on that. Contributes to issue CURA-5784.
2018-10-04Fix code style and unused importsfieldOfView
2018-10-03Move Firmware Updater into a plugin of its ownfieldOfView
2018-10-03Fix MYPY/typing errorsfieldOfView
2018-10-03Fix showing progressfieldOfView
2018-10-03Create firmware update progress window from QMLfieldOfView
2018-09-28Fix typofieldOfView
2018-09-28Move getDefaultFirmwareName() into GlobalStackfieldOfView
2018-09-28Merge branch 'master' into feature_firmware_updaterfieldOfView
2018-08-27Increase plugin API version to 5Aleksei S
CURA-5627
2018-08-22Factor out USBPrinterManager singletonfieldOfView
2018-08-22Allow printer output devices to set their ability to update firmwarefieldOfView
2018-08-08Add canUpdateFirmware property to printer output devicesfieldOfView
2018-07-11Only use setMetaDataEntry()Lipu Fei
2018-05-08Cura-5296 Use separate packages.json files in app and user dataIan Paschal
2018-04-09Home head only by X- and Y axis, do extra bedHome (G28 Z)Aleksei S
CURA-4844
2018-03-28CURA-5158 Create a custom signal that is emitted when global containerDiego Prado Gesto
changes and output devices change.
2018-03-08Call moveHead and moveBed on the printer modelGhostkeeper
Instead of on the output device. This function was moved, which caused Cura to crash when the bed levelling procedure was called. Contributes to issue CURA-5061.
2018-03-08Switch if-statement around for fail checkingGhostkeeper
This reduces indent and makes the control flow a bit easier to read in my opinion. Contributes to issue CURA-5061.
2018-03-08Add typing for _getPrinterOutputDevicesGhostkeeper
Then my IDE will give hints on where a printer of the wrong type is being added. Contributes to issue CURA-5061.
2018-02-14Merge branch '3.2'Ghostkeeper
Lots of conflicts due to rounding vs. flooring of text element positions for weirdness with the font aliasing.
2018-02-14Change Math.floor to Math.round as a last try to fix garbled fontsMark
CURA-4941
2018-02-09resolve conflictMark
2018-02-09Fix rounding errors for garbled textMark
CURA-4941
2018-02-01Merge remote-tracking branch 'origin/3.2'Lipu Fei
2018-01-31CURA-4897 Minor changesDiego Prado Gesto
2018-01-31Merge branch '3.2'Diego Prado Gesto
2018-01-30Fix Olsson Block binding in UM2 machine settingsLipu Fei
CURA-4897
2017-12-19Fixed the firmware update for USB printJaime van Kessel
CL-541
2017-12-15Disable UMO checkup actionJaime van Kessel
2017-11-27Fix toggling UM2 upgrades on extruder 0 - CURA-4626ChrisTerBeke
2017-11-20Merge pull request #2685 from Ultimaker/container_stack_improvementsChrisTerBeke
Container stack improvements
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-08-04Remove redundant createDefinitionChangesContainer() in UMOUpgradeSelectionLipu Fei