fix github warning

This commit is contained in:
David Kaufman
2025-10-08 20:04:10 -04:00
parent 9e830949a8
commit 09e984d1ce

View File

@@ -140,7 +140,6 @@ def GenerateGCode(op, obj, adaptiveResults):
depthPerOneCircle = length * math.tan(helixAngleRad)
if obj.HelixMaxStepdown.Value != 0 and obj.HelixMaxStepdown.Value < depthPerOneCircle:
depthPerOneCircle = obj.HelixMaxStepdown.Value
helixAngleRad = math.atan(depthPerOneCircle / length)
stepUp = max(obj.LiftDistance.Value, 0)