Search found 1 match

by Sam Plasma Cut
Thu Oct 01, 2020 12:03 pm
Forum: Problems and questions
Topic: Add custom tool variables
Replies: 13
Views: 10081

Re: Add custom tool variables

Use DefineCustomToolParam: post.DefineCustomToolParam("WaterTool", "Pump pressure", "pressure", sc.unit0DECPLACE, 40000, 20000, 60000) This will create a new parameter called 'Pump pressure' in your waterjet tool definitions. It will have a default of 40000, a minimum ...