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
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-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
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-08-27Increase plugin API version to 5Aleksei S
CURA-5627
2018-08-22Merge pull request #4251 from Ultimaker/CURA-5645_no_write_gcode_to_recent_filesalekseisasin
CURA-5645 Do not add saved gcodes to recent files list
2018-08-17Do not add saved gcodes to recent files listLipu Fei
2018-08-16Do not show gcode.gz as an option in save file dialogLipu Fei
CURA-5649
2018-08-03Add some extra information when the Cura can't write the files.Diego Prado Gesto
2018-06-15Cast result of getPluginObject to the plug-in type it implementsGhostkeeper
We know for sure what the type of that plug-in is, only we can't import that type because it's a plug-in. We can (and did) import the plug-in type object MeshWriter though. Contributes to issue CURA-5330.
2018-05-23Use gcode.gz as extension for GzWriterLipu Fei
CURA-5343 We have the custom save file dialog on OS X now so there is no need to use .gz to bypass the extension problem on the native dialog.
2018-04-17Fix gcode.gz double extension problem on MacLipu Fei
CURA-5228
2018-03-16Encode as UTF-8 before writing to gzGhostkeeper
Turns out that gzip only accepts bytes as input, not str. Contributes to issue CURA-5097.
2018-03-16Implement GCodeGzWriterGhostkeeper
This plug-in outputs g-code to a gzipped archive. It is used for sending prints to the Ultimaker 3 family faster. Contributes to issue CURA-5097.