fix github warning

This commit is contained in:
David Kaufman
2025-11-17 14:06:08 -05:00
parent 9e830949a8
commit 09e984d1ce
-1
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)