Skip to content

Commit

Permalink
Merge pull request #1 from J-Dunn/ocl-tip-angle
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
J-Dunn committed Sep 27, 2020
2 parents 1ef3184 + 1830c14 commit 28f4ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Path/PathScripts/PathSurfaceSupport.py
Expand Up @@ -2528,11 +2528,11 @@ def _oclConeCutter(self):
# Engraver or V-bit cutter
# OCL -> ConeCutter::ConeCutter(diameter, angle, length)
if (self.diameter == -1.0 or
self.cuttingEdgeAngle == -1.0 or self.cutEdgeHeight == -1.0):
self.cutEdgeAngle == -1.0 or self.cutEdgeHeight == -1.0):
return
self.oclTool = self.ocl.ConeCutter(
self.diameter,
self.cuttingEdgeAngle,
self.cutEdgeAngle/2.,
self.cutEdgeHeight + self.lengthOffset
)

Expand Down

0 comments on commit 28f4ab9

Please sign in to comment.