Skip to content

Commit 10f9fc7

Browse files
committed
More translation-triggered changes.
1 parent 8b48ccf commit 10f9fc7

File tree

4 files changed

+49
-49
lines changed

4 files changed

+49
-49
lines changed

docs/src/gcode/g-code.adoc

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ M2 (end program)
162162

163163
If cutter compensation is active, the motion will differ from
164164
the above; see the <<sec:cutter-radius-compensation,Cutter Compensation>>
165-
Section.
165+
section.
166166

167167
If 'G53' is programmed on the same line, the motion will also differ;
168-
see the <<gcode:g53,G53>> Section for more information.
168+
see the <<gcode:g53,G53>> section for more information.
169169

170170
The path of a G0 rapid motion can be rounded at direction changes and
171171
depends on the <<sec:trajectory-control,trajectory control>> settings
@@ -212,10 +212,10 @@ M2 (end program)
212212

213213
If cutter compensation is active, the motion will differ from
214214
the above; see the <<sec:cutter-radius-compensation,Cutter Compensation>>
215-
Section.
215+
section.
216216

217217
If 'G53' is programmed on the same line, the motion will also differ;
218-
see the <<gcode:g53,G53>> Section for more information.
218+
see the <<gcode:g53,G53>> section for more information.
219219

220220
It is an error if:
221221

@@ -963,8 +963,8 @@ The UV, WU and VW planes do not support arcs.
963963
It is a good idea to include a plane selection in the preamble
964964
of each G-code file.
965965

966-
The effects of having a plane selected are discussed in Section
967-
<<gcode:g2-g3,G2 G3 Arcs>> and Section <<gcode:g80-g89,G81 G89>>.
966+
The effects of having a plane selected are discussed in section
967+
<<gcode:g2-g3,G2 G3 Arcs>> and section <<gcode:g80-g89,G81 G89>>.
968968

969969
[[gcode:g20-g21]]
970970
== G20, G21 Units(((G20 Units)))
@@ -1262,7 +1262,7 @@ A comment of the form '(PROBEOPEN filename.txt)' will open
12621262
'filename.txt' and store the 9-number coordinate consisting of
12631263
XYZABCUVW of each successful straight probe in it.
12641264
The file must be closed with '(PROBECLOSE)'. For more information
1265-
see the <<gcode:comments,Comments>> Section.
1265+
see the <<gcode:comments,Comments>> section.
12661266

12671267
An example file 'smartprobe.ngc' is included (in the examples directory)
12681268
to demonstrate using probe moves to log to a file the coordinates of a
@@ -1349,7 +1349,7 @@ User M100-M199 commands are allowed when Cutter Compensation is on.
13491349

13501350
The behavior of the machining center when cutter compensation
13511351
is on is described in the <<sec:cutter-radius-compensation,Cutter Compensation>>
1352-
Section along with code examples.
1352+
section along with code examples.
13531353

13541354
It is an error if:
13551355

@@ -1637,7 +1637,7 @@ G64 <P- <Q->>
16371637
arc-line cases as well as line-line benefit from the 'naive cam
16381638
detector'. This improves contouring performance by simplifying the
16391639
path. It is OK to program for the mode that is already active. See
1640-
also the <<sec:trajectory-control,Trajectory Control>> Section for
1640+
also the <<sec:trajectory-control,Trajectory Control>> section for
16411641
more information on these modes.
16421642
If Q is not specified then it will have the same behavior as before
16431643
and use the value of P-.
@@ -2029,7 +2029,7 @@ The height of the retract move at the end of each repeat (called
20292029
'clear Z' in the descriptions below) is determined by the setting of
20302030
the retract mode, either to the original Z position (if that is above
20312031
the R position and the retract mode is 'G98', OLD_Z), or otherwise to
2032-
the R position. See the <<gcode:g98-g99,G98 G99>> Section.
2032+
the R position. See the <<gcode:g98-g99,G98 G99>> section.
20332033

20342034
[[gcode:canned-cycle-errors]]
20352035
=== Canned Cycle Errors(((Canned Cycle Errors)))
@@ -2198,7 +2198,7 @@ N240 M2 (program end)
21982198
----
21992199

