Commit 8c77c32
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
- vismach
- 5axis/bridgemill
- scara
- qtaxis
- gantry
- non-trivial/scara
- qtvcp_screens
- non-trivial/scara
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
0 commit comments