aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* console: Update for PinResolver changesKevin O'Connor2019-08-191-1/+1
* board_pins: Improve config error checkingKevin O'Connor2019-08-191-3/+8
* board_pins: Add a new "extras" module to support per-board pin aliasesKevin O'Connor2019-08-192-2/+38
* pins: Move reserved pin handling into PinResolver classKevin O'Connor2019-08-195-34/+35
* tmc2209: Add support for sensorless homingKevin O'Connor2019-08-192-7/+26
* uc1701: Add support for a reset line on SSD1306 displaysKevin O'Connor2019-08-171-0/+15
* bus: Add MCU_bus_digital_out helper classKevin O'Connor2019-08-172-24/+47
* neopixel: Add support for WS2811 RGB pixel color orderKevin O'Connor2019-08-091-14/+17
* extra: Add Safe Z home extraFlorian Heilmann2019-08-091-0/+82
* kinematics: Add get_status() method to kinematicsFlorian Heilmann2019-08-096-0/+19
* pins: Add arduino aliases for Adafruit Grand Central boardKevin O'Connor2019-08-091-0/+22
* neopixel: Rework timing so that it works on AVR micro-controllersKevin O'Connor2019-08-071-3/+0
* dotstar: Allow any number of chips to be daisy chainedKevin O'Connor2019-08-061-3/+5
* neopixel: Use low priority for LED updatesKevin O'Connor2019-08-062-2/+8
* dotstar: Initial support for "dotstar" LEDsKevin O'Connor2019-08-062-5/+66
* spicmds: Rework spi config commandsKevin O'Connor2019-08-062-34/+28
* tmc_uart: Make sure address is at least 0Kevin O'Connor2019-07-311-1/+1
* tmc_uart: Add support for configuring the uart address on tmc2209 chipsKevin O'Connor2019-07-312-13/+15
* menu: use MOVE=1 for offset_z menufess2019-07-311-1/+1
* mcp4728: Update to better match printrbot revf requirementsKevin O'Connor2019-07-261-2/+2
* neopixel: Add support for daisy-chained chipsKevin O'Connor2019-07-231-2/+9
* neopixel: Add support for setting a default color at startupKevin O'Connor2019-07-231-3/+14
* tmc_uart: Remove references to the TMC2208 in the generic UART codeKevin O'Connor2019-07-211-6/+6
* toolhead: No need to build entire look-ahead queue before homingKevin O'Connor2019-07-181-12/+6
* neopixel: Warn that the neopixel isn't currently supported on AVRKevin O'Connor2019-07-171-0/+3
* neopixel: Improve timing of gpio bit-bangingKevin O'Connor2019-07-171-3/+3
* neopixel: Optimize the update loopKevin O'Connor2019-07-121-3/+3
* neopixel: Add initial support for "neopixel" ledsKevin O'Connor2019-07-121-0/+45
* toolhead: Delay calculating homing print_time until ready to moveKevin O'Connor2019-07-121-1/+5
* replicape: Try to detect shift register spi on spidev2.1Kevin O'Connor2019-07-121-4/+7
* endstop: Rename mcu end_stop commands to endstopKevin O'Connor2019-07-121-11/+11
* firmware_retract: Remove z_hop supportKevin O'Connor2019-07-101-18/+6
* probe: Rework the PROBE_ACCURACY command parametersKevin O'Connor2019-07-101-24/+18
* stepcompress: Remove no longer needed stepcompress_set_homing()Kevin O'Connor2019-07-104-32/+3
* toolhead: Remove no longer needed reset_print_time()Kevin O'Connor2019-07-101-8/+2
* homing: Remove no longer needed homing time delay codeKevin O'Connor2019-07-105-44/+11
* homing: Implement homing via new toolhead "drip" movementKevin O'Connor2019-07-104-40/+104
* toolhead: Change the code to use more explicit state transitionsKevin O'Connor2019-07-101-27/+37
* mcu: Rework home_wait() to use a reactor completionKevin O'Connor2019-07-101-34/+37
* serialhdl: Update SendWithRetry to use reactor completionsKevin O'Connor2019-07-102-49/+26
* reactor: Add support for "completions"Kevin O'Connor2019-07-101-9/+46
* mcu: Use regular send_with_response() for query_endstop()Kevin O'Connor2019-07-101-16/+13
* serialhdl: Use register_response() for both registering and unregisteringKevin O'Connor2019-07-101-5/+5
* mcu: Integrate query_endstop_wait() into query_endstop()Kevin O'Connor2019-07-105-16/+6
* filament_switch_sensor: add SET_FILAMENT_SENSOR gcodeArksine2019-07-101-2/+13
* filament_switch_sensor: postfix M400 to scriptArksine2019-07-101-1/+1
* filament_switch_sensor: remove stale _hande_ready call in the BaseSensorArksine2019-07-101-3/+0
* buttons: initialize mcu buttons based on inverted stateArksine2019-07-051-2/+3
* delayed_gcode: initial implementationArksine2019-07-011-0/+54
* gcode_macro: add iterator to status wrapperJanar Sööt2019-07-011-0/+4