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-creality-ender5plus-2019.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-creality-ender5plus-2019.cfg')
-rw-r--r-- | config/printer-creality-ender5plus-2019.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/printer-creality-ender5plus-2019.cfg b/config/printer-creality-ender5plus-2019.cfg index f8e2d1be..2dd0ef2c 100644 --- a/config/printer-creality-ender5plus-2019.cfg +++ b/config/printer-creality-ender5plus-2019.cfg @@ -75,8 +75,8 @@ pin_up_touch_mode_reports_triggered: False speed: 100 horizontal_move_z: 8 mesh_min: 50, 50 -mesh_max: 300,300 -probe_count: 3,3 +mesh_max: 300, 300 +probe_count: 3, 3 [heater_bed] heater_pin: PH5 |