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-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-08Convert doxygen to rst for GcodeReader, GcodeGzReader/Writer,Nino van Hooff
GCodeProfileReader
2018-08-17Do not add saved gcodes to recent files listLipu Fei
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-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.