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
*
respond: An extra for sending messages to the printer host. (#1053)
Alec B. Plumb
2019-01-02
2
-2
/
+53
*
heater: take a gcode_id when setting up a heater (#1028)
john--
2019-01-02
4
-27
/
+35
*
gcode: Minor change to make M220 command take effect immediately (#1000)
bondus
2019-01-02
1
-2
/
+2
*
bus: Don't raise a "duplicate pin" warning on None pins
Kevin O'Connor
2019-01-02
2
-0
/
+4
*
display: Fix handling of M117 command if lowercase 'm' is used
Kevin O'Connor
2019-01-02
1
-2
/
+3
*
tmc2660: error and whitespace fixes
Petri Honkala
2018-12-27
1
-4
/
+4
*
tmc2208: error raise fixed for rx/tx mcu check
Petri Honkala
2018-12-27
1
-1
/
+1
*
mcu: Allow set_stepper_kinematics() to set the kinematics back to None
Kevin O'Connor
2018-12-24
1
-2
/
+3
*
winch: Add experimental support for cable winch kinematics
Kevin O'Connor
2018-12-24
3
-2
/
+109
*
polar: Experimental support for polar kinematics
Kevin O'Connor
2018-12-24
3
-2
/
+180
*
kinematics: Add a "none" debugging kinematics
Kevin O'Connor
2018-12-24
1
-0
/
+26
*
bltouch: Issue both a "reset" and a "pin_up" after a successful probe
Kevin O'Connor
2018-12-16
1
-1
/
+2
*
bltouch: Add a config option to disable the bltouch sensor test
Kevin O'Connor
2018-12-16
1
-1
/
+5
*
bltouch: Always make sure to check the endstop at least every 1ms
Kevin O'Connor
2018-12-16
1
-3
/
+7
*
bltouch: Fix typo in pin_move_time parsing
Kevin O'Connor
2018-12-04
1
-1
/
+1
*
bltouch: Allow the pin_move_time to be configured
Kevin O'Connor
2018-12-04
1
-9
/
+11
*
bltouch: Add a BLTOUCH_DEBUG command
Kevin O'Connor
2018-12-03
1
-13
/
+32
*
bltouch: Fix bug - must restore stepper position after homing
Kevin O'Connor
2018-12-01
1
-0
/
+7
*
bed_mesh: Introduce fade_target option
Arksine
2018-11-30
1
-39
/
+76
*
bed_mesh: Disable z-adjustment fade by default.
Arksine
2018-11-30
1
-1
/
+1
*
bltouch: Add initial support for a bltouch "extras" module
Kevin O'Connor
2018-11-30
2
-6
/
+98
*
mcp4451: Minor update - remove unnecessary mcu import
Kevin O'Connor
2018-11-24
1
-1
/
+1
*
mcp4451: Use bus.py helper code for i2c
Kevin O'Connor
2018-11-24
1
-22
/
+10
*
uc1701: Add support for SSD1306 in i2c mode
Kevin O'Connor
2018-11-23
2
-57
/
+161
*
uc1701: Cache icons and fonts in byte display order
Kevin O'Connor
2018-11-21
1
-43
/
+34
*
uc1701: Wrap code to 80 columns
Kevin O'Connor
2018-11-21
1
-2
/
+4
*
uc1701: Add all_framebuffers to reduce vram indexing in the code
Kevin O'Connor
2018-11-21
1
-17
/
+16
*
uc1701: Add support for SSD1306 displays
Kevin O'Connor
2018-11-21
2
-2
/
+29
*
display: Add a get_dimensions() method to lcd chip classes
Kevin O'Connor
2018-11-21
4
-5
/
+7
*
tmc2660: Use bus.py helper code for spi
Kevin O'Connor
2018-11-21
1
-31
/
+8
*
uc1701: Use bus.py helper code for spi
Kevin O'Connor
2018-11-21
1
-29
/
+20
*
tmc2130: Use bus.py helper code for spi
Kevin O'Connor
2018-11-21
1
-29
/
+7
*
ad5206: Use bus.py helper code for spi
Kevin O'Connor
2018-11-21
1
-17
/
+7
*
replicape: Use bus.py helper code for spi
Kevin O'Connor
2018-11-21
1
-17
/
+5
*
spi_temperature: Use bus.py helper code for spi
Kevin O'Connor
2018-11-21
1
-16
/
+7
*
bus: Add klippy/extras/bus.py module with SPI bus helper code
Kevin O'Connor
2018-11-21
1
-0
/
+65
*
avr: Add initial support for atmega32u4 chips
Kevin O'Connor
2018-11-20
1
-0
/
+1
*
console: Try to improve the description of the SUPPRESS command
Kevin O'Connor
2018-11-16
1
-1
/
+1
*
lpc176x: Convert i2c code to use standard i2ccmds.c
Kevin O'Connor
2018-11-14
1
-3
/
+10
*
servo: This patch create ability to enable/disable attached servo. (#880)
Jiri Dobry
2018-11-14
1
-4
/
+16
*
display: FR icon changed to "Feed Rate" (#860)
James
2018-11-13
1
-13
/
+13
*
bed_mesh: Fix some fragile identity comparisons
Lucas Fink
2018-10-31
1
-2
/
+2
*
sx1509: Relax restrictions on SX1509 pins (#836)
Florian Heilmann
2018-10-30
1
-6
/
+6
*
tmc2660: Fix typo in TMC2660 extra (#830)
Florian Heilmann
2018-10-29
1
-1
/
+1
*
avr: Add support for atmega328p
Kevin O'Connor
2018-10-29
1
-1
/
+3
*
Add DUMP_TMC capabilities to the TMC2660 extra
Florian Heilmann
2018-10-28
1
-1
/
+19
*
Implement idle event support in the TMC2660 extra
Florian Heilmann
2018-10-28
1
-48
/
+25
*
idle_timeout: Add printing/ready/idle tracking
Kevin O'Connor
2018-10-28
2
-22
/
+73
*
gcode: process_batch() should execute commands atomically
Kevin O'Connor
2018-10-28
3
-23
/
+26
*
sx1509: Raise an error if a pin max_duration is not zero
Kevin O'Connor
2018-10-27
1
-1
/
+8
[next]