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-06-08rp2040: Implement workaround for USB errata "rp2040-e5"work-rp2040e5-20220607Kevin O'Connor
2022-06-06stm32: Enable Automatic retransmission feature to avoid data loss caused by b...BIGTREETECH
2022-06-04Kconfig: Move CANBUS_FREQUENCY definition from src/stm32/Kconfig to src/KconfigKevin O'Connor
2022-06-04armcm_reset: Add a armcm_reset.h header file for try_request_canboot()Kevin O'Connor
2022-06-04mkdocs: Replace TOC in TranslationsYifei Ding
2022-06-04docs: fix typo in Exclude_Object.mdStefan Dej
2022-06-03lib: Update lib/README with latest canboot changesKevin O'Connor
2022-06-03flash_can: add usb supportEric Callahan
2022-06-03stm32: use TME bits to find the canbus tx mailboxEric Callahan
2022-06-03stm32: call "try_request_canboot" for bootloader requestsEric Callahan
2022-06-03canbus: use "try_request_canboot" methodEric Callahan
2022-06-03armcm_reset: support canboot detectionEric Callahan
2022-06-03virtual_sdcard: Fix merge errorKevin O'Connor
2022-06-03docs: add exclude_object documentationFrank Tackitt
2022-06-03exclude_objects: initial implementationFrank Tackitt
2022-06-03tuning_tower: add is_active() methodTroy Jacobson
2022-06-03virtual_sdcard: Add reset_file eventTroy Jacobson
2022-06-03config: Rename sample-huvud-v0.61.cfgKevin O'Connor
2022-06-03config: Huvud KlipperToolhead configCharles Pickering
2022-06-03config: Update ender3 s1 configs to use gear_ratioKevin O'Connor
2022-06-03COPYING: Update GPLv3 license to latest text (uses https instead of http)Kevin O'Connor
2022-06-03virtual_sdcard: Adds on_error_gcodePedro Lamas
2022-06-01config: Add BTT SKR 3 & EBB CAN V1.0 & V1.1 board cfg (#5529)BIGTREETECH
2022-06-01stm32: Rework kconfig to use CONFIG_CANSERIAL for both can.c and fdcan.cKevin O'Connor
2022-06-01flash_usb: Rework flash_rp2040 code to be similar to other boardsKevin O'Connor
2022-06-01stm32: stm32g0b1 fdcan support (#5488)BIGTREETECH
2022-05-24adxl345: Support recording data from multiple ADXL345's in one run, and more....Mikkel Schmidt
2022-05-23docs: Line wrapping in G-Codes.mdKevin O'Connor
2022-05-23docs: Documentation on screws_tilt_calculate MAX_DEVIATION parameter (#5522)Kevin Nguyen
2022-05-23stm32: Don't allow USB on internal clock for stm32f103/stm32f070Kevin O'Connor
2022-05-23config: Minor changes to ender3-s1 and ender3-s1pro configsKevin O'Connor
2022-05-23config: Ender 3 S1/S1 Pro Default Configurations (#5332)Fisheiyy
2022-05-23docs: Update Config_Reference.md z_hop speed (#5514)camerony
2022-05-18config: Create configuration file for Fly-Gemini-v2 and Fly-CDY-V3 motherboar...kluoyun
2022-05-18docs: fix links to Config_Reference.mdth33xitus
2022-05-18config: Remove hold_current from generic-th3d-ezboard-lite-v2.0.cfgKevin O'Connor
2022-05-17docs: Minor wording update to Code_Overview.mdKevin O'Connor
2022-05-17docs: Update Code_Overview.md with more realistic task timing guidelinesKevin O'Connor
2022-05-17docs: Updates to Installation.md documentKevin O'Connor
2022-05-14config:Create configuration file for Fly-Gemini-v1 motherboard (#5474)kluoyun
2022-05-13Makefile: Default to python3 for micro-controller build scriptsKevin O'Connor
2022-05-13homing: Fix bug in multi_complete()Kevin O'Connor
2022-05-13misc: Import misc.h in all files defining console_sendf()Kevin O'Connor
2022-05-10stm32: Remove unused header from can.cKevin O'Connor
2022-05-10canbus: Rename CANBUS_CMD_SET_NODEID to CANBUS_CMD_SET_KLIPPER_NODEIDKevin O'Connor
2022-05-10docs: Minor CanBoot documentation fixesKevin O'Connor
2022-05-10scripts: identify application in canbus_queryEric Callahan
2022-05-10docs: add CanBoot documentation to bootloaders.mdEric Callahan
2022-05-10lib: add flash_can.pyEric Callahan
2022-05-10stm32: add 8 KiB bootloader option for F0x2 devicesEric Callahan