Commit Graph

  • 4aa2250221 test: Disable all additional features in atmega328 build Kevin O'Connor 2025-04-16 15:15:25 -04:00
  • 49d9ed22bf
    config: Update generic-bigtreetech-skr-2.cfg - SPI Drivers (#6895) JamesH1978 2025-04-16 19:13:17 +01:00
  • 51311948be atsamd: Enable HAVE_LIMITED_CODE_SIZE on small atsamd chips Kevin O'Connor 2025-04-09 22:48:29 -04:00
  • 61bbd455cf Kconfig: Add some user visible comments to the optional features menu Kevin O'Connor 2025-04-09 15:24:17 -04:00
  • d93645a750 stm32: Simplify Makefile Kevin O'Connor 2025-04-09 13:01:59 -04:00
  • 8c67adc164 Kconfig: Add new WANT_ADC option to reduce code size Kevin O'Connor 2025-04-09 12:52:11 -04:00
  • 04e7eb20fd Kconfig: Add new WANT_I2C option to reduce code size Kevin O'Connor 2025-04-09 12:36:24 -04:00
  • 868760f5b1 Kconfig: Add new WANT_SPI option to reduce code size Kevin O'Connor 2025-04-09 12:23:28 -04:00
  • b0fa36e221 Kconfig: Add new WANT_HARD_PWM option to reduce code size Kevin O'Connor 2025-04-09 12:12:19 -04:00
  • 6356e3d35c stm32: Enable gcc -Os option on CONFIG_HAVE_LIMITED_CODE_SIZE Kevin O'Connor 2025-04-09 12:04:09 -04:00
  • 6e9b5b309c avr: Enable gcc -Os option on CONFIG_HAVE_LIMITED_CODE_SIZE Kevin O'Connor 2025-04-09 12:03:26 -04:00
  • d98abfc5db Kconfig: Replace WANT_DISPLAYS with individual options Kevin O'Connor 2025-04-06 12:42:23 -04:00
  • c3c64adc32 Kconfig: Replace WANT_GPIO_BITBANGING with individual options Kevin O'Connor 2025-04-06 12:36:41 -04:00
  • efc2d9b364 workflows: Update github build-test.yaml to ubuntu-22.04 Kevin O'Connor 2025-04-08 10:24:17 -04:00
  • d96bb6ca82 test: Disable optional features in atmega328 build Kevin O'Connor 2025-04-08 11:07:52 -04:00
  • 8087200ffe Makefile: Don't disable gcc's use-linker-plugin option Kevin O'Connor 2025-04-08 14:21:35 -04:00
  • 61c0c8d2ef docs: Note the release of v0.13.0 Kevin O'Connor 2025-04-09 22:44:56 -04:00
  • ce7657e537 docs: Update Features.md to reflect recent work Kevin O'Connor 2025-04-10 18:49:22 -04:00
  • 037377b927 led: Fix off-by-one bug in SET_LED_TEMPLATE INDEX parameter Kevin O'Connor 2025-04-11 12:00:34 -04:00
  • 5493bdfb48 ci-install: Use prebuilt pru gcc binaries Kevin O'Connor 2025-04-07 14:07:47 -04:00
  • 4b9cb36247 force_move: Make sure to use lower() on SET_KINEMATIC_POSITION CLEAR_HOMED Kevin O'Connor 2025-04-08 23:30:08 -04:00
  • f3e89e25c5 force_move: Support a SET_HOMED parameter to SET_KINEMATIC_POSITION Kevin O'Connor 2025-04-06 11:14:13 -04:00
  • 655861cf12 i2c_software: Fix i2c_delay() Kevin O'Connor 2025-04-06 14:17:55 -04:00
  • 050bc33241 docs: Fixup G-Codes.md so that sections are sorted alphabetically Kevin O'Connor 2025-04-07 15:26:56 -04:00
  • 46ee920b93
    axis_twist_compensation: Fix AttributeError on klippy connect state (#6881) Maksim Bolgov 2025-04-06 04:36:35 +03:00
  • 3a9e9a4bef temperature_combined: avoid crash with temperature monitors Timofey Titovets 2024-12-23 23:11:58 +01:00
  • 3beb465247 temperature_combined: delay initialization Timofey Titovets 2024-12-23 22:50:24 +01:00
  • 2ec69ae361 docs: Add icm20948 description MRX8024 2025-03-24 15:08:05 +02:00
  • 52b07f467e adxl345: Allow read and write 127 register address MRX8024 2025-03-24 12:48:01 +02:00
  • 81a1a03ed0 icm20948: Formatting refactor MRX8024 2025-03-24 12:46:41 +02:00
  • 869440a7ed icm20948: Transition from 8g to 16g accels scale MRX8024 2025-03-24 12:36:17 +02:00
  • 20f26b534d icm20948: Fix sample rate and accels scale selection MRX8024 2025-03-24 12:27:02 +02:00
  • 91cba8a17f mkdocs-requirements: Update to Jinja 3.1.6 Kevin O'Connor 2025-04-03 13:47:00 -04:00
  • be429caba3 output_pin: Make it possible to assign dicts/lists as template parameters Kevin O'Connor 2025-03-29 14:33:54 -04:00
  • 8176ba22aa stm32: Turn on can.c error interrupts Kevin O'Connor 2025-03-19 22:14:19 -04:00
  • 4b9add2fc3 stm32: Add support for additional i2c bus Russell Cloran 2025-03-31 17:09:03 -07:00
  • 55f60601ca stm32: Fix RESERVE_PINS_CAN pin ordering in fdcan.c Kevin O'Connor 2025-04-01 21:25:34 -04:00
  • 876f351127 docs: Fix link syntax typo for bed_screws Russell Cloran 2025-03-17 21:36:03 -07:00
  • 089516a6f2 docs: Fix typo in docs generation documentation Russell Cloran 2025-03-17 21:33:29 -07:00
  • f511e201f9 docs: Fix typos in installation.md Tobias Rumiz 2025-03-29 01:36:26 -03:00
  • 52617455ce
    ldc_1612: Supports configurable external crystal frequency (#6734) XiaoK 2025-03-30 09:53:52 +08:00
  • d679f711eb
    stm32: Added PH13/14 CAN pin option for stm32h743 (#6857) FrY Sennberg 2025-03-28 00:25:26 +01:00
  • 68dbbc8d41 rp2040: define spi bus on pins 12,11,10 Timofey Titovets 2025-03-22 13:10:26 +01:00
  • 59ebdce605 output_pin: Fix handling of template rendering errors Kevin O'Connor 2025-03-25 18:46:38 -04:00
  • 310747a636 fan_generic: Fix handling of template rendering errors Kevin O'Connor 2025-03-25 18:45:12 -04:00
  • a3b4b39ff1 config: Add LED definitions to generic-bigtreetech-skr-mini-mz.cfg Kevin O'Connor 2025-03-24 17:31:34 -04:00
  • fb91aad583 buttons: fixes incorrect parameters Pedro Lamas 2025-03-21 13:01:42 +00:00
  • 825d4baf90 stepper: Support disabling optimized "step on both edges" in "make menuconfig" Kevin O'Connor 2025-03-12 01:03:23 -04:00
  • 8faed8d9fe stepper: Support step on both edges with custom minimum pulse duration Kevin O'Connor 2025-03-09 20:08:49 -04:00
  • 272e815522
    buttons: Debounce gcode_button and filament_switch_sensor (#6848) Gareth Farrington 2025-03-20 16:55:33 -07:00
  • 06d65ef5ac
    load_cell: Load cell gram scale (#6729) Gareth Farrington 2025-03-20 16:53:44 -07:00
  • d886c1761b axis_twist_compensation: allow compensating both axis at once Philippe Daouadi 2025-03-12 20:33:57 +01:00
  • 47aa28e530 input_shaper: Fix for polar kinematics Dmitry Butyugin 2025-03-02 01:45:57 +01:00
  • fbd5b49215 docs: Note AXIS_TWIST_COMPENSATION_CALIBRATE AUTO removal in Config_Changes.md Kevin O'Connor 2025-03-08 22:28:13 -05:00
  • dad2196776 axis_twist_compensation: Remove the auto parameter from axis_twist_compensation yochiwarez 2024-11-15 06:52:44 +00:00
  • b50d740542
    gcode_macro: Expand template syntax errors (#6839) Timofey Titovets 2025-03-08 00:32:31 +01:00
  • 3e7efe5ef1 stm32: Add support for USART6 on STM32F401 Marius Petcu 2025-02-22 00:24:23 +02:00
  • 75a10bfcaf
    icm20948: Add support for ICM20948 accelerometer (#6756) Paul Hansel 2025-03-04 14:12:26 -08:00
  • 730e5951bc
    docs: fix markup in Axis_Twist_Compensation.md (#6827) Thijs Triemstra 2025-03-01 01:38:38 +01:00
  • 941fb5a367 usb_canbus: Send echo frame before processing the frame Kevin O'Connor 2025-02-15 16:05:22 -05:00
  • 17d471c07c usb_canbus: Minor code cleanup - add new drain_host_queue() helper Kevin O'Connor 2025-02-14 15:47:16 -05:00
  • ef1d8bc3bd usb_canbus: Minor code cleanup - code movement and comment updates Kevin O'Connor 2025-02-06 19:24:30 -05:00
  • 581c954f40 usb_canbus: Wake usbcan_task when sending from canbus_send Kevin O'Connor 2025-02-06 18:19:54 -05:00
  • 98068beca0
    skew_correction: Supports retrieving the name of the currently loaded skew correction … (#6821) GofranChang 2025-02-28 02:18:59 +08:00
  • 3c1bf4ccfe test: Add rp2350 build to test cases Kevin O'Connor 2025-02-26 20:28:50 -05:00
  • 1836ec431c docs: Update benchmarks for rp2040 Kevin O'Connor 2025-02-26 20:25:18 -05:00
  • 14c105b86e rp2040: Fix build of rp2350 Kevin O'Connor 2025-02-26 20:24:22 -05:00
  • 2f6d240900 rp2040: set clock to 200Mhz Timofey Titovets 2025-02-20 17:38:28 +01:00
  • edc3d34beb bed_mesh: reduce generated point logging Eric Callahan 2025-02-03 07:30:11 -05:00
  • 53f1bf2af2 sensor_lis2dw: remove commented code and fix formatting Wulfsta 2025-02-25 00:03:21 -05:00
  • 1fc6d214f4 stm32: Add support for stm32f070x6 mcus Kevin O'Connor 2025-01-28 18:37:29 -05:00
  • bf5c4daf86 usb_cdc: Avoid ending a transmission with a max size usb packet Kevin O'Connor 2025-02-06 01:32:05 -05:00
  • ec56167032 usb_cdc_ep: Define endpoint sizes in usb_cdc_ep.h Kevin O'Connor 2025-02-05 19:00:28 -05:00
  • 15339aec64 docs: Improve suggestions on bytes_invalid in CANBUS_Troubleshooting.md Kevin O'Connor 2025-02-05 12:18:43 -05:00
  • a90110d9ba docs: Note stealthchop_threshold doesn't impact sensorless homing Kevin O'Connor 2025-02-15 13:54:13 -05:00
  • e24ea3652c
    docs: Fixed incorrect spelling in Config_Reference.md (#6819) Nicholas Parry 2025-02-16 07:06:29 +13:00
  • 508c28e689
    spi_flash: Update board_defs.py - BTT Octopus Max EZ (#6817) JamesH1978 2025-02-15 18:04:57 +00:00
  • fec3e685c9 stm32: h7 spi support reload mode & frequency Timofey Titovets 2025-01-30 21:24:16 +01:00
  • b16cb6575d docs: Fix broken link to MainsailOS Lexi Beavil 2025-02-04 21:12:44 +00:00
  • 329fbd01d8
    docs: Update Pressure_Advance.md (#6808) Auxon 2025-02-04 19:08:05 -05:00
  • 01b0e98ab2 klippy-requirements: Require setuptools on python 3.12 Kevin O'Connor 2025-02-02 20:51:18 -05:00
  • 638c085ffa mkdocs-requirements: Update jinja dependency to 3.1.5 Kevin O'Connor 2025-02-02 18:58:53 -05:00
  • 8a2de5f23e save_variables: Check lowercase variable names Pedro Lamas 2025-01-31 11:00:16 +00:00
  • 2c90c97ccd usb_canbus: Detect canbus stalls when in usb to canbus bridge mode Kevin O'Connor 2025-01-14 22:38:08 -05:00
  • 2db2ef82f2 canbus_stats: Periodically report canbus interface statistics Kevin O'Connor 2025-01-14 15:26:29 -05:00
  • eb0581c264 atsam: Add support for reporting canbus state Kevin O'Connor 2025-01-14 16:14:26 -05:00
  • 61fb5fe29c atsamd: Add support for reporting canbus state Kevin O'Connor 2025-01-14 16:06:45 -05:00
  • 9fd415d3f5 rp2040: Add support for reporting canbus state Kevin O'Connor 2025-01-14 15:57:01 -05:00
  • b7366ae3fc stm32: Add support for reporting canbus state from fdcan.c Kevin O'Connor 2025-01-14 15:46:03 -05:00
  • 6cdcf75e6b stm32: Add support for reporting canbus state from can.c Kevin O'Connor 2025-01-14 15:26:05 -05:00
  • d57fe4395e
    garbage_collection: freeze objects on klippy ready (#6794) Branden Cash 2025-02-02 16:40:43 -07:00
  • 0114d72a6c
    config: Update generic-creality-v4.2.7.cfg (#6790) John 2025-01-24 21:46:08 -05:00
  • 8c1037ef1b screws_tilt_adjust: initialize status result as a dictionary Pedro Lamas 2025-01-24 11:04:45 +00:00
  • ed796fcfaa
    ads1x1x: added support for ADC chip (#6584) Konstantin Koch 2025-01-22 01:10:39 +01:00
  • 6ab253366c force_move: Use strings for axes to clear in clear_homing_state() Kevin O'Connor 2025-01-10 11:58:26 -05:00
  • 4aa550837f toolhead: Pass set_position() homing_axes parameter as a string Kevin O'Connor 2025-01-10 11:27:30 -05:00
  • c72d73ec45 stepper_enable: Directly call clear_homing_state() on motor off event Kevin O'Connor 2025-01-10 11:31:14 -05:00
  • 5fe333934d docs: Add a "Professional Services" link to Contacts page Kevin O'Connor 2025-01-21 18:54:33 -05:00
  • 9a06d2b7e8 docs: Improve wording of main Klipper page Kevin O'Connor 2025-01-21 18:54:00 -05:00
  • cf3b0475da tmc2240: Allow the slope_control field to be configured via printer.cfg Kevin O'Connor 2025-01-10 12:29:41 -05:00