22002200
[NOTE]
2201-
Notice the z position change after the first four holes.
2201+
Notice the Z position change after the first four holes.
22022202
Also, this is one of the few places where line numbers have some value,
22032203
being able to point a reader to a specific line of code.
22042204

@@ -2601,13 +2601,13 @@ program a G92.2 (to remove them - they are still stored).
26012601

26022602
[NOTE]
26032603
The 'G52' command can also be used to change this offset; see the
2604-
<<sec:g52-and-g92-offsets,Offsets>> Section for more details about
2604+
<<sec:g52-and-g92-offsets,Offsets>> section for more details about
26052605
'G92' and 'G52' and how they interact.
26062606

2607-
See the <<cha:coordinate-system,Coordinate System>> Section for an
2607+
See the <<cha:coordinate-system,Coordinate System>> section for an
26082608
overview of coordinate systems.
26092609

2610-
See the <<sec:overview-parameters,Parameters>> Section for more
2610+
See the <<sec:overview-parameters,Parameters>> section for more
26112611
information.
26122612

26132613
[[gcode:g92.1-g92.2]]

docs/src/gcode/m-code.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ M5 $2
132132
----
133133

134134
If the $ is omitted then behaviour is exactly as normal for a single
135-
spindle machine
135+
spindle machine.
136136

137137
It is OK to use 'M3' or 'M4' if the <<sec:set-spindle-speed,S>>
138138
spindle speed is set to zero. If this is done

docs/src/gcode/machining-center.adoc

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ directions.
7474
=== Coolant(((coolant)))
7575

7676
Flood coolant and mist coolant may each be turned on independently.
77-
The RS274/NGC language turns them off together see Section
77+
The RS274/NGC language turns them off together see section
7878
<<mcode:m7-m8-m9,M7 M8 M9>>.
7979

8080
=== Feed and Speed Override(((feed override)))(((spindle override)))
@@ -86,13 +86,13 @@ speed used in machining at some percentage of the programmed rate.
8686
=== Block Delete Switch
8787

8888
A CNC machine can have a block delete switch.
89-
See the <<sub:block-delete-switch,Block Delete>> Section.
89+
See the <<sub:block-delete-switch,Block Delete>> section.
9090

9191
[[sub:optional-program-stop-switch]]
9292
=== Optional Program Stop Switch
9393

9494
A CNC machine can have an optional program stop switch.
95-
See the <<sub:optional-program-stop,Optional Program Stop>> Section.
95+
See the <<sub:optional-program-stop,Optional Program Stop>> section.
9696

9797
== Control and Data Components
9898

@@ -171,7 +171,7 @@ rate unobtainable, all axes are slowed to maintain the desired path.
171171
The rate at which the controlled point moves is nominally a steady
172172
rate which may be set by the user. In the Interpreter, the feed
173173
rate is interpreted as follows (unless 'inverse time feed' or 'feed
174-
per revolution' modes are being used, in which case see Section
174+
per revolution' modes are being used, in which case see section
175175
<<gcode:g93-g94-g95,G93-G94-G95-Mode,G93 G94 G95>>).
176176

