Fixed heights and introduced OpStockZMin/Max.

This commit is contained in:
Markus Lampert
2018-08-13 22:49:42 -07:00
parent 94fa64077b
commit c495ed43f8
4 changed files with 21 additions and 9 deletions

View File

@@ -81,8 +81,8 @@ class SetupSheet:
DefaultSafeHeightOffset = '3 mm'
DefaultClearanceHeightOffset = '5 mm'
DefaultSafeHeightExpression = "StartDepth+${SetupSheet}.SafeHeightOffset"
DefaultClearanceHeightExpression = "StartDepth+${SetupSheet}.ClearanceHeightOffset"
DefaultSafeHeightExpression = "OpStockZMax+${SetupSheet}.SafeHeightOffset"
DefaultClearanceHeightExpression = "OpStockZMax+${SetupSheet}.ClearanceHeightOffset"
DefaultStartDepthExpression = 'OpStartDepth'
DefaultFinalDepthExpression = 'OpFinalDepth'