mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:39:01 +08:00
D5: Added class documentation
This commit is contained in:
parent
c18b3149da
commit
897f01150b
@ -25,6 +25,7 @@ import math
|
|||||||
import re
|
import re
|
||||||
|
|
||||||
|
|
||||||
|
# Class for loading and parsing G-code files
|
||||||
class GCodeReader(MeshReader):
|
class GCodeReader(MeshReader):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(GCodeReader, self).__init__()
|
super(GCodeReader, self).__init__()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user