Skip to content

Commit 054d83a

Browse files
smoepetterreinholdtsen
authored andcommitted
More changes performed while translating
1 parent 61d96fc commit 054d83a

4 files changed

Lines changed: 16 additions & 17 deletions

File tree

docs/src/config/ini-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ implemented and the results of using it are unpredictable.
627627
This section is a custom section and is not used by LinuxCNC directly. Most
628628
configurations use values from this section to load the motion controller. For
629629
more information on the motion controller see the <<sec:motion,Motion>>
630-
Section.
630+
section.
631631

632632
* 'EMCMOT = motmod' - the motion controller name is typically used here.
633633
* 'BASE_PERIOD = 50000' - the 'Base' task period in nanoseconds.

docs/src/config/iov2.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ the realtime I/O provided by link:../man/man9/motion.9.html[motion] instead.
5353

5454
INI file options:
5555

56-
* [EMCIO] Section
56+
* [EMCIO] section
5757

5858
* PROTOCOL_VERSION = 2
5959
Defaults to 2. Setting to 1 will emulate old iocontrol behaviour.
@@ -64,13 +64,13 @@ INI file options:
6464
low and start-change-ack is ignored. The reason for this is better
6565
backwards compatibility.
6666

67-
* [TASK] Section
67+
* [TASK] section
6868

6969
* IO_ERROR : printf-style template for operator error display (negative
7070
toolchanger fault codes) . No quoting needed. Example: IO_ERROR = Toolchanger
7171
fault %d . Default: toolchanger error %d.
7272

73-
* [EMC] Section
73+
* [EMC] section
7474

7575
* DEBUG : To get a (quite detailed) trace, set either the RCS debugging flag
7676
(0x00000200) to turn on RCS debugging messages all over LinuxCNC or use the

docs/src/gcode/m-code.adoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ to stop after each line of input anyway.
6161
* 'M2' - end the program. Pressing `Cycle Start` ("R" in the Axis GUI)
6262
will restart the program at the beginning of the file.
6363
* 'M30' - exchange pallet shuttles and end the program.
64-
Pressing `Cycle Start` will start the program
65-
at the beginning of the file.
64+
Pressing `Cycle Start` will start the program at the beginning of the file.
6665

6766
Both of these commands have the following effects:
6867

@@ -83,7 +82,7 @@ will start the program at the beginning of the file.
8382

8483
[WARNING]
8584
Using % to wrap the G-code does not do the same thing as a 'Program End'.
86-
See <<gcode:file-requirements,File Requirements>> for more information
85+
See the section on <<gcode:file-requirements,File Requirements>> for more information
8786
on what using % does not do.
8887

8988
[[mcode:m60]]
@@ -168,15 +167,15 @@ When the tool change is complete:
168167
* If the selected tool was not in the spindle before the tool change,
169168
the tool that was in the spindle (if there was one) will be placed
170169
back into the tool changer magazine.
171-
* If configured in the .ini file some axis positions may move when a M6
170+
* If configured in the INI file some axis positions may move when a M6
172171
is issued. See the <<sub:ini:sec:emcio,EMCIO section>> for more
173172
information on tool change options.
174173
* No other changes will be made. For example, coolant will continue to
175174
flow during the tool change unless it has been turned off by an 'M9'.
176175

177176
[NOTE]
178177
The 'T-' word is an integer number designating the tool pocket number in
179-
the carousel (not its index)
178+
the carousel (not its index).
180179

181180
[WARNING]
182181
The tool length offset is not changed by 'M6', use '<<gcode:g43,G43>>' after the
@@ -602,7 +601,7 @@ The suggested use is at the beginning of a O-word subroutine as in the
602601
following example. Using 'M73' this way enables designing subroutines
603602
which need to modify modal state but will protect the calling program
604603
against inadvertent modal changes. Note the use of
605-
<<gcode:predefined-named-parameters, predefined named parameters>> in
604+
<<gcode:predefined-named-parameters,predefined named parameters>> in
606605
the 'showstate' subroutine.
607606

608607
[source,{ngc}]
@@ -698,7 +697,7 @@ as its two arguments.
698697

699698
Execution of the G-code file pauses until the external program exits.
700699
Any valid executable file can be used. The file must be located in the search
701-
path specified in the ini file configuration.
700+
path specified in the INI file configuration.
702701
See the <<sub:ini:sec:display,Display>> section for more information on search paths.
703702

704703
After creating a new M1nn program, the GUI should be restarted so that the

docs/src/ladder/classic-ladder.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ loadusr classicladder
157157
----
158158

159159
NOTE: Only one .clp file can be loaded. If you need to divide your ladder
160-
use Sections.
160+
then use sections.
161161

162162
To load a ladder file:
163163

@@ -211,8 +211,8 @@ for call coils.
211211

212212
=== Section Display
213213

214-
When you first start up ClassicLadder you get an empty Section
215-
Display window. Displayed is one empty rung.
214+
When you first start up ClassicLadder you get an empty Section Display window.
215+
Displayed is one empty rung.
216216

217217
[[cap:section-display-default]]
218218
.Section Display Default Window
@@ -1145,14 +1145,14 @@ like the following. If not, use the Eraser to remove unwanted sections.
11451145
.Section Display with Rung
11461146
image::images/Section_Display_Build02.png["Section Display with Rung",align="center"]
11471147

1148-
Now click on the OK button in the Editor window. Now your Section
1149-
Display should look like this.
1148+
Now click on the OK button in the Editor window.
1149+
Now your Section Display should look like this:
11501150

11511151
[[cap:section-display-finished]]
11521152
.Section Display Finished
11531153
image::images/Section_Display_Build03.png["Section Display Finished",align="center"]
11541154

1155-
To save the new file select Save As and give it a name. The .clp
1155+
To save the new file select 'Save As' and give it a name. The .clp
11561156
extension will be added automatically. It should default to the running
11571157
config directory as the place to save it.
11581158

0 commit comments

Comments
 (0)