Bugfix uccnc_post.py

Fixed drill cycles for uccnc post
This commit is contained in:
Schildkroet
2024-02-15 21:58:35 +01:00
committed by GitHub
parent c1efba0704
commit a892e5ca7c

View File

@@ -646,7 +646,7 @@ def parse(pathobj):
commandlist.append(param + str(int(c.Parameters["S"])))
else:
if (
(not REPEAT_ARGUMENTS)
(not REPEAT_ARGUMENTS and c.Name not in ["G81", "G82", "G83"])
and (param in currLocation)
and (currLocation[param] == c.Parameters[param])
):