File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ DEBUG = 0
66
77[DISPLAY]
88DISPLAY = 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
1011CYCLE_TIME = 0.200
1112POSITION_OFFSET = RELATIVE
1213POSITION_FEEDBACK = ACTUAL
@@ -50,6 +51,7 @@ PATH_APPEND = ./python/
5051PATH_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
5355PROGRAM_PREFIX = ~/linuxcnc/nc_files
5456PARAMETER_FILE = vmc.var
5557SUBROUTINE_PATH = macros_sim_metric/
@@ -59,7 +61,6 @@ REMAP=M10 modalgroup=6 argspec=p ngc=m10
5961REMAP =M11 modalgroup =6 argspec =p ngc =m11
6062REMAP =M12 modalgroup =6 argspec =p ngc =m12
6163REMAP =M13 modalgroup =6 ngc =m13
62- REMAP =M14 modalgroup =6 ngc =m14
6364REMAP =M21 modalgroup =6 ngc =m21
6465REMAP =M22 modalgroup =6 ngc =m22
6566REMAP =M23 modalgroup =6 ngc =m23
You can’t perform that action at this time.
0 commit comments