From ccbdb6c531992281a612448261a6b78f5ecc7893 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 23 Oct 2019 19:34:59 -0400 Subject: [PATCH] docs: Pressure_Advance.md should recommend setting ADVANCE_LOOKAHEAD_TIME Signed-off-by: Kevin O'Connor --- docs/Pressure_Advance.md | 5 +++-- 1 file 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: ```