aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/corexy.py
Commit message (Expand)AuthorAgeFilesLines
* stepper: Separate out homing code to its own PrinterHomingStepper classKevin O'Connor2017-07-241-1/+1
* klippy: Support minimum/maximum value checks on configuration variablesKevin O'Connor2017-04-111-2/+4
* stepcompress: Merge stepcompress_push_accel() and stepcompress_push_const()Kevin O'Connor2017-04-071-3/+4
* mcu: Change mcu_stepper.set_position() to take a location in millimetersKevin O'Connor2017-04-071-8/+2
* mcu: Pass constant velocity and acceleration directly to mcu_stepperKevin O'Connor2017-04-071-34/+19
* corexy: Initial corexy kinematic implementationKevin O'Connor2017-04-031-0/+164