diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-02-08 11:35:42 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-02-08 11:37:43 -0500 |
commit | bb564ff58dbac16c84e1271582f7e1246e810009 (patch) | |
tree | 56c78436da0acfc4b400a74a882c5b9c80689966 /docs | |
parent | 1049282eec1eb1717df6ac49c0e533bb034e1961 (diff) | |
download | kutter-bb564ff58dbac16c84e1271582f7e1246e810009.tar.gz kutter-bb564ff58dbac16c84e1271582f7e1246e810009.tar.xz kutter-bb564ff58dbac16c84e1271582f7e1246e810009.zip |
docs: Minor update to Pressure_Advance.md
Update e-steps link to new Rotation_Distance.md
Make it clear how to update the pressure_advance setting in the config
file.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Pressure_Advance.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/Pressure_Advance.md b/docs/Pressure_Advance.md index 26dc87ac..96850fe5 100644 --- a/docs/Pressure_Advance.md +++ b/docs/Pressure_Advance.md @@ -77,10 +77,11 @@ Although this tuning exercise directly improves the quality of corners, it's worth remembering that a good pressure advance configuration also reduces ooze throughout the print. -At the completion of this test, update the extruder's pressure_advance -setting in the configuration file and issue a RESTART command. The -RESTART command will clear the test state and return the acceleration -and cornering speeds to their normal values. +At the completion of this test, set `pressure_advance = +<calculated_value>` in the `[extruder]` section in the configuration +file and issue a RESTART command. The RESTART command will clear the +test state and return the acceleration and cornering speeds to their +normal values. Important Notes =============== @@ -92,8 +93,8 @@ Important Notes pressure advance on each printer and with each spool of filament. * Printing temperature and extrusion rates can impact pressure - advance. Be sure to tune the extruder - [E steps](http://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide#E_steps) + advance. Be sure to tune the + [extruder rotation_distance](Rotation_Distance.md#calibrating-rotation_distance-on-extruders) and [nozzle temperature](http://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide#Nozzle_Temperature) prior to tuning pressure advance. |