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
diff options
context:
space:
mode:
authorDiego Prado Gesto <d.pradogesto@ultimaker.com>2019-03-08 23:57:07 +0300
committerDiego Prado Gesto <d.pradogesto@ultimaker.com>2019-03-08 23:57:07 +0300
commit412bcc9b901b7cc66d5b1aa04d0af3461a5ce56b (patch)
tree226f6ecdfb3e917ee71e9af3a508237eed268cc8 /plugins/GCodeReader
parent8c41bc86d2e1c0fffef199da75a7402f1f4ab63f (diff)
Add the skeleton of the plugin
Contributes to CURA-5155.
Diffstat (limited to 'plugins/GCodeReader')
-rwxr-xr-xplugins/GCodeReader/GCodeReader.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/GCodeReader/GCodeReader.py b/plugins/GCodeReader/GCodeReader.py
index 1bc22a3e62..b9e948dfea 100755
--- a/plugins/GCodeReader/GCodeReader.py
+++ b/plugins/GCodeReader/GCodeReader.py
@@ -12,9 +12,6 @@ catalog = i18nCatalog("cura")
from . import MarlinFlavorParser, RepRapFlavorParser
-
-
-
# Class for loading and parsing G-code files
class GCodeReader(MeshReader):
_flavor_default = "Marlin"