diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-07-08 14:08:21 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-07-16 10:32:43 -0400 |
commit | 0025fbf10d81555b0c417941d70650d7c625045c (patch) | |
tree | eebc824863f04077746da2859d3b51bc1924ee72 /docs/FAQ.md | |
parent | ca505bf4ac380bbc2430493ec33779777e82d3da (diff) | |
download | kutter-0025fbf10d81555b0c417941d70650d7c625045c.tar.gz kutter-0025fbf10d81555b0c417941d70650d7c625045c.tar.xz kutter-0025fbf10d81555b0c417941d70650d7c625045c.zip |
toolhead: Replace junction_deviation with square_corner_velocity
The junction_deviation configuration parameter has a number of quirks
that make it difficult to configure. Replace it with a
"square_corner_velocity" configuration parameter.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/FAQ.md')
-rw-r--r-- | docs/FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index d2fc3ccd..8a67dcf2 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -220,7 +220,7 @@ TMC driver. Trinamic has indicated that this could occur if the driver is in "stealthChop mode" and an abrupt velocity change occurs. If you experience this problem during homing, consider using a slower homing speed. If you experience this problem in the middle of a print, -consider using a lower junction_deviation setting. +consider using a lower square_corner_velocity setting. ### When I set "restart_method=command" my AVR device just hangs on a restart |