aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add step rate benchmark for stm32h7D4SK2022-10-212-0/+21
| | | | | Signed-off-by: Konstantin Vogel <konstantin.vogel@gmx.net> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* atsamd: Add support CANbus on ATSAME5x chipsKevin O'Connor2022-10-131-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* print_stats: add `SET_PRINT_STATS_INFO` G-Code for pass slicer variables to ↵Stefan Dej2022-10-052-2/+18
| | | | | | | Klipper (#5726) This adds a gcode command that can be used insight the slicer to pass the total layer count and current layer information. Signed-off-by: Stefan Dej <meteyou@gmail.com>
* z_thermal_adjust: Add Z thermal adjuster module (#4157)alchemyEngine2022-09-253-0/+70
| | | | | | Use a frame-coupled temperature probe to compensate for thermal expansion in real-time. Signed-off by: Robert Pazdzior <robertp@norbital.com>
* docs: Add an example corexy homing macro to TMC_Drivers.mdKevin O'Connor2022-09-141-0/+17
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Reword sensorless homing high sensitivity test in TMC_Drivers.mdKevin O'Connor2022-09-141-4/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add SDIO programming and split verification details to SDCard_UpdatesDonna Whisnant2022-09-111-6/+114
| | | | Signed-off-by: Donna Whisnant <dewhisna@dewtronics.com>
* fan: add enable_pin option (#5732)dalegaard2022-09-031-0/+10
| | | Signed-off-by: Lasse Dalegaard <dalegaard@gmail.com>
* mcp4018: Add SET_DIGIPOT command to mcp4018 implementation (#5737)jake-b2022-09-021-0/+14
| | | | | | | | | Added a SET_DIGIPOT command to the mcp4018 implementation. Previously the mcp4018 was read only, and set at the time of configuration. This allows you to change the value during a print, which is needed for some older printers that need to lower the stepper current during preheating. Signed-off-by: Jake Bordens <jake@allaboutjake.com>
* kinematics: Add deltesian printers (#5743)Tircown2022-09-011-2/+76
| | | | | Initial push of the working deltesian kinematics after some successful tests. Signed-off-by: Fabrice GALLET <tircown@gmail.com>
* extruder_stepper: Support configuring pressure advance from configDmitry Butyugin2022-09-011-0/+7
| | | | | | | Also added status report for extruder_stepper objects with the current pressure advance parameters values. Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: Update koconnor donation linksKevin O'Connor2022-08-241-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* delta: Added the possibility to get where the "cone shape" of the build ↵Nitram2022-08-191-0/+2
| | | | | | | volume starts from Macros (#5662) Added the possibility to get where the "cone shape" of the build volume starts from Macros Signed-off-by: Martin Malmqvist <Volcomosq@gmx.com>
* docs: Recommend allow-hotplug in CANBUS.md when using USB to canbus bridgeKevin O'Connor2022-07-291-8/+14
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Updates to CANBUS_protocol.mdKevin O'Connor2022-07-291-4/+4
| | | | | | Update the document with latest details. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* bed_screws: report statusPedro Lamas2022-07-281-0/+11
| | | | Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
* docs: fixes typo on heater_bedPedro Lamas2022-07-281-1/+1
| | | | Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
* manual_probe: report statusPedro Lamas2022-07-211-0/+11
| | | | Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
* docs: fix rawparams example by truncating commentsPedro Lamas2022-07-191-14/+5
| | | | Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
* docs: Add BIGTREETECH to Sponsors.md fileKevin O'Connor2022-07-162-0/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a Sponsors.md fileKevin O'Connor2022-07-164-2/+34
| | | | | | Add a documentation page with information on how to support Klipper. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* mkdocs-requirements: Force markdown==3.3.7Kevin O'Connor2022-07-161-0/+1
| | | | | | | A new release of markdown (v3.4.1) breaks the website deployment scripts. Force the existing version. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* respond: No forced spaces (#5152)chestwood962022-06-301-0/+2
| | | Signed-off-by: Adrian Joachim <adi.joachim12@gmail.com>
* usb_canbus: Initial support for USB to CAN bridge modeKevin O'Connor2022-06-271-0/+31
| | | | | | | Support a USB interface that shows up as a canbus adapter to linux. Route both local and real canbus packets over that interface. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: add SET_DISPLAY_TEXT documentationEric Callahan2022-06-272-2/+12
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* docs: remove FAQ ToC (#5585)Yifei Ding2022-06-271-25/+0
| | | Signed-off-by: Yifei Ding <yifeiding@protonmail.com>
* docs: Note mcu types with i2c_speed support in Config_Reference.mdKevin O'Connor2022-06-201-2/+11
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Added instructions how to configure I2C for MPU-9250Dmitry Butyugin2022-06-202-1/+12
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: Updated accelerometer installation instructions for Python 3Dmitry Butyugin2022-06-201-10/+10
| | | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* docs: Add mpu9250 to Config_Reference.mdKevin O'Connor2022-06-201-0/+18
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Wrap lines in Measuring_Resonances.mdKevin O'Connor2022-06-201-1/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* configfile: Expose options awaiting to be saved (#5270)Kurt Haenen2022-06-201-0/+2
| | | | | | | Adds a save_config_pending_items to the status reported by configfile reflecting the items and values that a future SAVE_CONFIG would actually persist. Signed-off-by: Kurt Haenen <kurt.haenen@gmail.com>
* docs: Note that i2c is not noise resilient in Config_Reference.mdKevin O'Connor2022-06-161-2/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* mpu9250: Adding support for MPU-9250 (and MPU-6050) accelerometerbluesforte2022-06-161-1/+27
| | | | | | Add support for mpu9250 accelerometer over I2C bus. Signed-off-by: Harry Beyel <harry3b9@gmail.com>
* flash_usb: Use hexid "2e8a:0003" for rp2040 already in bootloader modeKevin O'Connor2022-06-161-0/+4
| | | | | | | | Use a USB hex id to indicate that the device is already in bootloader mode. This makes the rp2040 flashing code similar to the other boards. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* rp2040: Implement workaround for USB errata "rp2040-e5"Kevin O'Connor2022-06-121-0/+6
| | | | | | | | The rp2040 USB may not connect after a reset. Implementation the recommended workaround. Signed-off-by: Lasse Dalegaard <dalegaard@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* mkdocs: Replace TOC in TranslationsYifei Ding2022-06-031-0/+20
| | | | Signed-off-by: Yifei Ding<yifeiding@protonmail.com>
* docs: fix typo in Exclude_Object.mdStefan Dej2022-06-031-1/+1
| | | | Signed-off-by: Stefan Dej <meteyou@gmail.com>
* docs: add exclude_object documentationFrank Tackitt2022-06-036-0/+205
| | | | | | | Also include sample macros to add M486 compatibility. Signed-off-by: Franklyn Tackitt <git@frank.af> Co-authored-by: Troy Jacobson <troy.d.jacobson@gmail.com>
* virtual_sdcard: Adds on_error_gcodePedro Lamas2022-06-031-0/+3
| | | | Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
* adxl345: Support recording data from multiple ADXL345's in one run, and ↵Mikkel Schmidt2022-05-231-7/+12
| | | | | | | | | | | more. (#5224) Add PROBE and CHIP to TEST_RESONANCES Since it's possible to specify more than one chip in TEST_RESONANCES the CHIP parameter has been renamed to CHIPS Signed-off-by: Mikkel Schmidt <mikkel.schmidt@gmail.com>
* docs: Line wrapping in G-Codes.mdKevin O'Connor2022-05-231-1/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Documentation on screws_tilt_calculate MAX_DEVIATION parameter (#5522)Kevin Nguyen2022-05-231-2/+2
| | | Signed-off-by: Kevin Nguyen <ngynkvn@gmail.com>
* docs: Update Config_Reference.md z_hop speed (#5514)camerony2022-05-231-2/+2
| | | | | The default z-hop speed is actually 15 mm/s according to the code in safe_z_home.py Signed-off-by: Cameron River <camerony@gmail.com>
* docs: fix links to Config_Reference.mdth33xitus2022-05-181-8/+8
| | | | Signed-off-by: Dominik Willner <th33xitus@gmail.com>
* docs: Minor wording update to Code_Overview.mdKevin O'Connor2022-05-171-3/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Code_Overview.md with more realistic task timing guidelinesKevin O'Connor2022-05-171-3/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Updates to Installation.md documentKevin O'Connor2022-05-171-44/+79
| | | | | | | Recommend users obtain an example config file prior to starting the installation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Minor CanBoot documentation fixesKevin O'Connor2022-05-101-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: add CanBoot documentation to bootloaders.mdEric Callahan2022-05-101-0/+38
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>