| Commit message (Expand) | Author | Age | Files | Lines |
* | gcode_arcs: Allow either one of I, J, K to be default-zero on G2/G3 (#5939) | maze | 2022-12-14 | 1 | -1/+1 |
* | save_variables: Verify filename path is writeable at startup | Justin Schuh | 2022-12-11 | 1 | -0/+2 |
* | gcode_arcs: No need to import gcode module to access Coord() | Kevin O'Connor | 2022-12-11 | 1 | -6/+8 |
* | gcode_arcs: support XY, XZ and YZ planes | Andrew Mirsky | 2022-12-11 | 1 | -28/+73 |
* | parsedump: Support running on both python2 and python3 | Kevin O'Connor | 2022-12-07 | 2 | -14/+12 |
* | stm32: add STM32H723 support | bigtreetech | 2022-12-02 | 1 | -0/+6 |
* | stm32g4: implement build,usb,can,i2c,spi,serial,adc. | Matt Baker | 2022-12-02 | 1 | -0/+1 |
* | corexz: Multiple steppers per axis on CoreXZ | Neko-vecter | 2022-12-02 | 1 | -7/+6 |
* | safe_z_home: Fix final z hop to use relative z coordinates (#5879) | redstone99 | 2022-11-22 | 1 | -1/+4 |
* | mpu9250: add MPU6500 (#5767) | Yifei Ding | 2022-11-19 | 1 | -4/+14 |
* | bed_mesh: disallow null profile names | Eric Callahan | 2022-11-11 | 1 | -0/+6 |
* | menu: Conditional display of common Control utils | Grigi | 2022-11-03 | 1 | -3/+24 |
* | adxl345: Apply correct scaling for X,Y and Z axes | Dmitry Butyugin | 2022-10-25 | 1 | -3/+4 |
* | toolhead: Capture current junction_deviation in a Move class | Dmitry Butyugin | 2022-10-17 | 1 | -3/+4 |
* | atsamd: Add Kconfig definitions for same51j19 and same54p20 chips | Kevin O'Connor | 2022-10-13 | 1 | -2/+2 |
* | print_stats: add `SET_PRINT_STATS_INFO` G-Code for pass slicer variables to K... | Stefan Dej | 2022-10-05 | 1 | -1/+28 |
* | z_thermal_adjust: get_temp hotfix | alchemyEngine | 2022-09-30 | 1 | -0/+6 |
* | z_thermal_adjust: Add Z thermal adjuster module (#4157) | alchemyEngine | 2022-09-25 | 1 | -0/+183 |
* | thermocouple: Only shutdown on multiple consecutive sensor errors | Kevin O'Connor | 2022-09-23 | 1 | -6/+10 |
* | spi_temperature: Separate out fault handling from temperature calculation | Kevin O'Connor | 2022-09-23 | 1 | -26/+35 |
* | thermocouple: Report fault information in fault field | Kevin O'Connor | 2022-09-23 | 1 | -6/+6 |
* | stm32l4: add stm32l412 support with adc,i2c,spi,usb | Matt Baker | 2022-09-15 | 1 | -0/+1 |
* | virtual_sdcard: read new lines as-is | Pedro Lamas | 2022-09-11 | 1 | -2/+2 |
* | tmc: Improve error on missing stepper section | Kevin O'Connor | 2022-09-05 | 1 | -0/+4 |
* | fan: add enable_pin option (#5732) | dalegaard | 2022-09-03 | 1 | -0/+11 |
* | mcp4018: Add SET_DIGIPOT command to mcp4018 implementation (#5737) | jake-b | 2022-09-02 | 1 | -1/+14 |
* | kinematics: Add deltesian printers (#5743) | Tircown | 2022-09-01 | 3 | -4/+234 |
* | extruder_stepper: Support configuring pressure advance from config | Dmitry Butyugin | 2022-09-01 | 2 | -4/+6 |
* | save_variables: Do not write to console when variables are saved | MapleLeafMakers | 2022-09-01 | 1 | -1/+0 |
* | palette2: Fix UART encoding | Clifford Roche | 2022-08-19 | 1 | -5/+8 |
* | delta: Added the possibility to get where the "cone shape" of the build volum... | Nitram | 2022-08-19 | 1 | -0/+1 |
* | console: Add support for DUMP and FILEDUMP commands | Kevin O'Connor | 2022-07-29 | 1 | -1/+52 |
* | mcu: Delay reset signaling for usb to canbus bridge nodes | Kevin O'Connor | 2022-07-29 | 2 | -4/+14 |
* | serialqueue: Improve canbus timing | Kevin O'Connor | 2022-07-29 | 4 | -28/+54 |
* | canbus_ids: Use 4 as the first nodeid to reduce id bitstuffing | Kevin O'Connor | 2022-07-29 | 1 | -1/+3 |
* | bed_screws: report status | Pedro Lamas | 2022-07-28 | 1 | -5/+14 |
* | manual_probe: report status | Pedro Lamas | 2022-07-21 | 1 | -2/+23 |
* | webhooks: Close clients that become unresponsive | Kevin O'Connor | 2022-07-06 | 1 | -0/+15 |
* | webhooks: Use reactor to watch for writable fds | Kevin O'Connor | 2022-07-06 | 1 | -27/+22 |
* | reactor: Add support for waiting on fds becoming writable | Kevin O'Connor | 2022-07-06 | 1 | -24/+75 |
* | respond: No forced spaces (#5152) | chestwood96 | 2022-06-30 | 1 | -1/+12 |
* | stm32: Add MCU temp for Stm32h7 (#5606) | adelyser | 2022-06-27 | 1 | -0/+6 |
* | klippy: properly set log level when logging to stderr | Kamil TrzciĆski | 2022-06-27 | 1 | -1/+1 |
* | display_status: Implement SET_DISPLAY_TEXT command | Eric Callahan | 2022-06-27 | 1 | -0/+6 |
* | mpu9250: Inline twos_complement() code | Kevin O'Connor | 2022-06-20 | 1 | -10/+5 |
* | mpu9250: Use adxl345.AccelCommandHelper directly | Kevin O'Connor | 2022-06-20 | 2 | -87/+21 |
* | mpu9250: Use adxl345.ClockSyncRegression directly | Kevin O'Connor | 2022-06-20 | 1 | -49/+1 |
* | mpu9250: Use adxl345.AccelQueryHelper directly | Kevin O'Connor | 2022-06-20 | 2 | -75/+4 |
* | configfile: Expose options awaiting to be saved (#5270) | Kurt Haenen | 2022-06-20 | 1 | -3/+22 |
* | bed_mesh: cache mesh status | Eric Callahan | 2022-06-17 | 1 | -7/+13 |