aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Measuring_Resonances.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Reorganize layout of G-Codes.mdKevin O'Connor2022-02-011-4/+5
| | | | | | | Break listing up by module name. Provide links to "extended" commands. Sort reference by module name. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Various minor fixes (#5175)Yifei Ding2022-01-261-1/+1
| | | Signed-off-by: Yifei Ding<yifeiding@protonmail.com
* docs: Docs comma culture (#4822)Paul McGowan2022-01-091-1/+1
| | | | | Many non-English speaking countries use a comma as a decimal separator for printed numbers. This can create some confusion in documentation and config files when not surrounded by contextual clues like parenthesis. Improve documentation by adding spaces to coordinates. Signed-off-by: Paul McGowan <mental450@gmail.com>
* scripts: Migrated shaper calibration scripts to Python3Dmitry Butyugin2021-12-301-1/+1
| | | | | | | Also updated instructions to install python3-numpy and python3-matplotlib Python packages. Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: Align ListsYifei Ding2021-11-191-23/+23
| | | | Signed-off-by: Yifei Ding <yifeiding@protonmail.com>
* docs: Fix typo in Measuring_Resonances.mdKevin O'Connor2021-09-021-1/+1
| | | | | | Reported by @fredrikbaberg. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* 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-16/+14
| | | | | | | | all markdown files must have a single H1 heading at the top. Signed-off-by: Damien Martin <damlobster@gmail.com> Update CNAME
* docs: Updated docs for custom AXIS in TEST_RESONANCESDmitry Butyugin2021-07-081-0/+29
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: added an apt update to measuring_resonance (#4417)shiftingtech2021-07-081-1/+2
| | | Signed-off-by: Ben Eastep <shifting@shifting.ca>
* resonance_tester: Set max_accel ignoring the limit from the config (#4174)Dmitry Butyugin2021-06-061-11/+1
| | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: Added a note about different ADLX345 PCB designsDmitry Butyugin2021-03-201-0/+6
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: Updated measuring resonances doc on max_accel suggestionsDmitry Butyugin2021-03-201-31/+72
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: Some clarifications for resonances measurements and tuningDmitry Butyugin2021-02-021-17/+31
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* resonance_tester: Increase test max_accel to 10K and max_freq to 133 HzDmitry Butyugin2021-02-021-2/+2
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* resonance_tester: Disable input shaping for resonance testingDmitry Butyugin2021-02-021-7/+4
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* Docs: resonance testing fixup (#3804)Jarad Olson2021-01-241-3/+8
| | | | | | Chip names are now correct for bed slingers. Added some notes about testing with >1 chip Signed-off-by: Jarad Olson <brotherdust@gmail.com>
* docs: Limiting max_smoothing for input shaper autocalibrationDmitry Butyugin2020-12-221-14/+89
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: Input Shaper and Resonances docs improvements (#3627)Dmitry Butyugin2020-12-171-98/+125
| | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* resonance_tester: Resonance testing and input shaper auto-calibration (#3381)Dmitry Butyugin2020-10-141-0/+348
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>