Fixed tool tip length compensation and added safeguards against invalid cutting edge angles.

This commit is contained in:
Markus Lampert
2017-08-13 16:21:22 -07:00
parent 3f0e8613ac
commit 576bfd2fa8
2 changed files with 13 additions and 4 deletions

View File

@@ -221,7 +221,7 @@ class ObjectDrilling:
output += cmd + \
" X" + fmt(p['x']) + \
" Y" + fmt(p['y']) + \
" Z" + fmt(obj.FinalDepth.Value + tiplength) + qword + pword + \
" Z" + fmt(obj.FinalDepth.Value - tiplength) + qword + pword + \
" R" + str(obj.RetractHeight.Value) + \
" F" + str(self.vertFeed) + "\n" \