diff options
author | Piotr Usewicz <piotr@layer22.com> | 2019-09-18 15:27:47 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-09-18 09:27:47 -0400 |
commit | 80775faa09909d9a754b2b1bfa9cba3c0491769b (patch) | |
tree | c2710336ec7bf54e577be0cac715782deab47280 | |
parent | 020ca5ac2c4144628a1a26414158bfc63373fe45 (diff) | |
download | kutter-80775faa09909d9a754b2b1bfa9cba3c0491769b.tar.gz kutter-80775faa09909d9a754b2b1bfa9cba3c0491769b.tar.xz kutter-80775faa09909d9a754b2b1bfa9cba3c0491769b.zip |
config: Fix grammar and typos for the new arc config (#1968)
Signed-off-by: Piotr Usewicz <piotr@layer22.com>
-rw-r--r-- | config/example-extras.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 1ba639c3..17af0acc 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -481,10 +481,10 @@ # example: "G2 X125 Y32 Z10 E5 I10.5 J10.5" #[gcode_arcs] #resolution: 1.0 -# An Arc will be split in segments. Each segment will in x mm set here. -# Lower values will producse a finer arc, but also more to do for -# your machine. This also means that arcs smaller then this value -# will be a line only +# An arc will be split into segments. Each segment's length will equal +# the resolution in mm set above. Lower values will produce a finer arc, +# but also more work for your machine. Arcs smaller than the configured +# value will become straight lines. # Enable the "M118" and "RESPOND" extended commands. # [respond] |