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/G-Codes.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/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index d3da572b..25e30445 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -97,9 +97,9 @@ The following standard commands are supported: /tmp/heattest.txt will be created with a log of all temperature samples taken during the test. - `SET_VELOCITY_LIMIT [VELOCITY=<value>] [ACCEL=<value>] - [ACCEL_TO_DECEL=<value>] [JUNCTION_DEVIATION=<value>]`: Modify the - printer's velocity limits. Note that one may only set values less - than or equal to the limits specified in the config file. + [ACCEL_TO_DECEL=<value>] [SQUARE_CORNER_VELOCITY=<value>]`: Modify + the printer's velocity limits. Note that one may only set values + less than or equal to the limits specified in the config file. - `SET_PRESSURE_ADVANCE [EXTRUDER=<config_name>] [ADVANCE=<pressure_advance>] [ADVANCE_LOOKAHEAD_TIME=<pressure_advance_lookahead_time>]`: Set pressure advance parameters. If EXTRUDER is not specified, it |