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: Add support for a STATS command
Kevin O'Connor
2017-08-08
1
-1
/
+4
*
console: Add LIST command that shows available commands and variables
Kevin O'Connor
2017-08-08
2
-2
/
+18
*
console: Add a HELP command
Kevin O'Connor
2017-08-08
1
-4
/
+26
*
stepper: Use a sane default for homing_positive_dir
Kevin O'Connor
2017-07-24
1
-2
/
+11
*
stepper: Separate out homing code to its own PrinterHomingStepper class
Kevin O'Connor
2017-07-24
4
-42
/
+45
*
serialhdl: Dump serial stats in dump_debug()
Kevin O'Connor
2017-07-24
1
-0
/
+2
*
gcode: Don't wait for moves to finish if both debug input and output
Kevin O'Connor
2017-07-23
1
-1
/
+2
*
serialqueue: Improve limit on number of in-flight bytes
Kevin O'Connor
2017-07-23
1
-6
/
+5
*
serialqueue: Further retransmit timing fixes
Kevin O'Connor
2017-07-23
1
-5
/
+3
*
serialqueue: Allow a second nak after a retransmit
Kevin O'Connor
2017-07-21
1
-3
/
+11
*
serialqueue: Fix off-by-one error in retransmit sequence number tracking
Kevin O'Connor
2017-07-21
1
-3
/
+3
*
serialqueue: Improve timing of multiple retransmits
Kevin O'Connor
2017-07-21
1
-8
/
+12
*
gcode: Improve end-of-file handling when input is a debug file
Kevin O'Connor
2017-07-21
1
-7
/
+10
*
irq: Support sleeping when mcu is idle
Kevin O'Connor
2017-07-17
1
-2
/
+4
*
fan: Add support for heater_fan objects
Kevin O'Connor
2017-07-17
3
-4
/
+44
*
mcu: Support converting from a system time to an mcu time
Kevin O'Connor
2017-07-17
1
-0
/
+6
*
gcode: Log g-code error responses
Kevin O'Connor
2017-07-17
1
-2
/
+3
*
fan: Support setting a max_power attribute for the print cooling fan
Kevin O'Connor
2017-07-05
1
-3
/
+4
*
msgproto: Catch exceptions during identify data parsing
Kevin O'Connor
2017-07-04
1
-12
/
+18
*
msgproto: Export static_strings from mcu to host as a dictionary
Kevin O'Connor
2017-07-02
1
-3
/
+4
*
serialqueue: Rename clock estimation variable names
Kevin O'Connor
2017-06-30
3
-16
/
+17
*
serialhdl: Rework mcu clock synchronization
Kevin O'Connor
2017-06-30
1
-52
/
+68
*
serialqueue: Clarify code that associates sent messages to received messages
Kevin O'Connor
2017-06-30
1
-6
/
+13
*
build: Request python2 for all directly executed python binaries
Kevin O'Connor
2017-06-27
3
-3
/
+3
*
heater: Fix auto-tune code
Kevin O'Connor
2017-06-22
1
-12
/
+18
*
console: Support new artificial DELAY command
Kevin O'Connor
2017-06-22
1
-1
/
+15
*
klippy: Make sure to always sleep before retrying next stats() call
Kevin O'Connor
2017-06-15
1
-2
/
+2
*
delta: Fix support for different endstop_position settings on each stepper
Kevin O'Connor
2017-06-11
1
-4
/
+6
*
gcode: Fix regression causing lost asynchronous commands
Kevin O'Connor
2017-06-11
1
-1
/
+2
*
klippy: Remove some obscure python2 dependencies
Kevin O'Connor
2017-06-10
3
-3
/
+3
*
klippy: Use newer "except XYZError as e" python syntax
Kevin O'Connor
2017-06-10
6
-15
/
+15
*
gcode: Support running arbitrary gcode on extruder change
Kevin O'Connor
2017-06-09
2
-9
/
+20
*
gcode: Support for querying and setting multiple extruder heaters
Kevin O'Connor
2017-06-09
1
-24
/
+33
*
extruder: Add initial support for multi-extruders
Kevin O'Connor
2017-06-09
3
-14
/
+69
*
klippy: Allow each module to define their config sections
Kevin O'Connor
2017-06-09
5
-11
/
+25
*
pins: Fix typo in at90usb1286 support so PF0-7 pins are defined
Kevin O'Connor
2017-06-09
1
-1
/
+1
*
klippy: Prefer python dictionary comprehension to dict() call
Kevin O'Connor
2017-06-06
3
-6
/
+6
*
delta: Add support for specifying the angle each tower is at
Kevin O'Connor
2017-06-05
1
-6
/
+7
*
avr: Add support for atmega328 chip
Kevin O'Connor
2017-05-28
1
-2
/
+2
*
pru: Add support for ADC input
Kevin O'Connor
2017-05-17
1
-1
/
+9
*
pyhelper: Fix GETHEX() macro used in dump_string() debugging
Kevin O'Connor
2017-05-17
1
-1
/
+1
*
pins: Add pin mappings for Beaglebone boards
Kevin O'Connor
2017-05-15
1
-6
/
+52
*
serialhdl: Support working with pseudo serial devices
Kevin O'Connor
2017-05-15
2
-3
/
+12
*
pwmcmds: Export the maximum PWM value
Kevin O'Connor
2017-05-15
1
-4
/
+8
*
extruder: Rework maximum retraction check
Kevin O'Connor
2017-05-02
1
-7
/
+8
*
gcode: Check for invalid speeds
Kevin O'Connor
2017-05-02
1
-1
/
+4
*
extruder: Extend over extrusion checks to retractions
Kevin O'Connor
2017-05-02
1
-3
/
+4
*
msgproto: Wrap strings passed via output() in repr()
Kevin O'Connor
2017-05-02
1
-0
/
+2
*
gcode: Don't report an error if turning off an unknown fan or heater
Kevin O'Connor
2017-05-01
1
-3
/
+5
*
queuelogger: Add critical information to each logfile on rollover
Kevin O'Connor
2017-05-01
3
-28
/
+60
[next]