Path: Drilling. Fix drillbit tip compensation.

This commit is contained in:
kogolbok
2017-08-13 19:49:26 +03:00
parent 49d75f88be
commit 3f0e8613ac

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" \