Merge pull request #12426 from Schildkroet/bugfix_uccnc_drillcycles

[Path] Bugfix uccnc_post.py
This commit is contained in:
sliptonic
2024-02-19 17:50:13 +01:00
committed by GitHub

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])
):