Skip to content

Commit 36bf43c

Browse files
authored
Merge pull request #2155 from smoe/docs29_mac_1
docs: misc changes while translating (smoe:docs29_mac_1)
2 parents 081381e + ffc6e09 commit 36bf43c

11 files changed

Lines changed: 125 additions & 193 deletions

File tree

docs/man/man9/lineardeltakins.9

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,31 @@ lineardeltakins \- Kinematics for a linear delta robot
99

1010
.SH KINEMATICS
1111
The kinematics model is appropriate for a rostock/kossel-style design
12-
with three joints arranged in an equilateral triangle. (0,0) is always
13-
the center of the working volume. Joint 0 is at (0,R) and subsequent
14-
joints are 120 degrees clockwise (note that joint 0 is not at zero
15-
radians). The length of the arm is L.
12+
with three joints arranged in an equilateral triangle.
13+
(0,0) is always the center of the working volume.
14+
Joint 0 is at (0,R) and subsequent joints are 120 degrees clockwise (note that joint 0 is not at zero radians).
15+
The length of the arm is L.
1616

17-
Joints 0-2 are the linear carriages. Axes ABC and UVW are passed
18-
through unchanged in joints 3-8, so that e.g., A can still be used to
19-
control an extruder.
17+
Joints 0-2 are the linear carriages.
18+
Axes ABC and UVW are passed through unchanged in joints 3-8, so that e.g., A can still be used to control an extruder.
2019

2120
.SH PINS
2221
.TP
2322
.B lineardeltakins.R\fR float in
2423
Effective diameter of the platform.
2524

26-
R is different than the distance from the center of the table to the
27-
center of the belt/smooth rod/extrusion that the joints ride on. In
28-
RepRap delta parlance, R is DELTA_RADIUS which is computed as
25+
R is different than the distance from the center of the table to the center of the belt/smooth rod/extrusion that the joints ride on.
26+
In RepRap delta parlance, R is DELTA_RADIUS which is computed as
2927

3028
DELTA_SMOOTH_ROD_OFFSET - DELTA_EFFECTOR_OFFSET - DELTA_CARRIAGE_OFFSET.
3129

3230
.TP
3331
.B lineardeltakins.L\fR float in
34-
Length of the rod connecting the carriage to the effector. In RepRap
35-
delta parlance, L is DELTA_DIAGONAL_ROD
32+
Length of the rod connecting the carriage to the effector.
33+
In RepRap delta parlance, L is DELTA_DIAGONAL_ROD.
3634

3735
.SH NOTES
38-
The R and L values can be adjusted while LinuxCNC is running. However,
39-
doing so while in coordinated mode will lead to a step change in joint
40-
position, which generally will trigger a following error if in joint
41-
mode with machine on.
36+
The R and L values can be adjusted while LinuxCNC is running.
37+
However, doing so while in coordinated mode will lead to a step change in joint position,
38+
which generally will trigger a following error if in joint mode with machine on.
4239

docs/src/gui/qtvcp-libraries.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ NOTE: This also *requires remap code to add the wear offsets t tool change time*
452452
*`PATH.WORKINGDIR`*::
453453
The directory QtVCP was launched from.
454454
*`PATH.IS_SCREEN`*::
455-
Is this a screen or a VCP ?
455+
Is this a screen or a VCP?
456456
*`PATH.CONFIGPATH`*::
457457
Launched configuration folder.
458458
*`PATH.RIPCONFIGDIR`*::

0 commit comments

Comments
 (0)