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
*
display: Check for M117 inside of draw_status()
Kevin O'Connor
2018-10-18
1
-22
/
+12
*
klippy: No need to return anything from _connect() method
Kevin O'Connor
2018-10-18
1
-3
/
+2
*
endstop_phase: Add support for an ENDSTOP_PHASE_CALIBRATE command
Kevin O'Connor
2018-10-16
1
-0
/
+96
*
endstop_phase: Add support for detecting phase via TMC stepper drivers
Kevin O'Connor
2018-10-16
3
-5
/
+33
*
endstop_phase: Move endstop phase homing code to new "extras" module
Kevin O'Connor
2018-10-16
3
-65
/
+83
*
klippy: Add a basic event dispatch mechanism
Kevin O'Connor
2018-10-16
1
-0
/
+5
*
homing: Pass printer instead of toolhead object to Homing class
Kevin O'Connor
2018-10-16
3
-4
/
+5
*
chelper: Add a quick __main__ to compile c helper (#782)
lf
2018-10-16
1
-0
/
+4
*
configfile: Strip trailing comments
Kevin O'Connor
2018-10-16
1
-0
/
+8
*
delta_calibrate: Perform coordinate descent in a background process
Kevin O'Connor
2018-10-15
2
-8
/
+30
*
toolhead: Don't clear sync_print_time on a get_next_move_time() call
Kevin O'Connor
2018-10-15
1
-8
/
+11
*
gcode: Report state message after any error in a STATUS response
Kevin O'Connor
2018-10-13
1
-1
/
+1
*
gcode: Remove "Preparing to restart" message
Kevin O'Connor
2018-10-13
1
-1
/
+0
*
homing: Move homing offset adjustment logic to generic homing code
Kevin O'Connor
2018-10-10
4
-11
/
+8
*
mcu: Add a set_commanded_position() method to MCU_stepper
Kevin O'Connor
2018-10-10
2
-13
/
+17
*
delta: Add a special case to the limit checks for the homing position
Kevin O'Connor
2018-10-10
1
-4
/
+5
*
delta: Reorganize init()
Kevin O'Connor
2018-10-10
1
-18
/
+18
*
homing: Implement second home from homing.py
Kevin O'Connor
2018-10-10
5
-100
/
+73
*
delta: Wrap lines to 80 columns
Kevin O'Connor
2018-10-10
1
-5
/
+6
*
servo: Wrap lines to 80 columns
Kevin O'Connor
2018-10-10
1
-10
/
+15
*
stepper: Wrap lines to 80 columns
Kevin O'Connor
2018-10-09
1
-3
/
+6
*
cartesian: Use homing_speed for homing retract speed
Kevin O'Connor
2018-10-09
3
-3
/
+3
*
cartesian: Make sure to constrain second_homing_speed to max_z_velocity
Kevin O'Connor
2018-10-08
2
-0
/
+3
*
display: Corrected Fan icon graphics (#753)
alfsoft
2018-10-07
1
-1
/
+2
*
servo: Adding support for startup value for servos (#676)
Chris Whiteford
2018-10-05
1
-9
/
+25
*
stepper: Adding support for a second_homing_speed parameter (#677)
Chris Whiteford
2018-10-04
4
-8
/
+12
*
st7920: Use display xor capability when animating glyphs
Kevin O'Connor
2018-10-04
1
-9
/
+9
*
display: Change Extruder, Bed and Fan icons design (#740)
alfsoft
2018-10-04
1
-59
/
+59
*
bed_mesh: save mesh state to 'default' profile after calibration
Arksine
2018-10-04
1
-2
/
+12
*
bed_mesh: Add ability to save mesh state to persistent memory
Arksine
2018-10-02
1
-1
/
+97
*
bed_mesh: Extend BED_MESH_MAP to provide more information
Arksine
2018-10-02
1
-2
/
+8
*
docs: Update Features.md document with tmc2660 support
Kevin O'Connor
2018-10-02
1
-0
/
+0
*
menu.cfg: add fan glyph to __screen2004_static & __screen2004_input
Janar Sööt
2018-10-02
1
-2
/
+3
*
hd44780: new text glyph - fan
Janar Sööt
2018-10-02
1
-0
/
+10
*
toolhead: M204 must update max_accel_to_decel
Kevin O'Connor
2018-10-01
1
-3
/
+3
*
display: Don't error if M73 is missing a P parameter
Kevin O'Connor
2018-10-01
1
-1
/
+2
*
probe: Merge ProbeVirtualEndstop and ProbeEndstopWrapper wrapper classes
Kevin O'Connor
2018-10-01
1
-41
/
+27
*
probe: Infer position_endstop when using probe:z_virtual_offset
Kevin O'Connor
2018-10-01
3
-38
/
+10
*
probe: Verify the toolhead moves at least some distance on a probe
Kevin O'Connor
2018-10-01
2
-18
/
+19
*
z_tilt: Wrap lines to 80 columns
Kevin O'Connor
2018-10-01
1
-1
/
+2
*
z_tilt: Take into account probe xy offset when calculating z_adjust
Kevin O'Connor
2018-10-01
1
-7
/
+13
*
bed_tilt: Take into account probe xy offset when calculating z_adjust
Kevin O'Connor
2018-10-01
1
-5
/
+6
*
bed_tilt: Remove special probe:z_virtual_endstop handling
Kevin O'Connor
2018-10-01
1
-29
/
+9
*
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
[next]