aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Pressure_Advance.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-10-23 19:34:59 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-10-23 19:34:59 -0400
commitccbdb6c531992281a612448261a6b78f5ecc7893 (patch)
tree718521f9f333c62d7888878268f4530208bb137c /docs/Pressure_Advance.md
parentc794e11c67d7f48061cb56d5c5c0a2e98ef28865 (diff)
downloadkutter-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.md5
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:
```