Skip to content

Commit 221860c

Browse files
committed
fix metrix sim
1 parent f0e4632 commit 221860c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/atc_sim/vmc_index_metric.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ DEBUG = 0
66

77
[DISPLAY]
88
DISPLAY = probe_basic
9-
OPEN_FILE = /home/chris/dev/qtpyvcp/sim/example_gcode/blank.ngc
9+
OPEN_FILE = ~/linuxcnc/nc_files/blank.ngc
10+
CONFIG_FILE = custom_config.yml
1011
CYCLE_TIME = 0.200
1112
POSITION_OFFSET = RELATIVE
1213
POSITION_FEEDBACK = ACTUAL
@@ -50,6 +51,7 @@ PATH_APPEND = ./python/
5051
PATH_APPEND = ./python/python-stdglue/
5152

5253
[RS274NGC]
54+
RS274NGC_STARTUP_CODE = F10 S300 G21 G17 G40 G49 G54 G64 P0.001 G80 G90 G91.1 G92.1 G94 G97 G98
5355
PROGRAM_PREFIX = ~/linuxcnc/nc_files
5456
PARAMETER_FILE = vmc.var
5557
SUBROUTINE_PATH = macros_sim_metric/
@@ -59,7 +61,6 @@ REMAP=M10 modalgroup=6 argspec=p ngc=m10
5961
REMAP=M11 modalgroup=6 argspec=p ngc=m11
6062
REMAP=M12 modalgroup=6 argspec=p ngc=m12
6163
REMAP=M13 modalgroup=6 ngc=m13
62-
REMAP=M14 modalgroup=6 ngc=m14
6364
REMAP=M21 modalgroup=6 ngc=m21
6465
REMAP=M22 modalgroup=6 ngc=m22
6566
REMAP=M23 modalgroup=6 ngc=m23

0 commit comments

Comments
 (0)