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
/
corexy.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
homing_override: Allow moves prior to homing an axis
Kevin O'Connor
2018-01-28
1
-3
/
+5
*
probe: Initial support for Z-Probe hardware
Kevin O'Connor
2018-01-28
1
-1
/
+6
*
homing: Handle speed rounding when homing speed greater than max_velocity
Kevin O'Connor
2017-12-20
1
-1
/
+3
*
homing: Directly interact with the kinematic class on query_endstops()
Kevin O'Connor
2017-12-06
1
-2
/
+2
*
homing: Pass list of endstops (not steppers) to the homing code
Kevin O'Connor
2017-12-06
1
-4
/
+4
*
stepper: Support for multiple steppers controlling a single axis
Kevin O'Connor
2017-11-18
1
-3
/
+7
*
stepper: Add get_endstops() / set_position wrappers
Kevin O'Connor
2017-11-18
1
-1
/
+1
*
stepper: Store pointers to step_const and step_delta in PrinterStepper
Kevin O'Connor
2017-11-18
1
-7
/
+5
*
stepper: Calculate the stepper name directly from the config section
Kevin O'Connor
2017-11-18
1
-1
/
+1
*
cartesian: Fix min_stop_interval calculation error
Kevin O'Connor
2017-10-12
1
-4
/
+4
*
gcode: Report the raw MCU position from the M114 command
Kevin O'Connor
2017-10-03
1
-2
/
+2
*
homing: Move query_endstop() code from kinematic classes to homing.py
Kevin O'Connor
2017-09-19
1
-3
/
+2
*
mcu: Pass print_time directly to MCU calls
Kevin O'Connor
2017-09-19
1
-14
/
+14
*
corexy: Fix max_xy_halt_velocity calculation on corexy
Kevin O'Connor
2017-09-09
1
-1
/
+2
*
toolhead: Eliminate set_max_jerk() from kinematic classes
Kevin O'Connor
2017-09-03
1
-5
/
+8
*
stepper: Adjust homing_speed so that it's an even number of ticks per step
Kevin O'Connor
2017-08-29
1
-3
/
+4
*
stepper: Separate out homing code to its own PrinterHomingStepper class
Kevin O'Connor
2017-07-24
1
-1
/
+1
*
klippy: Support minimum/maximum value checks on configuration variables
Kevin O'Connor
2017-04-11
1
-2
/
+4
*
stepcompress: Merge stepcompress_push_accel() and stepcompress_push_const()
Kevin O'Connor
2017-04-07
1
-3
/
+4
*
mcu: Change mcu_stepper.set_position() to take a location in millimeters
Kevin O'Connor
2017-04-07
1
-8
/
+2
*
mcu: Pass constant velocity and acceleration directly to mcu_stepper
Kevin O'Connor
2017-04-07
1
-34
/
+19
*
corexy: Initial corexy kinematic implementation
Kevin O'Connor
2017-04-03
1
-0
/
+164