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
/
homing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gcode: Position returned by M114 should be relative to last G92
Kevin O'Connor
2018-03-15
1
-4
/
+0
*
homing: allow to disable homing retract
cruwaller
2018-03-06
1
-0
/
+2
*
homing_override: Allow moves prior to homing an axis
Kevin O'Connor
2018-01-28
1
-1
/
+3
*
probe: Support activate/deactivate scripts on each probe
Kevin O'Connor
2018-01-28
1
-0
/
+4
*
probe: Initial support for Z-Probe hardware
Kevin O'Connor
2018-01-28
1
-2
/
+8
*
homing: Handle speed rounding when homing speed greater than max_velocity
Kevin O'Connor
2017-12-20
1
-1
/
+11
*
homing: Directly interact with the kinematic class on query_endstops()
Kevin O'Connor
2017-12-06
1
-5
/
+7
*
homing: Directly interact with the kinematic class when homing
Kevin O'Connor
2017-12-06
1
-2
/
+9
*
homing: Make sure to clean up homing state even if homing fails
Kevin O'Connor
2017-12-06
1
-27
/
+35
*
homing: Pass list of endstops (not steppers) to the homing code
Kevin O'Connor
2017-12-06
1
-24
/
+23
*
homing: Base homing cpu delay on estimated number of steps needed
Kevin O'Connor
2017-11-29
1
-2
/
+8
*
stepper: Add get_endstops() / set_position wrappers
Kevin O'Connor
2017-11-18
1
-18
/
+24
*
endstop: Eliminate end_stop_set_oversample command
Kevin O'Connor
2017-10-12
1
-1
/
+4
*
gcode: Report the raw MCU position from the M114 command
Kevin O'Connor
2017-10-03
1
-1
/
+5
*
toolhead: Make sure reset_print_time() doesn't go backwards in time
Kevin O'Connor
2017-09-27
1
-1
/
+1
*
homing: Move query_endstop() code from kinematic classes to homing.py
Kevin O'Connor
2017-09-19
1
-7
/
+18
*
mcu: Pass print_time directly to MCU calls
Kevin O'Connor
2017-09-19
1
-1
/
+1
*
homing: Add a small delay before each homing operation
Kevin O'Connor
2017-08-29
1
-1
/
+5
*
mcu: Add get_mcu() call to the mcu oid objects
Kevin O'Connor
2017-08-29
1
-1
/
+1
*
klippy: Use newer "except XYZError as e" python syntax
Kevin O'Connor
2017-06-10
1
-1
/
+1
*
gcode: Rework homing to use greenlets
Kevin O'Connor
2016-12-09
1
-56
/
+19
*
gcode: Rework endstop query to use greenlets
Kevin O'Connor
2016-12-09
1
-34
/
+0
*
klippy: No need to define __str__ and __init__ methods on exception classes
Kevin O'Connor
2016-11-29
1
-6
/
+3
*
homing: Check homing distance to verify endstop trigger after retract
Kevin O'Connor
2016-11-28
1
-26
/
+15
*
homing: Verify the endstops are no longer triggered after retract move
Kevin O'Connor
2016-11-18
1
-6
/
+26
*
homing: Check for timeout during homing operation
Kevin O'Connor
2016-11-18
1
-12
/
+24
*
homing: Add EndstopMoveError wrapper around EndstopError
Kevin O'Connor
2016-11-18
1
-5
/
+7
*
homing: Direct stepper phase detection from kinematic classes
Kevin O'Connor
2016-11-18
1
-5
/
+8
*
homing: Create Homing class from gcode
Kevin O'Connor
2016-11-18
1
-1
/
+5
*
homing: Create QueryEndstops class from gcode
Kevin O'Connor
2016-11-18
1
-7
/
+12
*
cartesian: Enforce endstop min and max boundaries
Kevin O'Connor
2016-09-30
1
-0
/
+8
*
homing: Support querying the current status of endstops
Kevin O'Connor
2016-09-22
1
-1
/
+29
*
mcu: convert stepper, endstop, and digital_out to take mcu_time
Kevin O'Connor
2016-08-24
1
-2
/
+1
*
homing: Move low-level coordinate manipulation to kinematic class
Kevin O'Connor
2016-07-25
1
-46
/
+29
*
cartesian: Rename CartKinematics class to ToolHead
Kevin O'Connor
2016-07-10
1
-9
/
+9
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+82