Skip to content

Commit c42f908

Browse files
committed
docs: More smallish changes while revisiting translations.
1 parent 8745638 commit c42f908

7 files changed

Lines changed: 24 additions & 31 deletions

File tree

docs/man/man9/hostmot2.9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ This would be set to 1.5 ms for 1-2 ms servos for a 0 center position.
882882
(float rw) scale
883883
Sets the per channel pulse width scaling.
884884
For example, setting the scale to 90 and the offset to 1.5 ms would result in a position range of +-45 degrees
885-
and scale in degrees for 1-2 ms servos with a full motion range of 90 degrees
885+
and scale in degrees for 1-2 ms servos with a full motion range of 90 degrees.
886886

887887
.SS stepgen
888888

docs/man/man9/sserial.9

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,7 @@ This is intended as a speed control signal for a VFD.
272272

273273
\fBParameters:\fR
274274

275-
(bit rw) .7i77.0.0.output\-NN\-invert: Invert the sense of the corresponding
276-
output pin.
275+
(bit rw) .7i77.0.0.output\-NN\-invert: Invert the sense of the corresponding output pin.
277276

278277
(bit rw) .7i77.0.0.spindir\-invert: Invert the sense of the spindle direction pin.
279278

docs/src/gui/gmoccapy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ You can specify the log level in the INI file like this:
498498
[DISPLAY]
499499
DISPLAY = gmoccapy <log_level_param>
500500
----
501-
using this parameters:
501+
using these parameters:
502502
----
503503
Log level <log_level_param>
504504
DEBUG -d

docs/src/gui/qtdragon.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,11 +1034,11 @@ One can use this to split the size between the two areas. This can be set differ
10341034
This tab displays the graphical representation of the current program.
10351035
The side buttons will control the display.
10361036

1037-
* 'User View': Select/restore a user set view of the current program
1038-
* 'P','X','Y','Z': Set standard views
1039-
* 'D': Toggle display of dimensions
1040-
* '+', '-': Zoom controls
1041-
* 'C': Clear graphics of tool movement lines
1037+
* 'User View': Select/restore a user set view of the current program.
1038+
* 'P','X','Y','Z': Set standard views.
1039+
* 'D': Toggle display of dimensions.
1040+
* '+', '-': Zoom controls.
1041+
* 'C': Clear graphics of tool movement lines.
10421042

10431043
In `qtdragon_hd` there are also macro buttons available on the right side.
10441044
Up to tens buttons can be defined in the INI.

