Nino van Hooff
89f0970a88
Remove trailing whitespace from Python files
2020-05-29 14:30:33 +02:00
Nino van Hooff
40327c4259
Convert doxygen to rst for GcodeReader, GcodeGzReader/Writer,
...
GCodeProfileReader
2020-05-08 15:58:51 +02:00
Lipu Fei
1079a9be2c
Do not add saved gcodes to recent files list
2018-08-17 10:53:30 +02:00
Diego Prado Gesto
38a0c9b66d
Add some extra information when the Cura can't write the files.
2018-08-03 12:02:11 +02:00
Ghostkeeper
10f22f9c25
Cast result of getPluginObject to the plug-in type it implements
...
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-06-15 15:09:19 +02:00
Ghostkeeper
88912e3973
Encode as UTF-8 before writing to gz
...
Turns out that gzip only accepts bytes as input, not str.
Contributes to issue CURA-5097.
2018-03-16 16:06:46 +01:00
Ghostkeeper
c1ea1320f0
Implement GCodeGzWriter
...
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.
2018-03-16 16:06:35 +01:00