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/printer-monoprice-select-mini-v2-2018.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/printer-monoprice-select-mini-v2-2018.cfg')
-rw-r--r-- | config/printer-monoprice-select-mini-v2-2018.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/printer-monoprice-select-mini-v2-2018.cfg b/config/printer-monoprice-select-mini-v2-2018.cfg index 3bc86c75..289a931d 100644 --- a/config/printer-monoprice-select-mini-v2-2018.cfg +++ b/config/printer-monoprice-select-mini-v2-2018.cfg @@ -143,10 +143,10 @@ max_z_accel: 20 # Positions for BED_SCREWS_ADJUST levelling with bed screws still accessible [bed_screws] -screw1: 22,10 -screw2: 22,90 -screw3: 98,90 -screw4: 98,10 +screw1: 22, 10 +screw2: 22, 90 +screw3: 98, 90 +screw4: 98, 10 ###################################################################### # Optional: i2c ssd1306 OLED-display controlled by raspi host_mcu |