Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Isort all klippy code | Tomasz Kramkowski | 2025-08-15 | 1 | -0/+2 |
| | |||||
* | Rename everything significant to Kutter except for docs | Tomasz Kramkowski | 2025-08-15 | 1 | -2/+2 |
| | |||||
* | Run black on all first party python code | Tomasz Kramkowski | 2025-08-06 | 1 | -48/+89 |
| | |||||
* | input_shaper: fix printer obj reference | Timofey Titovets | 2025-06-06 | 1 | -1/+1 |
| | | | Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com> | ||||
* | input_shaper: Track kinematics updates by dual_carriage | Dmitry Butyugin | 2025-06-04 | 1 | -8/+33 |
| | | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com> | ||||
* | dual_carriage: Fixed input shaper stepper kinematics initialization | Dmitry Butyugin | 2025-05-22 | 1 | -0/+4 |
| | | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com> | ||||
* | klippy: remove a few unused variable assignments (#6504) | Kamil Domański | 2024-04-05 | 1 | -1/+0 |
| | | | Signed-off-by: Kamil Domański <kamil@domanski.co> | ||||
* | Revert "toolhead: Use dict for step generation flush times. (#6303)" | Kevin O'Connor | 2023-10-21 | 1 | -1/+4 |
| | | | | | | | | | | This reverts commit 6749985302fe002a9cb5672dab9badb11e4e3c36. A defect was found in the above commit (the input shaper code calls note_step_generateion_scan_time() for many steppers, so the input_shaper class can't be used as the index). Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | toolhead: Use dict for step generation flush times. (#6303) | Viesturs Zariņš | 2023-10-19 | 1 | -4/+1 |
| | | | | | Makes the API to extruder and input shaper more robust, avoiding the need to track the old delay. Signed-off-by: Viesturs Zariņš <viesturz@gmail.com> | ||||
* | input_shaper: Fixed tracking of step_generation_scan_time | Dmitry Butyugin | 2023-06-06 | 1 | -9/+6 |
| | | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com> | ||||
* | idex_modes: Native input shaping support with dual carriages | Dmitry Butyugin | 2023-06-06 | 1 | -26/+36 |
| | | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com> | ||||
* | input_shaper: Fix python3 string encoding | Kevin O'Connor | 2021-10-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | input_shaper: Restore shaper_type config option | Kevin O'Connor | 2021-10-26 | 1 | -1/+2 |
| | | | | | | | The shaper_type config option got removed in commit d5a7a7f0 - restore that option. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | input_shaper: Factored out AxisInputShaper class | Dmitry Butyugin | 2021-10-26 | 1 | -97/+114 |
| | | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com> | ||||
* | input_shaper: Define input shapers in a single place in Python code | Dmitry Butyugin | 2021-10-26 | 1 | -42/+40 |
| | | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com> | ||||
* | input_shaper: Simplify input shaper type reporting | Kevin O'Connor | 2020-12-01 | 1 | -7/+6 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | resonance_tester: Resonance testing and input shaper auto-calibration (#3381) | Dmitry Butyugin | 2020-10-14 | 1 | -8/+24 |
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com> | ||||
* | input_shaper: Fix typo in SET_INPUT_SHAPER report of shaper_type_y | Kevin O'Connor | 2020-09-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | input_shaper: Initial support of input shaping (#3032) | Dmitry Butyugin | 2020-07-05 | 1 | -0/+132 |
Input shaping can help to reduce printer vibrations due to resonances and eliminate or reduce ghosting in prints. Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com> |