[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-11-03 14:11:26 +00:00
parent a11355e21d
commit 7707dc1ade

View File

@@ -402,8 +402,12 @@ def parse(pathobj):
param + format(float(pos.getValueAs(UNIT_FORMAT)), precision_string)
)
if command in ["G0"] and "Z" not in c.Parameters \
and pathobj.Label == "Drilling" and "R" in currLocation.keys():
if (
command in ["G0"]
and "Z" not in c.Parameters
and pathobj.Label == "Drilling"
and "R" in currLocation.keys()
):
if not OUTPUT_DOUBLES:
continue
else: