mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add the skeleton of the plugin
Contributes to CURA-5155.
This commit is contained in:
parent
8c41bc86d2
commit
412bcc9b90
5 changed files with 75 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue