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