177177
. If any of XYZ are moving, F is in units per minute in the XYZ
@@ -194,7 +194,7 @@ See section about <<mcode:m7-m8-m9,cooling control>>.
194194
A machining center may be commanded to dwell (i.e., keep all axes
195195
unmoving) for a specific amount of time. The most common use of dwell
196196
is to break and clear chips, so the spindle is usually turning during a
197-
dwell. Regardless of the Path Control Mode (see Section
197+
dwell. Regardless of the Path Control Mode (see section
198198
<<sec:path-control-mode,Path Control>>) the machine will stop exactly at the end of
199199
the previous programmed move, as though it was in exact path mode.
200200

@@ -206,7 +206,7 @@ machine control cannot be changed. Different quantities use different
206206
specific units. Spindle speed is measured in revolutions per minute.
207207
The positions of rotational axes are measured in degrees. Feed rates
208208
are expressed in current length units per minute, or degrees per
209-
minute, or length units per spindle revolution, as described in Section
209+
minute, or length units per spindle revolution, as described in section
210210
<<gcode:g93-g94-g95,G93 G94 G95>>.
211211

212212
=== Current Position
@@ -254,19 +254,19 @@ See also <<sec:speed-interaction,here for further details>>.
254254
The machining center may be put into any one of three path control
255255
modes:
256256

257-
* exact stop mode::
257+
exact stop mode::
258258
In exact stop mode, the machine stops briefly at the end of each
259259
programmed move.
260-
* exact path mode::
260+
exact path mode::
261261
In exact path mode, the machine follows the programmed path as exactly
262262
as possible, slowing or stopping if necessary at sharp corners of
263263
the path.
264-
* continuous mode::
264+
continuous mode::
265265
In continuous mode, sharp corners of the path may be rounded slightly
266266
so that the feed rate may be kept up (but by no more than the tolerance,
267267
if specified).
268268

269-
See Sections <<gcode:g61,G61>> and <<gcode:g64,G64>>.
269+
See sections <<gcode:g61,G61>> and <<gcode:g64,G64>>.
270270

271271
[[cnc:interpreter-interaction-with-switches]]
272272
== Interpreter Interaction with Switches
@@ -306,7 +306,7 @@ is paused.
306306

307307
A tool table is required to use the Interpreter. The file tells which
308308
tools are in which tool changer slots and what the size and type of
309-
each tool is. The name of the tool table is defined in the ini file:
309+
each tool is. The name of the tool table is defined in the INI file:
310310

311311
[source,{ini}]
312312
----
@@ -318,7 +318,7 @@ TOOL_TABLE = tooltable.tbl
318318

319319
The default filename probably looks something like the above, but
320320
you may prefer to give your machine its own tool table, using the
321-
same name as your ini file, but with a tbl extension:
321+
same name as your INI file, but with a tbl extension:
322322

323323
[source,{ini}]
324324
----
@@ -333,7 +333,7 @@ TOOL_TABLE = EMC-AXIS-SIM.tbl
333333
----
334334

335335
For more information on the specifics of the tool table format, see the
336-
<<sec:tool-table,Tool Table Format>> Section.
336+
<<sec:tool-table,Tool Table Format>> section.
337337

338338
[[sec:machine-center-parameters]]
339339
== Parameters(((Parameters)))

docs/src/gui/axis.adoc

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ image::images/axis.png["AXIS main window",align="center"]
2323
== Getting Started
2424

2525
If your configuration is not currently set up to use AXIS,
26-
you can change it by editing the .ini file. In the
26+
you can change it by editing the .ini file (INI file). In the
2727
section `[DISPLAY]` change the `[DISPLAY]` line to read `DISPLAY = axis`.
2828

2929
The sample configuration 'sim/axis.ini' is already configured to use AXIS as its front-end.
@@ -33,7 +33,7 @@ When AXIS starts, a window like the one in the figure
3333

3434
=== INI settings
3535

36-
For more information on ini file settings that can change how AXIS
36+
For more information on INI file settings that can change how AXIS
3737
works see the <<sub:ini:sec:display,Display Section>> of the INI
3838
Configuration Chapter.
3939

@@ -81,16 +81,16 @@ The AXIS window contains the following elements:
8181
* A menu bar and toolbar that allow you to perform various actions
8282
* 'Manual Control Tab' - which allows you to make the
8383
machine move, turn the spindle on or off, and turn the coolant on or
84-
off if included in the ini file.
84+
off if included in the INI file.
8585
* 'MDI Tab' - where G-code programs can be entered manually,
8686
one line at a time. This also shows the 'Active G Codes' which shows
8787
which modal G Codes are in effect.
8888
* 'Feed Override' - which allows you to scale the speed of programmed motions.
8989
The default maximum is 120% and can be set to a different
90-
value in the ini file. See the <<sub:ini:sec:display,Display Section>> of the
90+
value in the INI file. See the <<sub:ini:sec:display,Display Section>> of the
9191
INI file for more information.
9292
* 'Spindle Override' - which allows you to scale the spindle speed up or down.
93-
* 'Jog Speed' - which allows you to set the jog speed within the limits set in the ini file.
93+
* 'Jog Speed' - which allows you to set the jog speed within the limits set in the INI file.
9494
See the <<sub:ini:sec:display,Display Section>> of the INI file for more information.
9595
* 'Max Velocity' - which allows you to restrict the maximum velocity of all
9696
programmed motions (except spindle synchronized motion).
@@ -102,7 +102,7 @@ The AXIS window contains the following elements:
102102

103103
=== Menu Items
104104

105-
Some menu items might be grayed out depending on how you have your .ini
105+
Some menu items might be grayed out depending on how you have your INI
106106
file configured. For more information on configuration see the
107107
<<cha:ini-configuration,INI Chapter>>.
108108

@@ -114,7 +114,7 @@ file configured. For more information on configuration see the
114114
for more information.
115115
* 'Recent Files' - Displays a list of recently opened files.
116116
* 'Edit...' - Open the current G code file for editing if you have an editor
117-
configured in your ini file. See the <<sub:ini:sec:display,DISPLAY Section>>
117+
configured in your INI file. See the <<sub:ini:sec:display,DISPLAY Section>>
118118
for more information on specifying an editor to use.
119119
* 'Reload' - Reload the current g code file. If you edited it you must reload it
120120
for the changes to take affect. If you stop a file and want to start
@@ -156,7 +156,7 @@ Do not use 'Run From Selected Line' if your g code program contains subroutines.
156156
* 'Paste to MDI history' - Paste from the clipboard to the MDI history window
157157
* 'Calibration' - Starts the Calibration assistant (emccalib.tcl).
158158
Calibration reads the HAL file and for every 'setp' that uses a variable
159-
from the ini file that is in an [AXIS_L],[JOINT_N],[SPINDLE_S], or [TUNE]
159+
from the INI file that is in an [AXIS_L],[JOINT_N],[SPINDLE_S], or [TUNE]
160160
section it creates an entry that can be edited and tested.
161161
* 'Show HAL Configuration' - Opens the HAL Configuration window where you can
162162
monitor HAL Components, Pins, Parameters, Signals, Functions, and Threads.
@@ -233,7 +233,7 @@ So be familiar with your machine's design and interpret the display as needed.
233233
* 'Show Offsets' - The selected fixture offset (G54-G59.3) origin location can be shown
234234
as a set of three orthogonal lines, one each of red, blue, and green.
235235
This offset origin (or fixture zero) display can be disabled if desired.
236-
* 'Show Machine Limits' - The machine's maximum travel limits for each axis, as set in the ini
236+
* 'Show Machine Limits' - The machine's maximum travel limits for each axis, as set in the INI
237237
file, are shown as a rectangular box drawn in red dashed lines. This
238238
is useful when loading a new G code program, or when checking for how
239239
much fixture offset would be needed to bring the G code program within
@@ -335,7 +335,7 @@ The 'extents' of the program in each axis are shown.
335335
At the ends, the least and greatest coordinate values are indicated.
336336
In the middle, the difference between the coordinates is shown.
337337

338-
When some coordinates exceed the 'soft limits' in the .ini file,
338+
When some coordinates exceed the 'soft limits' in the INI file,
339339
the relevant dimension is shown in a different color and enclosed by a box.
340340
In figure below the maximum soft limit is exceeded on
341341
the X axis as indicated by the box surrounding the coordinate value.
@@ -370,7 +370,7 @@ Axis can optionally display a grid when in orthogonal views.
370370
Enable or disable the grid using the 'Grid' menu under 'View'.
371371
When enabled, the grid is shown in the top and rotated top views;
372372
when coordinate system is not rotated, the grid is shown in the front and side views as well.
373-
The presets in the 'Grid' menu are controlled by the inifile item `[DISPLAY]GRIDS`.
373+
The presets in the 'Grid' menu are controlled by the INI file item `[DISPLAY]GRIDS`.
374374
If unspecified, the default is `10mm 20mm 50mm 100mm 1in 2in 5in 10in`.
375375

376376
Specifying a very small grid may decrease performance.
@@ -442,13 +442,13 @@ as long as the button or key is pressed.
442442
If another value is selected,
443443
the machine will move exactly the displayed distance
444444
each time the button is clicked or the key is pressed.
445-
By default, the available values are '0.1000, 0.0100, 0.0010, 0.0001'
445+
By default, the available values are '0.1000, 0.0100, 0.0010, 0.0001'.
446446

447447
See the <<sub:ini:sec:display,DISPLAY Section>> for more information on setting
448448
the increments.
449449

450450
.Homing (Identity Kinematics)
451-
The inifile setting [KINS]JOINTS defines the total number of
451+
The INI file setting [KINS]JOINTS defines the total number of
452452
joints for the system. A joint may be configured with
453453
a home switch or for 'immediate' homing. Joints may specify
454454
a home sequence that organizes the order for homing groups
@@ -738,7 +738,7 @@ running 'in-place', this can be done by using 'scripts/rip-environment'.
738738
== Using AXIS in Lathe Mode(((Axis:Lathe Mode)))
739739

740740
By including the line 'LATHE = 1'
741-
in the [DISPLAY] section of the ini file, AXIS selects lathe mode. The
741+
in the [DISPLAY] section of the INI file, AXIS selects lathe mode. The
742742
'Y' axis is not shown in coordinate readouts, the view is changed to
743743
show the Z axis extending to the right and the X axis extending towards
744744
the bottom of the screen, and several controls (such as those for
@@ -765,7 +765,7 @@ image::images/axis-back-tool-lathe.png["Lathe Back Tool Shape",align="center"]
765765
== Using AXIS in Foam Cutting mode
766766

767767
By including the line 'FOAM = 1'
768-
in the [DISPLAY] section of the ini file, AXIS selects foam-cutting mode.
768+
in the [DISPLAY] section of the INI file, AXIS selects foam-cutting mode.
769769
In the program preview, XY motions are displayed in one plane, and UV motions
770770
in another. In the live plot, lines are drawn between corresponding points on
771771
the XY plane and the UV plane. The special comments (XY_Z_POS) and (UV_Z_POS)
@@ -785,7 +785,7 @@ guaranteeing the widget's HAL pins are available.
785785
You can have multiple line of 'POSTGUI_HALFILE=<filename>' in the INI.
786786
Each will be run one after the other in the order they appear.
787787

788-
For more information on the ini file settings that can change the way AXIS
788+
For more information on the INI file settings that can change the way AXIS
789789
works, see the << sub:ini:sec:display,Display Section>> of the INI configuration chapter.
790790

791791
=== Program Filters
@@ -795,7 +795,7 @@ This filter can do any desired task: Something as simple as making sure
795795
the file ends with 'M2', or something as complicated as generating
796796
G-Code from an image.
797797

798-
The '[FILTER]' section of the ini file controls how filters work.
798+
The '[FILTER]' section of the INI file controls how filters work.
799799
First, for each type of file, write a 'PROGRAM_EXTENSION' line.
800800
Then, specify the program to execute for each type of file.
801801
This program is given the name of the input file as its first argument,
@@ -911,10 +911,10 @@ root_window.tk.call("wm","protocol",".","WM_DELETE_WINDOW","destroy .")
911911

912912
=== USER_COMMAND_FILE
913913

914-
A configuration-specific python file may be specified with an ini file
914+
A configuration-specific python file may be specified with an INI file
915915
setting '[DISPLAY]USER_COMMAND_FILE=filename.py'. Like a `~/.axisrc` file,
916916
this file is sourced just before the AXIS GUI is displayed. This file
917-
is specific to an ini file configuration not the user's home directory.
917+
is specific to an INI file configuration not the user's home directory.
918918

919919
=== user_live_update()
920920

@@ -941,7 +941,7 @@ HAL comp.ready() is called just after this function returns.
941941
=== External Editor
942942

943943
The menu options File > Edit... and File > Edit Tool Table... become
944-
available after defining the editor in the ini section [DISPLAY].
944+
available after defining the editor in the INI section [DISPLAY].
945945
Useful values include EDITOR=gedit and EDITOR=gnome-terminal -e vim.
946946
For more information, see the <<sub:ini:sec:display,Display Section>>
947947
of the INI Configuration Chapter.
@@ -1129,7 +1129,7 @@ root_window.bind('<Key-0>',lambda event: set_feedrate(100))
11291129

11301130
[source,python]
11311131
----
1132-
# read an ini file item
1132+
# read an INI file item
11331133
machine = inifile.find('EMC','MACHINE')
11341134
print('machine name =',machine)
11351135
----

0 commit comments

Comments
 (0)