Skip to content

Commit 8c77c32

Browse files
committed
configs: remove redundant same-value duplicate INI keys
Follow-up to the previous commit. These configs repeat a key within one section with the *same* value. LinuxCNC uses the first occurrence, so the repeats are pure redundancy with no behaviour change -- removing them just de-clutters the configs. - [TRAJ] MAX_LINEAR_VELOCITY = 58 duplicated in: sim/axis/gantry/gantry.ini, sim/axis/gantry/gantry_jjog.ini, sim/qtaxis/gantry/qt_gantry.ini, sim/qtvcp_screens/qt_gantry.ini, sim/qtvcp_screens/qtdefault_gantry.ini - [RS274NGC] HAL_PIN_VARS = 1 duplicated in: sim/axis/vismach/scara/scara.ini, sim/qtaxis/non-trivial/scara/scara.ini, sim/qtvcp_screens/non-trivial/scara/scara.ini - [DISPLAY] GEOMETRY = XYZCBW duplicated in: sim/axis/vismach/5axis/bridgemill/5axis.ini The Sherline4Axis configs also have same-value duplicates, but they sit in a "# for gui only" block next to a conflicting MAX_LINEAR_VELOCITY that needs a separate decision, so they are left for a follow-up.
1 parent af6f62e commit 8c77c32

9 files changed

Lines changed: 0 additions & 9 deletions

File tree

configs/sim/axis/gantry/gantry.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ LINEAR_UNITS = inch
7575
ANGULAR_UNITS = degree
7676
DEFAULT_LINEAR_VELOCITY = 1.0
7777
MAX_LINEAR_VELOCITY = 58
78-
MAX_LINEAR_VELOCITY = 58
7978

8079
[EMCIO]
8180
TOOL_TABLE = sim.tbl

configs/sim/axis/gantry/gantry_jjog.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ LINEAR_UNITS = inch
8080
ANGULAR_UNITS = degree
8181
DEFAULT_LINEAR_VELOCITY = 1.0
8282
MAX_LINEAR_VELOCITY = 58
83-
MAX_LINEAR_VELOCITY = 58
8483

8584
[EMCIO]
8685
TOOL_TABLE = sim.tbl

configs/sim/axis/vismach/5axis/bridgemill/5axis.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ MACHINE = Sim-5Axis Bridge Mill (xyzbcw)
88
OPEN_FILE = ./5axisgui.ngc
99
INCREMENTS = 10 mm, 1 mm, .1 mm
1010
JOG_AXES = XYZC
11-
GEOMETRY = XYZCBW
1211
DISPLAY = axis
1312
CYCLE_TIME = 0.200
1413
POSITION_OFFSET = RELATIVE

configs/sim/axis/vismach/scara/scara.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ PYVCP = scara.xml
1818

1919
[RS274NGC]
2020
SUBROUTINE_PATH = ./remap_subs
21-
HAL_PIN_VARS = 1
2221
HAL_PIN_VARS = 1
2322
REMAP = M428 modalgroup=10 ngc=428remap
2423
REMAP = M429 modalgroup=10 ngc=429remap

configs/sim/qtaxis/gantry/qt_gantry.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ LINEAR_UNITS = inch
7373
ANGULAR_UNITS = degree
7474
DEFAULT_LINEAR_VELOCITY = 1.0
7575
MAX_LINEAR_VELOCITY = 58
76-
MAX_LINEAR_VELOCITY = 58
7776

7877
[EMCIO]
7978
TOOL_TABLE = sim.tbl

configs/sim/qtaxis/non-trivial/scara/scara.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ py = python3
6969

7070
[RS274NGC]
7171
SUBROUTINE_PATH = ./remap_subs
72-
HAL_PIN_VARS = 1
7372
HAL_PIN_VARS = 1
7473
REMAP = M428 modalgroup=10 ngc=428remap
7574
REMAP = M429 modalgroup=10 ngc=429remap

configs/sim/qtvcp_screens/non-trivial/scara/scara.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ py = python
7070

7171
[RS274NGC]
7272
SUBROUTINE_PATH = ./remap_subs
73-
HAL_PIN_VARS = 1
7473
HAL_PIN_VARS = 1
7574
REMAP = M428 modalgroup=10 ngc=428remap
7675
REMAP = M429 modalgroup=10 ngc=429remap

configs/sim/qtvcp_screens/qt_gantry.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ LINEAR_UNITS = inch
7373
ANGULAR_UNITS = degree
7474
DEFAULT_LINEAR_VELOCITY = 1.0
7575
MAX_LINEAR_VELOCITY = 58
76-
MAX_LINEAR_VELOCITY = 58
7776

7877
[EMCIO]
7978
TOOL_TABLE = ../sim.tbl

configs/sim/qtvcp_screens/qtdefault_gantry.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ LINEAR_UNITS = inch
7676
ANGULAR_UNITS = degree
7777
DEFAULT_LINEAR_VELOCITY = 1.0
7878
MAX_LINEAR_VELOCITY = 58
79-
MAX_LINEAR_VELOCITY = 58
8079

8180
[EMCIO]
8281
TOOL_TABLE = ../sim.tbl

0 commit comments

Comments
 (0)