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
2022-04-20Upgrade SDK version to 8.0.0 for Cura 5.0upgrade_sdk_to_800Remco Burema
2021-06-17Now unused API field only took integers originally.Remco Burema
We want to keep it this way so people can still make plugins work for older versions of Cura, like 3.6, where the 'api' field with just a single major version, instead of the 'supported_sdk_versions', which can be either a version-string like '7.6.0' or a list of version strings.
2021-06-15Update SDK/API from 7.5.0 to 7.6.0 for 4.10Remco Burema
CURA-8320
2021-04-06Increment SDK version to 7.5.0Ghostkeeper
The Cura 4.9 release will have expanded functionality. If you have a plug-in that uses this functionality, marking it as using SDK 7.5.0 will notify older Cura releases that they can't use that plug-in.
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-07-20Correct and consistent spelling of g-codeGhostkeeper
This spelling is in Ultimaker's style guide. We use g-code, and capitalise the G if it's at the start of a sentence or header. Pretty good score, considering there are literally thousands of user- or log-visible strings mentioning g-code across Cura.
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-08Convert doxygen to rst for GcodeReader, GcodeGzReader/Writer,Nino van Hooff
GCodeProfileReader
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-08-27F5 reloads gcode fileLipu Fei
CURA-6643
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-09-27Move MIME type declarations into constructors of readersGhostkeeper
So that if you disable the plug-in, the MIME type declaration is also not added. Fixes #4151.
2018-09-27Define gcode.gz extension in GCodeGzReaderGhostkeeper
So if you were to disable the GCodeGzReader plug-in, you will now no longer see the extension in the files you can read. Fixes #4151.
2018-08-27Increase plugin API version to 5Aleksei S
CURA-5627
2018-06-29Removed unneeded application reference in construction of meshreadersJaime van Kessel
2018-05-23CURA-5164 Make the mesh readers compliant with the new signature of the mesh ↵Diego Prado Gesto
reader. Also adapt the tests.
2018-04-25Remove unused importLipu Fei
2018-04-25Should use .gcode.gzLipu Fei
2018-04-17Fix gcode.gz double extension problem on MacLipu Fei
CURA-5228
2018-03-23Merge branch 'master' into feature_gz_readerDiego Prado Gesto
2018-03-23CURA-5128 Modify the GCode parser to use a stream instead of a file soDiego Prado Gesto
we can reuse methods for the GCodeGZReader.
2018-03-22Remove needlessly specific super callGhostkeeper
There is only one parent. Contributes to issue CURA-5128.
2018-03-22Correct documentationGhostkeeper
Contributes to issue CURA-5128.
2018-03-22CURA-5128 cleanup .gz and only leave .gcode.gz as Cura and Uranium now ↵Jack Ha
accept extensions with multiple periods
2018-03-22CURA-5128 add .gz to non sliceable extensionsJack Ha
2018-03-21CURA-5128 WIP compressed g-code readerJack Ha