aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Manual_Level.md
diff options
context:
space:
mode:
authorPaul McGowan <mental405@gmail.com>2022-01-09 21:13:53 -0500
committerGitHub <noreply@github.com>2022-01-09 21:13:53 -0500
commitde366ee85479d9f9bf7f117a881feb8de522265d (patch)
treef0932c2255a8f49d60f6a5fc2252bc981aee1e50 /docs/Manual_Level.md
parent4c8d24ae03eadf3fc5a28efb1209ce810251d02d (diff)
downloadkutter-de366ee85479d9f9bf7f117a881feb8de522265d.tar.gz
kutter-de366ee85479d9f9bf7f117a881feb8de522265d.tar.xz
kutter-de366ee85479d9f9bf7f117a881feb8de522265d.zip
docs: Docs comma culture (#4822)
Many non-English speaking countries use a comma as a decimal separator for printed numbers. This can create some confusion in documentation and config files when not surrounded by contextual clues like parenthesis. Improve documentation by adding spaces to coordinates. Signed-off-by: Paul McGowan <mental450@gmail.com>
Diffstat (limited to 'docs/Manual_Level.md')
-rw-r--r--docs/Manual_Level.md30
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/Manual_Level.md b/docs/Manual_Level.md
index 6a49d499..2b73e8b4 100644
--- a/docs/Manual_Level.md
+++ b/docs/Manual_Level.md
@@ -63,9 +63,9 @@ This is done by creating a `[bed_screws]` config section. For example,
it might look something similar to:
```
[bed_screws]
-screw1: 100,50
-screw2: 100,150
-screw3: 150,100
+screw1: 100, 50
+screw2: 100, 150
+screw3: 150, 100
```
If a bed screw is under the bed, then specify the XY position directly
@@ -79,8 +79,8 @@ then one can start the tool by running:
BED_SCREWS_ADJUST
```
-This tool will move the printer's nozzle to each screw XY location and
-then move the nozzle to a Z=0 height. At this point one can use the
+This tool will move the printer's nozzle to each screw XY location
+and then move the nozzle to a Z=0 height. At this point one can use the
"paper test" to adjust the bed screw directly under the nozzle. See
the information described in
["the paper test"](Bed_Level.md#the-paper-test), but adjust the bed
@@ -126,12 +126,12 @@ coordinates and add them to the config file. For example, it might
look like:
```
[bed_screws]
-screw1: 100,50
-screw1_fine_adjust: 0,0
-screw2: 100,150
-screw2_fine_adjust: 300,300
-screw3: 150,100
-screw3_fine_adjust: 0,100
+screw1: 100, 50
+screw1_fine_adjust: 0, 0
+screw2: 100, 150
+screw2_fine_adjust: 300, 300
+screw3: 150, 100
+screw3_fine_adjust: 0, 100
```
When this feature is enabled, the `BED_SCREWS_ADJUST` tool will first
@@ -151,13 +151,13 @@ config file. For example, it might look like:
```
[screws_tilt_adjust]
-screw1: -5,30
+screw1: -5, 30
screw1_name: front left screw
-screw2: 155,30
+screw2: 155, 30
screw2_name: front right screw
-screw3: 155,190
+screw3: 155, 190
screw3_name: rear right screw
-screw4: -5,190
+screw4: -5, 190
screw4_name: rear left screw
horizontal_move_z: 10.
speed: 50.