aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Resonance_Compensation.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Update Resonance_Compensation.md to recommend SET_VELOCITY_LIMITKevin O'Connor2022-01-311-74/+64
| | | | | | | | | | It's no longer necessary to update the printer.cfg file to alter the max_accel and square_corner_velocity parameters. Update the Resonance_Compensation.md document to reflect this. Also, recommend using STEP_DELTA in the TUNING_TOWER commands. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: fixed typo in Resonance_Compensation.md option name (#4981)usrhere2021-12-021-1/+1
| | | Signed-off-by: Joseph Vilimas <4to5@protonmail.com>
* docs: Match Single Blank Line Above and Below A TitleYifei Ding2021-11-191-1/+0
| | | | Signed-off-by: Yifei Ding <yifeiding@protonmail.com>
* docs: Align ListsYifei Ding2021-11-191-61/+61
| | | | Signed-off-by: Yifei Ding <yifeiding@protonmail.com>
* docs: Use hash marks for header linesKevin O'Connor2021-07-271-2/+1
| | | | | | Consistently use leading hash marks (#) to note section headers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs : make modifications to all md files to make them compatible with mkdocsDamien2021-07-271-15/+11
| | | | | | | | all markdown files must have a single H1 heading at the top. Signed-off-by: Damien Martin <damlobster@gmail.com> Update CNAME
* docs: Input Shaper and Resonances docs improvements (#3627)Dmitry Butyugin2020-12-171-43/+59
| | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: Fix "github pages" rendering of pictures in Resonance_Compensation.mdKevin O'Connor2020-12-031-3/+1
| | | | | | | | | | The "github pages" service wont properly render a table with "|:--:|:--:|" and no table contents. In contrast, normal github markdown contents wont show the table without it. For now, remove the line as the normal github markdown contens look okay even if the content isn't rendered as a table. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Recommend disable "dynamic acceleration control" during tuningKevin O'Connor2020-10-151-0/+1
| | | | | | | Note that "dynamic acceleration control" should be disabled in the pressure advance and input shaper tests. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* resonance_tester: Resonance testing and input shaper auto-calibration (#3381)Dmitry Butyugin2020-10-141-1/+4
| | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: Suggested improvements to Input Shaper tuning guideDmitry Butyugin2020-07-291-0/+497
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>