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 /test/klippy/commands.test | |
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 'test/klippy/commands.test')
-rw-r--r-- | test/klippy/commands.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/klippy/commands.test b/test/klippy/commands.test index 03c45125..a9581dae 100644 --- a/test/klippy/commands.test +++ b/test/klippy/commands.test @@ -24,7 +24,7 @@ SET_GCODE_OFFSET Z=.1 M206 Z-.2 SET_GCODE_OFFSET Z_ADJUST=-.1 -SET_VELOCITY_LIMIT ACCEL=100 VELOCITY=20 JUNCTION_DEVIATION=.001 ACCEL_TO_DECEL=200 +SET_VELOCITY_LIMIT ACCEL=100 VELOCITY=20 SQUARE_CORNER_VELOCITY=1 ACCEL_TO_DECEL=200 M204 S500 SET_PRESSURE_ADVANCE EXTRUDER=extruder ADVANCE=.001 |