Ghostkeeper
db15bc84cf
Correct and consistent spelling of g-code
...
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-07-20 13:36:49 +02:00
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
946b2b943e
F5 reloads gcode file
...
CURA-6643
2019-08-27 14:42:31 +02:00
Ghostkeeper
0ce9bf61be
Move MIME type declarations into constructors of readers
...
So that if you disable the plug-in, the MIME type declaration is also not added.
Fixes #4151 .
2018-09-27 13:58:06 +02:00
Ghostkeeper
88ba2ac345
Define gcode.gz extension in GCodeGzReader
...
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-09-27 13:27:42 +02:00
Jaime van Kessel
b4f59a7822
Removed unneeded application reference in construction of meshreaders
2018-06-29 09:25:38 +02:00
Diego Prado Gesto
ddd7b056f3
CURA-5164 Make the mesh readers compliant with the new signature of the mesh reader. Also adapt the tests.
2018-05-23 17:17:41 +02:00
Lipu Fei
48eda4d0dc
Remove unused import
2018-04-25 16:44:32 +02:00
Lipu Fei
cbc45bffd0
Should use .gcode.gz
2018-04-25 16:43:59 +02:00
Lipu Fei
b763b2a5a0
Fix gcode.gz double extension problem on Mac
...
CURA-5228
2018-04-17 15:02:29 +02:00
Diego Prado Gesto
bc5881fe1d
Merge branch 'master' into feature_gz_reader
2018-03-23 17:15:55 +01:00
Diego Prado Gesto
dd0d0d20e9
CURA-5128 Modify the GCode parser to use a stream instead of a file so
...
we can reuse methods for the GCodeGZReader.
2018-03-23 17:14:53 +01:00
Ghostkeeper
4430a15a2f
Remove needlessly specific super call
...
There is only one parent.
Contributes to issue CURA-5128.
2018-03-22 16:34:11 +01:00
Ghostkeeper
378cde202c
Correct documentation
...
Contributes to issue CURA-5128.
2018-03-22 16:33:30 +01:00
Jack Ha
c2888529cb
CURA-5128 cleanup .gz and only leave .gcode.gz as Cura and Uranium now accept extensions with multiple periods
2018-03-22 14:35:21 +01:00
Jack Ha
457b3543d7
CURA-5128 WIP compressed g-code reader
2018-03-21 13:57:51 +01:00