mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
D5: Added class documentation
This commit is contained in:
parent
c18b3149da
commit
897f01150b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue