diff options
author | Paul McGowan <mental405@gmail.com> | 2022-01-09 21:13:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 21:13:53 -0500 |
commit | de366ee85479d9f9bf7f117a881feb8de522265d (patch) | |
tree | f0932c2255a8f49d60f6a5fc2252bc981aee1e50 /config/kit-voron2-250mm.cfg | |
parent | 4c8d24ae03eadf3fc5a28efb1209ce810251d02d (diff) | |
download | kutter-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 'config/kit-voron2-250mm.cfg')
-rw-r--r-- | config/kit-voron2-250mm.cfg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/kit-voron2-250mm.cfg b/config/kit-voron2-250mm.cfg index 282e7595..343e9c67 100644 --- a/config/kit-voron2-250mm.cfg +++ b/config/kit-voron2-250mm.cfg @@ -227,14 +227,14 @@ gcode: [quad_gantry_level] # Use QUAD_GANTRY_LEVEL to level a gantry. gantry_corners: - -55,-7 + -55, -7 305, 320 # Min & Max gantry corners - measure from nozzle at MIN (0,0) and MAX (250,250) to respective belt positions points: - 25,0 - 25,200 - 225,200 - 225,0 + 25, 0 + 25, 200 + 225, 200 + 225, 0 # Probe points speed: 200 horizontal_move_z: 6 |