index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
Commit message (
Expand
)
Author
Age
Files
Lines
*
console: Update for PinResolver changes
Kevin O'Connor
2019-08-19
1
-1
/
+1
*
board_pins: Improve config error checking
Kevin O'Connor
2019-08-19
1
-3
/
+8
*
board_pins: Add a new "extras" module to support per-board pin aliases
Kevin O'Connor
2019-08-19
2
-2
/
+38
*
pins: Move reserved pin handling into PinResolver class
Kevin O'Connor
2019-08-19
5
-34
/
+35
*
tmc2209: Add support for sensorless homing
Kevin O'Connor
2019-08-19
2
-7
/
+26
*
uc1701: Add support for a reset line on SSD1306 displays
Kevin O'Connor
2019-08-17
1
-0
/
+15
*
bus: Add MCU_bus_digital_out helper class
Kevin O'Connor
2019-08-17
2
-24
/
+47
*
neopixel: Add support for WS2811 RGB pixel color order
Kevin O'Connor
2019-08-09
1
-14
/
+17
*
extra: Add Safe Z home extra
Florian Heilmann
2019-08-09
1
-0
/
+82
*
kinematics: Add get_status() method to kinematics
Florian Heilmann
2019-08-09
6
-0
/
+19
*
pins: Add arduino aliases for Adafruit Grand Central board
Kevin O'Connor
2019-08-09
1
-0
/
+22
*
neopixel: Rework timing so that it works on AVR micro-controllers
Kevin O'Connor
2019-08-07
1
-3
/
+0
*
dotstar: Allow any number of chips to be daisy chained
Kevin O'Connor
2019-08-06
1
-3
/
+5
*
neopixel: Use low priority for LED updates
Kevin O'Connor
2019-08-06
2
-2
/
+8
*
dotstar: Initial support for "dotstar" LEDs
Kevin O'Connor
2019-08-06
2
-5
/
+66
*
spicmds: Rework spi config commands
Kevin O'Connor
2019-08-06
2
-34
/
+28
*
tmc_uart: Make sure address is at least 0
Kevin O'Connor
2019-07-31
1
-1
/
+1
*
tmc_uart: Add support for configuring the uart address on tmc2209 chips
Kevin O'Connor
2019-07-31
2
-13
/
+15
*
menu: use MOVE=1 for offset_z menu
fess
2019-07-31
1
-1
/
+1
*
mcp4728: Update to better match printrbot revf requirements
Kevin O'Connor
2019-07-26
1
-2
/
+2
*
neopixel: Add support for daisy-chained chips
Kevin O'Connor
2019-07-23
1
-2
/
+9
*
neopixel: Add support for setting a default color at startup
Kevin O'Connor
2019-07-23
1
-3
/
+14
*
tmc_uart: Remove references to the TMC2208 in the generic UART code
Kevin O'Connor
2019-07-21
1
-6
/
+6
*
toolhead: No need to build entire look-ahead queue before homing
Kevin O'Connor
2019-07-18
1
-12
/
+6
*
neopixel: Warn that the neopixel isn't currently supported on AVR
Kevin O'Connor
2019-07-17
1
-0
/
+3
*
neopixel: Improve timing of gpio bit-banging
Kevin O'Connor
2019-07-17
1
-3
/
+3
*
neopixel: Optimize the update loop
Kevin O'Connor
2019-07-12
1
-3
/
+3
*
neopixel: Add initial support for "neopixel" leds
Kevin O'Connor
2019-07-12
1
-0
/
+45
*
toolhead: Delay calculating homing print_time until ready to move
Kevin O'Connor
2019-07-12
1
-1
/
+5
*
replicape: Try to detect shift register spi on spidev2.1
Kevin O'Connor
2019-07-12
1
-4
/
+7
*
endstop: Rename mcu end_stop commands to endstop
Kevin O'Connor
2019-07-12
1
-11
/
+11
*
firmware_retract: Remove z_hop support
Kevin O'Connor
2019-07-10
1
-18
/
+6
*
probe: Rework the PROBE_ACCURACY command parameters
Kevin O'Connor
2019-07-10
1
-24
/
+18
*
stepcompress: Remove no longer needed stepcompress_set_homing()
Kevin O'Connor
2019-07-10
4
-32
/
+3
*
toolhead: Remove no longer needed reset_print_time()
Kevin O'Connor
2019-07-10
1
-8
/
+2
*
homing: Remove no longer needed homing time delay code
Kevin O'Connor
2019-07-10
5
-44
/
+11
*
homing: Implement homing via new toolhead "drip" movement
Kevin O'Connor
2019-07-10
4
-40
/
+104
*
toolhead: Change the code to use more explicit state transitions
Kevin O'Connor
2019-07-10
1
-27
/
+37
*
mcu: Rework home_wait() to use a reactor completion
Kevin O'Connor
2019-07-10
1
-34
/
+37
*
serialhdl: Update SendWithRetry to use reactor completions
Kevin O'Connor
2019-07-10
2
-49
/
+26
*
reactor: Add support for "completions"
Kevin O'Connor
2019-07-10
1
-9
/
+46
*
mcu: Use regular send_with_response() for query_endstop()
Kevin O'Connor
2019-07-10
1
-16
/
+13
*
serialhdl: Use register_response() for both registering and unregistering
Kevin O'Connor
2019-07-10
1
-5
/
+5
*
mcu: Integrate query_endstop_wait() into query_endstop()
Kevin O'Connor
2019-07-10
5
-16
/
+6
*
filament_switch_sensor: add SET_FILAMENT_SENSOR gcode
Arksine
2019-07-10
1
-2
/
+13
*
filament_switch_sensor: postfix M400 to script
Arksine
2019-07-10
1
-1
/
+1
*
filament_switch_sensor: remove stale _hande_ready call in the BaseSensor
Arksine
2019-07-10
1
-3
/
+0
*
buttons: initialize mcu buttons based on inverted state
Arksine
2019-07-05
1
-2
/
+3
*
delayed_gcode: initial implementation
Arksine
2019-07-01
1
-0
/
+54
*
gcode_macro: add iterator to status wrapper
Janar Sööt
2019-07-01
1
-0
/
+4
[next]