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
*
probe: Support manual probing at runtime
Kevin O'Connor
2018-10-01
6
-27
/
+27
*
probe: Perform multi-sample averaging in ProbePointsHelper class
Kevin O'Connor
2018-10-01
4
-26
/
+10
*
probe: Separate out manual probing from automatic probing code
Kevin O'Connor
2018-10-01
1
-39
/
+39
*
probe: Move move_next() method within ProbePointsHelper class
Kevin O'Connor
2018-10-01
1
-12
/
+12
*
probe: Implement ProbePointsHelper get_probed_position() locally
Kevin O'Connor
2018-10-01
6
-30
/
+18
*
delta_calibrate: Use kin.calc_position() in get_probed_position() callback
Kevin O'Connor
2018-10-01
1
-9
/
+2
*
gcode_macro: Provide more information on a formatting error
Kevin O'Connor
2018-09-30
1
-3
/
+4
*
gcode_macro: default parameter values
Janar Sööt
2018-09-30
1
-1
/
+7
*
configfile: add get_prefix_options method
Janar Sööt
2018-09-30
1
-0
/
+3
*
tmc2208: Improve error handling
Kevin O'Connor
2018-09-30
1
-2
/
+5
*
verify_heater: Don't report a heater error if printer is shutdown
Kevin O'Connor
2018-09-30
1
-1
/
+6
*
gcode_macro: 2 lines wrapped at 80 chars
Janar Sööt
2018-09-26
1
-2
/
+4
*
gcode_macro: macro improvement with parameters
Janar Sööt
2018-09-26
1
-1
/
+9
*
display: Don't error on an out of range M73 request
Kevin O'Connor
2018-09-25
1
-1
/
+1
*
toolhead: Update look-ahead flush comment
Kevin O'Connor
2018-09-25
1
-3
/
+1
*
menu: vsdcard - scroll long filenames (#694)
Janar Sööt
2018-09-25
1
-1
/
+4
*
delta_calibrate: Initial support for enhanced delta calibration
Kevin O'Connor
2018-09-25
1
-17
/
+170
*
delta_calibrate: Support save/restore of delta_calibrate state
Kevin O'Connor
2018-09-25
1
-10
/
+59
*
delta: Move "stable position" logic to delta_calibrate.py
Kevin O'Connor
2018-09-25
2
-44
/
+82
*
bed_tilt: Support saving calibration data via SAVE_CONFIG command
Kevin O'Connor
2018-09-25
1
-7
/
+15
*
pid_calibrate: Support saving calibration data via SAVE_CONFIG
Kevin O'Connor
2018-09-25
1
-2
/
+9
*
configfile: Add support for rewriting the printer config file
Kevin O'Connor
2018-09-25
1
-17
/
+148
*
configfile: Move config file code from klippy.py to new file
Kevin O'Connor
2018-09-25
3
-116
/
+130
*
menu: new fast step rate feature
Janar Sööt
2018-09-21
2
-19
/
+38
*
st7920: No need to clear glyph framebuffer before programming glyphs
Kevin O'Connor
2018-09-21
1
-3
/
+4
*
hd44780: Simplify framebuffer access
Kevin O'Connor
2018-09-21
1
-9
/
+13
*
st7920: Simplify framebuffer access
Kevin O'Connor
2018-09-21
1
-13
/
+18
*
st7920: Support writing degrees symbol
Kevin O'Connor
2018-09-21
1
-1
/
+8
*
uc1701: Support writing degrees symbol
Kevin O'Connor
2018-09-21
1
-1
/
+1
*
display: Use write_glyph() when writing special characters
Kevin O'Connor
2018-09-21
4
-23
/
+20
*
display: Support writing single character glyphs using write_glyph()
Kevin O'Connor
2018-09-21
5
-7
/
+43
*
display: Move icon drawing from display.py to lcd_chip code
Kevin O'Connor
2018-09-21
4
-60
/
+50
*
icons: Add the bed to the bed heating animations
Kevin O'Connor
2018-09-21
2
-10
/
+14
*
heater: Add new TURN_OFF_HEATERS command
Kevin O'Connor
2018-09-18
2
-0
/
+10
*
menu: New Tune submenu (#653)
Janar Sööt
2018-09-17
1
-0
/
+45
*
gcode: modify get_status method to output more info (#651)
Janar Sööt
2018-09-17
1
-1
/
+16
*
quad_gantry_level: Fix typo, add floating point error protection
Maks Zolin
2018-09-14
1
-2
/
+2
*
delta: Fix maximum halt velocity calculation
Kevin O'Connor
2018-09-12
1
-2
/
+3
*
gcode: Send proactive state messages
Kevin O'Connor
2018-09-12
2
-5
/
+12
*
gcode: Catch errors on fd read and write
Kevin O'Connor
2018-09-12
1
-6
/
+16
*
klippy: Remove unneeded loop in run() method
Kevin O'Connor
2018-09-12
1
-18
/
+17
*
quad_gantry_level: Add gantry leveling (ruled hyperbolic parabola correction)...
Maks Zolin
2018-09-12
1
-0
/
+124
*
toolhead: Set commanded_pos[] to move.end_pos
Kevin O'Connor
2018-09-11
1
-1
/
+1
*
toolhead: Handle rounding errors with extrude only moves
Kevin O'Connor
2018-09-11
1
-1
/
+4
*
tmc2660: Implementation of TMC2660 extra (#621)
Florian Heilmann
2018-09-11
1
-0
/
+269
*
bed_mesh: Cache last position when get_position() is called.
Arksine
2018-09-10
1
-2
/
+3
*
mcu: Log MCU information before configuring
Kevin O'Connor
2018-09-03
2
-15
/
+20
*
pins: Verify the pin_map setting
Kevin O'Connor
2018-09-03
1
-4
/
+10
*
mcu: Rename add_config_object() to register_config_callback()
Kevin O'Connor
2018-09-03
10
-26
/
+29
*
statistics: Move stats handling to new "extras" module
Kevin O'Connor
2018-09-02
3
-14
/
+31
[next]