aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* config: Update ender3 s1 configs to use gear_ratioKevin O'Connor2022-06-032-2/+4
* COPYING: Update GPLv3 license to latest text (uses https instead of http)Kevin O'Connor2022-06-031-4/+4
* virtual_sdcard: Adds on_error_gcodePedro Lamas2022-06-032-0/+11
* config: Add BTT SKR 3 & EBB CAN V1.0 & V1.1 board cfg (#5529)BIGTREETECH2022-06-013-0/+317
* stm32: Rework kconfig to use CONFIG_CANSERIAL for both can.c and fdcan.cKevin O'Connor2022-06-012-13/+8
* flash_usb: Rework flash_rp2040 code to be similar to other boardsKevin O'Connor2022-06-011-26/+29
* stm32: stm32g0b1 fdcan support (#5488)BIGTREETECH2022-06-015-2/+347
* adxl345: Support recording data from multiple ADXL345's in one run, and more....Mikkel Schmidt2022-05-232-24/+72
* docs: Line wrapping in G-Codes.mdKevin O'Connor2022-05-231-1/+3
* docs: Documentation on screws_tilt_calculate MAX_DEVIATION parameter (#5522)Kevin Nguyen2022-05-231-2/+2
* stm32: Don't allow USB on internal clock for stm32f103/stm32f070Kevin O'Connor2022-05-231-1/+2
* config: Minor changes to ender3-s1 and ender3-s1pro configsKevin O'Connor2022-05-232-8/+2
* config: Ender 3 S1/S1 Pro Default Configurations (#5332)Fisheiyy2022-05-233-0/+266
* docs: Update Config_Reference.md z_hop speed (#5514)camerony2022-05-231-2/+2
* config: Create configuration file for Fly-Gemini-v2 and Fly-CDY-V3 motherboar...kluoyun2022-05-183-0/+379
* docs: fix links to Config_Reference.mdth33xitus2022-05-181-8/+8
* config: Remove hold_current from generic-th3d-ezboard-lite-v2.0.cfgKevin O'Connor2022-05-171-1/+0
* docs: Minor wording update to Code_Overview.mdKevin O'Connor2022-05-171-3/+3
* docs: Update Code_Overview.md with more realistic task timing guidelinesKevin O'Connor2022-05-171-3/+6
* docs: Updates to Installation.md documentKevin O'Connor2022-05-171-44/+79
* config:Create configuration file for Fly-Gemini-v1 motherboard (#5474)kluoyun2022-05-143-0/+164
* Makefile: Default to python3 for micro-controller build scriptsKevin O'Connor2022-05-131-1/+1
* homing: Fix bug in multi_complete()Kevin O'Connor2022-05-131-1/+2
* misc: Import misc.h in all files defining console_sendf()Kevin O'Connor2022-05-133-0/+3
* stm32: Remove unused header from can.cKevin O'Connor2022-05-101-1/+0
* canbus: Rename CANBUS_CMD_SET_NODEID to CANBUS_CMD_SET_KLIPPER_NODEIDKevin O'Connor2022-05-101-5/+5
* docs: Minor CanBoot documentation fixesKevin O'Connor2022-05-102-2/+2
* scripts: identify application in canbus_queryEric Callahan2022-05-101-1/+12
* docs: add CanBoot documentation to bootloaders.mdEric Callahan2022-05-101-0/+38
* lib: add flash_can.pyEric Callahan2022-05-102-0/+559
* stm32: add 8 KiB bootloader option for F0x2 devicesEric Callahan2022-05-101-1/+1
* canbus: send 8 bytes in the id responseEric Callahan2022-05-101-1/+2
* canbus: add bootloader supportEric Callahan2022-05-101-0/+27
* docs: Update G-Codes.md (#5487)3-5-202022-05-091-1/+1
* pins: Improve pin description checksKevin O'Connor2022-05-091-1/+3
* stm32: Fix typo in i2c.cKevin O'Connor2022-05-071-2/+2
* klippy: Minor changes to message protocol errorKevin O'Connor2022-05-061-33/+18
* klippy: Reworked the MCU protocol error message (#5470)Felicia Hummel2022-05-061-18/+49
* graphstats: Improve labels on twinx() graphsKevin O'Connor2022-05-061-2/+6
* graphstats: Fix system graph titleKevin O'Connor2022-05-061-1/+1
* docs: Fix typo in Benchmarks.mdKevin O'Connor2022-05-061-1/+1
* docs: Note pins used for stm32flash in Bootloaders.mdKevin O'Connor2022-05-041-4/+5
* docs: Update Example_Configs.md to note that baud should be 250000Kevin O'Connor2022-04-301-0/+3
* docs: Note to run DELTA_CALIBRATE before DELTA_ANALYZE in Delta_Calibrate.mdKevin O'Connor2022-04-291-1/+5
* docs: List only micro-controller names in benchmarks table in Features.mdKevin O'Connor2022-04-291-11/+15
* config: Pull up endstop_pins on Fysetc S6/SpiderAdrian Keet2022-04-263-8/+8
* stm32: Add 64kib bootloader offset option to STM32F401 (#5457)JamesH19782022-04-251-1/+1
* spi_flash: reduce speed to 400KEric Callahan2022-04-251-1/+1
* spi_flash: validate mcu configurationEric Callahan2022-04-251-5/+21
* motan: Fix typo in error reportKevin O'Connor2022-04-231-1/+1