zmiana narzedzia dzała (wraca skad zaczal)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Generated by stepconf 1.1 at Wed Apr 9 15:06:15 2025
|
||||
# Generated by stepconf 1.1 at Thu Apr 10 16:24:36 2025
|
||||
# If you make changes to this file, they will be
|
||||
# overwritten when you run stepconf again
|
||||
|
||||
@@ -47,6 +47,35 @@ CYCLE_TIME = 0.010
|
||||
[RS274NGC]
|
||||
PARAMETER_FILE = linuxcnc.var
|
||||
|
||||
# start up G/M codes when first loaded
|
||||
RS274NGC_STARTUP_CODE = G17 G21 G40 G43H0 G54 G64P0.0127 G80 G90 G94 G97 M5 M9
|
||||
|
||||
# subroutine/remap path list
|
||||
SUBROUTINE_PATH =\
|
||||
~/linuxcnc/nc_files/examples/ngcgui_lib:\
|
||||
~/linuxcnc/nc_files/examples/ngcgui_lib/utilitysubs:\
|
||||
~/linuxcnc/nc_files/examples/remap-subroutines:\
|
||||
~/linuxcnc/nc_files/examples/remap_lib
|
||||
|
||||
# is the sub, with is called when a error during tool change happens.
|
||||
ON_ABORT_COMMAND=O <on_abort> call
|
||||
|
||||
# The remap code for QtVCP's versaprobe's automatic tool probe of Z
|
||||
REMAP=M6 modalgroup=6 prolog=change_prolog ngc=qt_auto_probe_tool epilog=change_epilog
|
||||
|
||||
# required for python remaps
|
||||
[PYTHON]
|
||||
# The path to start a search for user modules. ie python's sys.path.insert(0,PATH)
|
||||
#PATH_PREPEND = ~/linuxcnc/nc_files/examples/remap_lib/python-stdglue/python
|
||||
|
||||
# The path start point for all remap searches ie. python's sys.path.append()
|
||||
PATH_APPEND = ~/linuxcnc/nc_files/examples/remap_lib/python-stdglue/python
|
||||
# path to the tremap's 'oplevel file
|
||||
TOPLEVEL = ~/linuxcnc/nc_files/examples/remap_lib/python-stdglue/python/toplevel.py
|
||||
# set remap debug level
|
||||
#LOG_LEVEL = 1000
|
||||
|
||||
|
||||
[EMCMOT]
|
||||
EMCMOT = motmod
|
||||
COMM_TIMEOUT = 1.0
|
||||
@@ -76,6 +105,17 @@ TOOL_TABLE = tool.tbl
|
||||
USE_PROBE = versaprobe
|
||||
#USE_PROBE = basicprobe
|
||||
|
||||
[VERSA_TOOLSETTER]
|
||||
X = 100
|
||||
Y = 40
|
||||
Z = -30
|
||||
Z_MAX_CLEAR = -2
|
||||
MAXPROBE = 40
|
||||
|
||||
[CHANGE_POSITION]
|
||||
X = 10
|
||||
Y = 10
|
||||
Z = -2
|
||||
|
||||
[MDI_COMMAND_LIST]
|
||||
# for macro buttons on main oage up to 10 possible
|
||||
|
||||
Reference in New Issue
Block a user