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>
This commit is contained in:
Paul McGowan
2022-01-09 21:13:53 -05:00
committed by GitHub
parent 4c8d24ae03
commit de366ee854
35 changed files with 201 additions and 201 deletions

View File

@@ -28,7 +28,7 @@ move to the center of the bed, and home the z axis. For example:
```
[safe_z_home]
home_xy_position: 100,100 # Change coordinates to the center of your print bed
home_xy_position: 100, 100 # Change coordinates to the center of your print bed
speed: 50
z_hop: 10 # Move up 10mm
z_hop_speed: 5