dodalem probe basic
This commit is contained in:
44
configs/probe_basic_lathe/custom_config.yml
Normal file
44
configs/probe_basic_lathe/custom_config.yml
Normal file
@@ -0,0 +1,44 @@
|
||||
# example of a machine specific settings
|
||||
windows:
|
||||
mainwindow:
|
||||
kwargs:
|
||||
confirm_exit: false
|
||||
|
||||
data_plugins:
|
||||
tooltable:
|
||||
provider: qtpyvcp.plugins.tool_table:ToolTable
|
||||
kwargs:
|
||||
columns: {{ ini.DISPLAY.tool_table_columns }}
|
||||
|
||||
offsettable:
|
||||
provider: qtpyvcp.plugins.offset_table:OffsetTable
|
||||
kwargs:
|
||||
columns: {{ ini.DISPLAY.offset_columns }}
|
||||
|
||||
settings:
|
||||
|
||||
# VTK backplot view settings
|
||||
|
||||
backplot.show-grid:
|
||||
default_value: false
|
||||
|
||||
backplot.show-program-bounds:
|
||||
default_value: false
|
||||
|
||||
backplot.show-program-labels:
|
||||
default_value: false
|
||||
|
||||
backplot.show-program-ticks:
|
||||
default_value: false
|
||||
|
||||
backplot.show-machine-bounds:
|
||||
default_value: false
|
||||
|
||||
backplot.show-machine-labels:
|
||||
default_value: false
|
||||
|
||||
backplot.show-machine-ticks:
|
||||
default_value: false
|
||||
|
||||
backplot.perspective-view:
|
||||
default_value: false
|
||||
Reference in New Issue
Block a user