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-wanhao-duplicator-9-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-wanhao-duplicator-9-2018.cfg')
-rw-r--r-- | config/printer-wanhao-duplicator-9-2018.cfg | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/printer-wanhao-duplicator-9-2018.cfg b/config/printer-wanhao-duplicator-9-2018.cfg index e3f5beeb..958a2d5f 100644 --- a/config/printer-wanhao-duplicator-9-2018.cfg +++ b/config/printer-wanhao-duplicator-9-2018.cfg @@ -91,18 +91,18 @@ square_corner_velocity: 15.0 [bed_mesh] speed: 120 -mesh_min: 27,3 -mesh_max: 270,290 -probe_count: 5,3 +mesh_min: 27, 3 +mesh_max: 270, 290 +probe_count: 5, 3 horizontal_move_z: 10 [bed_screws] -screw1: 5,5 +screw1: 5, 5 screw1_name: front left screw -screw2: 295,0 +screw2: 295, 0 screw2_name: front right screw -screw3: 295,290 +screw3: 295, 290 screw3_name: back right screw -screw4: 0,290 +screw4: 0, 290 screw4_name: back left screw probe_height: 0 |