aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* controller_fan: Allow multiple controller_fan sections to be definedKevin O'Connor2019-03-101-1/+1
* z_tilt: bugfix for final correction of z-offsetArne Jansen2019-03-101-1/+1
* menu: Set input_max for moving toolhead in menu to same value for all move in...amblidex2019-03-081-10/+10
* probe: Fix PROBE_CALIBRATE commandKevin O'Connor2019-03-081-3/+5
* probe: Catch toolhead.move() exceptions in cmd_PROBE_CALIBRATE()Kevin O'Connor2019-03-081-15/+12
* screws_tilt_adjust: Add new screws_tilt_adjust tool (#1367)Rui Caridade2019-03-082-3/+120
* tmc2130: Rename driver_BLANK_TIME_SELECT to driver_TBLKevin O'Connor2019-03-082-2/+2
* tmc2660: Minor indentation fixKevin O'Connor2019-03-081-2/+2
* tmc2660: Add INIT_TMC and SET_TMC_FIELD gcodesFlorian Heilmann2019-03-081-2/+31
* tmc2660: Raise SPI speed to 4 MhzFlorian Heilmann2019-03-081-1/+1
* tmc2660: Use helper functions for register access and simplify TMC2660 parame...Florian Heilmann2019-03-081-193/+174
* tmc2660: Add vsense_resistor config parameterFlorian Heilmann2019-03-081-18/+18
* quad_gantry_level: Fixing logic to use probed Z values correctly (#1328)Voron2019-03-081-19/+30
* verify_heater: If the heating_gain check fails, just use max_error checkKevin O'Connor2019-03-081-13/+17
* verify_heater: Improve handling of new targets when temperature is droppingKevin O'Connor2019-03-081-1/+5
* verify_heater: Only reset the error count if within the hysteresis rangeKevin O'Connor2019-03-081-1/+2
* gcode: Change respond_info() to log by defaultKevin O'Connor2019-03-049-29/+17
* manual_stepper: Add support for moves with accelerationKevin O'Connor2019-03-032-21/+40
* atsamd: Add definitions for SAMD21E18 chipKevin O'Connor2019-03-011-1/+1
* atsamd: Use the full micro-controller name for CONFIG_MCUKevin O'Connor2019-03-011-3/+3
* gcode: Improve handling of end of input when reading from a debug fileKevin O'Connor2019-03-011-0/+2
* filament_switch_sensor: initial implementation of switch based filament runou...Arksine2019-03-011-0/+124
* pause_resume: Implement send_pause_command()Arksine2019-03-012-9/+18
* atsamd: Add support for programming SERCOM pinsKevin O'Connor2019-03-011-0/+46
* tmc2130: Wrap code to 80 columnsKevin O'Connor2019-03-011-1/+1
* tmc2130: Add support for INIT_TMC commandKevin O'Connor2019-03-012-7/+27
* bed_screws: Fix missing importKevin O'Connor2019-02-281-0/+1
* tmc2130: Report write-only registers in DUMP_TMCKevin O'Connor2019-02-271-0/+7
* tmc2208: Report write-only registers in DUMP_TMCKevin O'Connor2019-02-271-0/+7
* tmc2660: Wrap code to 80 columnsKevin O'Connor2019-02-271-26/+56
* tsl1401cl_filament_width_sensor: Wrap code to 80 columnsKevin O'Connor2019-02-271-17/+34
* quad_gantry_level: Wrap code to 80 columnsKevin O'Connor2019-02-271-9/+18
* respond: Wrap code to 80 columnsKevin O'Connor2019-02-271-3/+7
* temperature_fan: Wrap code to 80 columnsKevin O'Connor2019-02-271-7/+13
* sx1509: Wrap code to 80 columnsKevin O'Connor2019-02-271-8/+14
* serialqueue: Wrap code to 80 columnsKevin O'Connor2019-02-272-6/+7
* stepcompress: Wrap code to 80 columnsKevin O'Connor2019-02-271-3/+6
* buttons: Wrap code to 80 columnsKevin O'Connor2019-02-271-5/+8
* hd44780: Wrap code to 80 columnsKevin O'Connor2019-02-271-2/+2
* st7920: Wrap code to 80 columnsKevin O'Connor2019-02-271-2/+2
* thermistor: Wrap code to 80 columnsKevin O'Connor2019-02-271-1/+1
* probe: Wrap code to 80 columnsKevin O'Connor2019-02-271-2/+2
* Wrap code to 80 columnsKevin O'Connor2019-02-271-1/+2
* font8x14: Store font as strings instead of as bytearrayKevin O'Connor2019-02-273-258/+259
* chelper: Wrap code to 80 columnsKevin O'Connor2019-02-271-3/+6
* pins: Wrap code to 80 columnsKevin O'Connor2019-02-271-3/+3
* klippy: Wrap code to 80 columnsKevin O'Connor2019-02-271-1/+2
* spi_temperature: Wrap code to 80 columnsKevin O'Connor2019-02-271-7/+8
* toolhead: Wrap code to 80 columnsKevin O'Connor2019-02-271-5/+5
* heater: Wrap code to 80 columnsKevin O'Connor2019-02-271-5/+8