Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-06stm32: Protect message ram with barrier() calls instead of voltaile in fdcan.cwork-stm32fdcan-20221004Kevin O'Connor
2022-10-06stm32: No need for fdcan_ram global pointer in fdcan.cKevin O'Connor
2022-10-06stm32: Minor code movement in fdcan.cKevin O'Connor
2022-10-05spi_flash: Add SKR2, SKR3 and Creality 4.2.2/7 to spi_flash (#5807)JamesH1978
2022-10-05print_stats: add `SET_PRINT_STATS_INFO` G-Code for pass slicer variables to K...Stefan Dej
2022-09-30z_thermal_adjust: get_temp hotfixalchemyEngine
2022-09-29rp2040: Suppress spurious gcc v12 array bounds warningKevin O'Connor
2022-09-25z_thermal_adjust: Add Z thermal adjuster module (#4157)alchemyEngine
2022-09-23thermocouple: Only shutdown on multiple consecutive sensor errorsKevin O'Connor
2022-09-23spi_temperature: Separate out fault handling from temperature calculationKevin O'Connor
2022-09-23thermocouple: Report fault information in fault fieldKevin O'Connor
2022-09-20logextract: Improve detection of clock and tmc uart parametersKevin O'Connor
2022-09-16config: Add Ender 3 S1 Plus (#5705)Fisheiyy
2022-09-15stm32l4: add stm32l412 support with adc,i2c,spi,usbMatt Baker
2022-09-15stm32l4: copy libs from STM32CubeL4 v1.17.0Matt Baker
2022-09-15docs: Add an example corexy homing macro to TMC_Drivers.mdKevin O'Connor
2022-09-15docs: Reword sensorless homing high sensitivity test in TMC_Drivers.mdKevin O'Connor
2022-09-12config: Fix Ender 3 S1 Config (#5771)Fisheiyy
2022-09-12Update printer-anycubic-vyper-2021.cfg (#5692)JackyHe398
2022-09-12docs: Add SDIO programming and split verification details to SDCard_UpdatesDonna Whisnant
2022-09-12scripts: Support BigTreeTech Octopus boards in flash-sdcard.Donna Whisnant
2022-09-12scripts: Support SDIO in flash-sdcard using split verification stepDonna Whisnant
2022-09-12virtual_sdcard: read new lines as-isPedro Lamas
2022-09-12samd21: fix erroneous register bit reference.Matt Baker
2022-09-12stm32: Fix i2c on stm32g0Kevin O'Connor
2022-09-06stm32: Add a gpio_valid() helper functionKevin O'Connor
2022-09-05serial_irq: Support side channel for entering bootloaderKevin O'Connor
2022-09-05lpc176x: Move bootloader_request() from usbserial.c to main.cKevin O'Connor
2022-09-05tmc: Improve error on missing stepper sectionKevin O'Connor
2022-09-05motan: Improve reading of initial step position dataKevin O'Connor
2022-09-03fan: add enable_pin option (#5732)dalegaard
2022-09-03config: Fix uart_address on BTT SKR CR6 (#5741)JamesH1978
2022-09-02mcp4018: Add SET_DIGIPOT command to mcp4018 implementation (#5737)jake-b
2022-09-01kinematics: Add deltesian printers (#5743)Tircown
2022-09-01stm32f0: implement i2c_read endpointMatt Baker
2022-09-01extruder_stepper: Support configuring pressure advance from configDmitry Butyugin
2022-09-01dump_mcu: helper for mcu flash backupsEric Callahan
2022-09-01stm32: Add Hardware PWM support for STM32G0 processors (#5714)Ben Jackson
2022-09-01save_variables: Do not write to console when variables are savedMapleLeafMakers
2022-08-25docs: Update koconnor donation linksKevin O'Connor
2022-08-24scripts: Update install-debian.sh (#5704)chestwood96
2022-08-24stm32: add FDCAN support for STM32H743 (SKR-3 Series) (#5668)BIGTREETECH
2022-08-19stm32: Fix the STM32H743 mcu temp on SKR 3 (#5711)adelyser
2022-08-19rp2040: Enabled hw pullups for the I2C pins (#5710)chestwood96
2022-08-19palette2: Fix UART encodingClifford Roche
2022-08-19config: Add BQ Hephestos printer (#5676)Rui Carmo
2022-08-19delta: Added the possibility to get where the "cone shape" of the build volum...Nitram
2022-08-19config: Anycubic 4 Max Pro 2.0 - Added two internal systems (beeper and PSU c...int_0x03
2022-08-17atsamd: Use CONFIG_USB instead of CONFIG_USBSERIAL during clock initKevin O'Connor
2022-08-17stm32: Use new CONFIG_USB to determine if USB needs to be configuredKevin O'Connor