docs/src/gui/qtvcp-widgets.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2554,7 +2554,7 @@ As coded they these function _issue (emit) PyQt5 signals (joy_btn_pressed and jo
25542554
Signal 'joy_btn_pressed' outputs a string code for the button. +
25552555
Signal 'joy_<letter>_pressed' outputs a bool value.
25562556

2557-
You could override the functions to do something else if making a custom widget,
2557+
You could override the functions to do something else if making a custom widget:
25582558

25592559
.Callable Functions
25602560
*`reset_highlight()`*::
@@ -2901,7 +2901,7 @@ If the subroutine calls other subroutines or custom M codes, those paths must be
29012901
SUBROUTINE_PATH = ~/linuxcnc/nc_files/examples/ngcgui_lib:~/linuxcnc/nc_files/examples/ngcgui_lib/utilitysubs
29022902
----
29032903

2904-
Qtvcp needs to know where to open subroutines from. +
2904+
QtVCP needs to know where to open subroutines from. +
29052905
You can also specify subroutines to be pre-opened in tabs.
29062906

29072907
[source,{ini}]
@@ -2928,8 +2928,8 @@ NGCGUI_SUBFILE = qpocket.ngc
29282928
* 'FINALIZE GCODE' -create the full G-code and send it to LinuxCNC/a file
29292929

29302930
==== Adding Custom Subroutines
2931-
You can create your own subroutines for use with ngcgui. +
2932-
they must follow these rules:
2931+
You can create your own subroutines for use with ngcgui.
2932+
They must follow these rules:
29332933

29342934
* For creating a subroutine for use with NGCGUI, the filename and the subroutine name must be the same.
29352935
* The subroutine must be in a folder within LinuxCNC's INI designated search path.

docs/src/plasma/plasma-cnc-primer.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ WARNING: It is strongly recommended that the torch cannot be enabled while this
397397

398398
* Used for surface probing. A sensor or switch that is activated if the torch slides up when it hits the material.
399399
* Connect Proximity sensor output to chosen input pin. If mechanical switches are used. Connect one side of the switch to field power and the other side of the switch to input.
400-
* Usually Connected to `motion.probe-input`
400+
* Usually Connected to `motion.probe-input`.
401401

402402
=== Ohmic Sensor enable (output)
403403

docs/src/user/user-concepts.adoc

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ Naive CAM Detector:: Successive G1 moves that involve only the XYZ axes
9797
The controlled point will touch at least one point on each movement.
9898
The machine will never move at such a speed that it cannot come to an exact stop at the end of the current movement
9999
(or next movement, if you pause when blending has already started).
100-
On G2/3 moves in the G17 (XY) plane,
101-
when the maximum deviation of an arc from a straight line is less than the G64 Q- tolerance,
100+
On G2/3 moves in the G17 (XY) plane, when the maximum deviation of an arc from a straight line is less than the G64 Q- tolerance,
102101
the arc is broken into two lines (from start of arc to midpoint, and from midpoint to end).
103102
Those lines are then subject to the naive cam algorithm for lines.
104103
Thus, line-arc, arc-arc, and arc-line cases as well as line-line benefit from the 'naive cam detector'.
@@ -156,13 +155,13 @@ For a feed rate of 0.5 inch per second, the critical distance is latexmath:[$ \f
156155
=== Defaults
157156

158157
When LinuxCNC first starts up many G- and M-codes are loaded by default.
159-
The current active G- and M-codes can be viewed on the MDI tab in the 'Active G-Codes:' window in the AXIS interface.
158+
The current active G- and M-codes can be viewed on the MDI tab in the 'Active G-codes:' window in the AXIS interface.
160159
These G- and M-codes define the behavior of LinuxCNC and
161160
it is important that you understand what each one does before running LinuxCNC.
162-
The defaults can be changed when running a G-Code file and left in a different state than when you started your LinuxCNC session.
163-
The best practice is to set the defaults needed for the job in the preamble of your G-Code file
161+
The defaults can be changed when running a G-code file and left in a different state than when you started your LinuxCNC session.
162+
The best practice is to set the defaults needed for the job in the preamble of your G-code file
164163
and not assume that the defaults have not changed.
165-
Printing out the G-Code <<gcode:quick-reference-table,Quick Reference>> page can help you remember what each one is.
164+
Printing out the G-code <<gcode:quick-reference-table,Quick Reference>> page can help you remember what each one is.
166165

167166
=== Feed Rate
168167

@@ -171,8 +170,7 @@ Read and understand the <<sub:feed-rate,Feed Rate>> section if you have a rotary
171170

172171
=== Tool Radius Offset
173172

174-
Tool Radius Offset (G41/42) requires that the tool be able to touch somewhere along each programmed move
175-
without gouging the two adjacent moves.
173+
Tool Radius Offset (G41/42) requires that the tool be able to touch somewhere along each programmed move without gouging the two adjacent moves.
176174
If that is not possible with the current tool diameter you will get an error.
177175
A smaller diameter tool may run without an error on the same path.
178176
This means you can program a cutter to pass down a path that is narrower than the cutter without any errors.
@@ -181,13 +179,11 @@ See the <<sec:cutter-radius-compensation,Cutter Compensation>> section for more
181179
== Homing
182180

183181
After starting LinuxCNC each axis must be homed prior to running a program or running a MDI command.
184-
185182
If your machine does not have home switches a match mark on each axis can aid in homing the machine coordinates to the same place each time.
186-
187183
Once homed your soft limits that are set in the INI file will be used.
188184

189185
If you want to deviate from the default behavior, or want to use the Mini interface,
190-
you will need to set the option NO_FORCE_HOMING = 1 in the [TRAJ] section of your INI file.
186+
you will need to set the option `NO_FORCE_HOMING = 1` in the `[TRAJ]` section of your INI file.
191187
More information on homing can be found in the Integrator Manual.
192188

193189
== Tool Changes
@@ -214,8 +210,8 @@ Normally you are in the G54 coordinate system.
214210
=== G54-59.3 User Coordinates
215211

216212
Normally you use the G54 Coordinate System.
217-
When an offset is applied to a current user coordinate system a small blue ball with lines
218-
will be at the <<sec:machine-coordinate-system, machine origin>> when your DRO is displaying 'Position: Relative Actual' in AXIS.
213+
When an offset is applied to a current user coordinate system,
214+
a small blue ball with lines will be at the <<sec:machine-coordinate-system,machine origin>> when your DRO is displaying 'Position: Relative Actual' in AXIS.
219215
If your offsets are temporary use the Zero Coordinate System from the Machine menu or program 'G10 L2 P1 X0 Y0 Z0' at the end of your G-code file.
220216
Change the 'P' number to suit the coordinate system you wish to clear the offset in.
221217

@@ -224,8 +220,7 @@ Change the 'P' number to suit the coordinate system you wish to clear the offset
224220

225221
=== When You Are Lost
226222

227-
If you're having trouble getting 0,0,0 on the DRO when you think you should,
228-
you may have some offsets programmed in and need to remove them.
223+
If you're having trouble getting 0,0,0 on the DRO when you think you should, you may have some offsets programmed in and need to remove them.
229224

230225
* Move to the Machine origin with G53 G0 X0 Y0 Z0
231226
* Clear any G92 offset with G92.1
@@ -234,8 +229,7 @@ you may have some offsets programmed in and need to remove them.
234229
* Turn off tool offsets with G49
235230
* Turn on the Relative Coordinate Display from the menu
236231

237-
Now you should be at the machine origin X0 Y0 Z0
238-
and the relative coordinate system should be the same as the machine coordinate system.
232+
Now you should be at the machine origin X0 Y0 Z0 and the relative coordinate system should be the same as the machine coordinate system.
239233

240234
[[sec:machine-configurations]]
241235
== Machine Configurations

0 commit comments

Comments
 (0)