Skip to content

Commit f5f703c

Browse files
committed
Changes motivated while translating.
1 parent 10f9fc7 commit f5f703c

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

docs/src/gcode/tool-compensation.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ path without knowing the exact tool diameter. The only caveat is the
315315
programmer must program the lead in move to be at least as long as the
316316
largest tool radius that might be used.
317317

318-
There are two possible paths the cutter can take while cutter
319-
compensation is on to the left or right side of a line when facing the
318+
There are two possible paths the cutter can take since the cutter
319+
compensation can be on to the left or right side of a line when facing the
320320
direction of cutter motion from behind the cutter. To visualize this
321321
imagine you were standing on the part walking behind the tool as it
322322
progresses across the part. G41 is your left side of the line and G42

docs/src/getting-started/about-linuxcnc.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
* LinuxCNC provides:
1616
** easy discovery and testing without installation with the LiveCD
1717
** easy installation from the Live CD
18-
** Easy to use graphical configuration wizards to rapidly create a configuration
18+
** easy to use graphical configuration wizards to rapidly create a configuration
1919
specific to the machine
20+
** directly offered with recent releases of Debian (since Bookworm) and Ubuntu (since Kinetic Kudu)
2021
** a graphical user interface (actually several interfaces to choose from)
21-
** A graphical interface creation tool (Glade)
22+
** a graphical interface creation tool (Glade)
2223
** an interpreter for 'G-code' (the RS-274 machine tool programming
2324
language)
2425
** a realtime motion planning system with look-ahead

docs/src/getting-started/getting-linuxcnc.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ working on some versions of the Pi. You can experiment with removing
5858
this limit by editing the config-rt.txt file in the boot directory. If
5959
you can't boot after the change then the file can be edited back by
6060
mounting the SD card in a a different computer (maybe even a Pi with a
61-
USB card reader)
61+
USB card reader).
6262

6363
=== Download using zsync
6464

@@ -128,7 +128,7 @@ https://help.ubuntu.com/community/HowToMD5SUM[How To MD5SUM]
128128

129129
The Raspbery Pi image is a completes SD card image and should be
130130
written to an SD card in
131-
https://www.raspberrypi.org/documentation/installation/installing-images/README.md[the normal way]
131+
https://www.raspberrypi.org/documentation/installation/installing-images/README.md[the normal way].
132132

133133
The LinuxCNC Live/Install ISO Image is a hybrid ISO image which can
134134
be written directly to a USB storage device (flash drive) or a DVD and
@@ -232,7 +232,7 @@ using the RTAI realtime kernel which will often give better latency.
232232
To install LinuxCNC from the LiveCD select 'Install (Graphical)' at
233233
bootup.
234234

235-
== Updates to LinuxCNC (((Updates to LinuxCNC)))
235+
== Updates to LinuxCNC(((Updates to LinuxCNC)))
236236

237237
With the normal install the Update Manager will notify you of updates
238238
to LinuxCNC when you go on line and allow you to easily upgrade with no
@@ -372,8 +372,8 @@ Alternate keyserver: keyserver.ubuntu.com
372372
. Add the apt repository:
373373
+
374374
----
375-
echo deb http://linuxcnc.org/ buster base 2.8-rtpreempt | sudo tee -a /etc/apt/sources.list.d/linuxcnc.list
376-
echo deb-src http://linuxcnc.org/ buster base 2.8-rtpreempt | sudo tee -a /etc/apt/sources.list.d/linuxcnc.list
375+
echo deb http://linuxcnc.org/ buster base 2.8-rtpreempt | sudo tee -a /etc/apt/sources.list.d/linuxcnc.list
376+
echo deb-src http://linuxcnc.org/ buster base 2.8-rtpreempt | sudo tee -a /etc/apt/sources.list.d/linuxcnc.list
377377
----
378378

379379
. Update the package list from linuxcnc.org
@@ -416,8 +416,8 @@ sudo apt-key adv --keyserver hkp://keys.openpgp.org --recv-key 3cb9fd148f374fef
416416
. Add the apt repository:
417417
+
418418
----
419-
echo deb http://linuxcnc.org/ buster base 2.8-rt | sudo tee /etc/apt/sources.list.d/linuxcnc.list
420-
echo deb-src http://linuxcnc.org/ buster base 2.8-rt | sudo tee -a /etc/apt/sources.list.d/linuxcnc.list
419+
echo deb http://linuxcnc.org/ buster base 2.8-rt | sudo tee /etc/apt/sources.list.d/linuxcnc.list
420+
echo deb-src http://linuxcnc.org/ buster base 2.8-rt | sudo tee -a /etc/apt/sources.list.d/linuxcnc.list
421421
----
422422

423423
. Update the package list from linuxcnc.org
@@ -461,7 +461,7 @@ sudo apt-key adv --keyserver hkp://keys.openpgp.org --recv-key 3cb9fd148f374fef
461461
. Add the apt repository:
462462
+
463463
-----
464-
echo deb http://linuxcnc.org/ buster base 2.8-rtpreempt | sudo tee /etc/apt/sources.list.d/linuxcnc.list
464+
echo deb http://linuxcnc.org/ buster base 2.8-rtpreempt | sudo tee /etc/apt/sources.list.d/linuxcnc.list
465465
-----
466466

467467
. Update the package list from linuxcnc.org

0 commit comments

Comments
 (0)