diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-10-23 19:34:59 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-10-23 19:34:59 -0400 |
commit | ccbdb6c531992281a612448261a6b78f5ecc7893 (patch) | |
tree | 718521f9f333c62d7888878268f4530208bb137c /docs/Pressure_Advance.md | |
parent | c794e11c67d7f48061cb56d5c5c0a2e98ef28865 (diff) | |
download | kutter-ccbdb6c531992281a612448261a6b78f5ecc7893.tar.gz kutter-ccbdb6c531992281a612448261a6b78f5ecc7893.tar.xz kutter-ccbdb6c531992281a612448261a6b78f5ecc7893.zip |
docs: Pressure_Advance.md should recommend setting ADVANCE_LOOKAHEAD_TIME
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Pressure_Advance.md')
-rw-r--r-- | docs/Pressure_Advance.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Pressure_Advance.md b/docs/Pressure_Advance.md index d882b68d..0ce7e6bf 100644 --- a/docs/Pressure_Advance.md +++ b/docs/Pressure_Advance.md @@ -22,11 +22,12 @@ Use a slicer to generate g-code for the large hollow square found in speed (eg, 100mm/s), zero infill, and a coarse layer height (the layer height should be around 75% of the nozzle diameter). -Prepare for the test by issuing the following G-Code command: +Prepare for the test by issuing the following G-Code commands: ``` SET_VELOCITY_LIMIT SQUARE_CORNER_VELOCITY=1 ACCEL=500 +SET_PRESSURE_ADVANCE ADVANCE_LOOKAHEAD_TIME=0 ``` -This command makes the nozzle travel slower through corners and to +These commands make the nozzle travel slower through corners and they emphasize the effects of extruder pressure. Then for printers with a direct drive extruder run the command: ``` |