Add coolant feature to Ops

This commit is contained in:
Daniel Wood
2019-08-28 19:33:36 +01:00
parent 8b0e244ed4
commit bdcccc08b1
7 changed files with 8 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ class ObjectEngrave(PathEngraveBase.ObjectOp):
def opFeatures(self, obj):
'''opFeatures(obj) ... return all standard features and edges based geomtries'''
return PathOp.FeatureTool | PathOp.FeatureDepths | PathOp.FeatureHeights | PathOp.FeatureStepDown | PathOp.FeatureBaseEdges
return PathOp.FeatureTool | PathOp.FeatureDepths | PathOp.FeatureHeights | PathOp.FeatureStepDown | PathOp.FeatureBaseEdges | PathOp.FeatureCoolant
def setupAdditionalProperties(self, obj):
if not hasattr(obj, 'BaseShapes'):