mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-03 02:34:30 +08:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
fe8b7319f0
@ -179,6 +179,7 @@ class GCodeReader(MeshReader):
|
||||
|
||||
def _processGCode(self, G, line, position, path):
|
||||
func = getattr(self, "_gCode%s" % G, None)
|
||||
line = line.split(";", 1)[0] # Remove comments (if any)
|
||||
if func is not None:
|
||||
s = line.upper().split(" ")
|
||||
x, y, z, e = None, None, None, None
|
||||
|
Loading…
x
Reference in New Issue
Block a user