From f85ed173a10e3fce0449c62793cb5ba7c735177f Mon Sep 17 00:00:00 2001 From: espr14 Date: Thu, 25 Aug 2022 15:24:00 +0200 Subject: [PATCH] Fix readme.md Remove repeated word --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index e62bab0..59ebf09 100644 --- a/readme.md +++ b/readme.md @@ -146,7 +146,7 @@ Values above 0.1 are not recommended, as you may encounter overlapping toolpaths #### Path Tolerance Percent (length) This parameter allows you control how much the length of the final arc can deviate from the original toolpath. The default value of 5% is absolutely fine in most cases, even though that sounds like a lot. The key thing to remember here is that your firmware will break the G2/G3 commands into many small segments, essentially reversing the process, so the path length in your firmware will match the original path much more closely. -Originally, this setting was added as a safety feature to prevent prevent bad arcs from being generated in some edge cases. However, since then a new error detection algorithm was added that makes this unnecessary. In some cases, especially if your resolution parameter is large (above 0.1), this setting can be used to fine tune the generated arcs, so I left this setting in as is. 99+% of the time, no adjustments will be necessary here. +Originally, this setting was added as a safety feature to prevent bad arcs from being generated in some edge cases. However, since then a new error detection algorithm was added that makes this unnecessary. In some cases, especially if your resolution parameter is large (above 0.1), this setting can be used to fine tune the generated arcs, so I left this setting in as is. 99+% of the time, no adjustments will be necessary here. * Type: Value (percent) * Default: 0.05 (5%) @@ -621,4 +621,4 @@ I'm not 100% sure exactly what this does, but I believe it attempts to limit the * Default: 0.01 * Short Parameter: -e= * Long Parameter: --mm-max-arc-error= -* Example: ```ArcStraightener "C:\thing.aw.gcode" --mm-max-arc-error=0.25``` \ No newline at end of file +* Example: ```ArcStraightener "C:\thing.aw.gcode" --mm-max-arc-error=0.25```