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
/
cartesian.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
cartesian: Initial support for dual carriages
Kevin O'Connor
2018-03-09
1
-30
/
+79
*
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
/
+5
*
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
-1
/
+1
*
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
-5
/
+5
*
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
-12
/
+12
*
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
-3
/
+2
*
mcu: Pass constant velocity and acceleration directly to mcu_stepper
Kevin O'Connor
2017-04-07
1
-30
/
+16
*
klippy: Eliminate high-level build_config phase
Kevin O'Connor
2017-03-13
1
-3
/
+0
*
extruder: Calculate sane defaults for extrude only velocity and accel
Kevin O'Connor
2017-01-03
1
-1
/
+1
*
gcode: Rework homing to use greenlets
Kevin O'Connor
2016-12-09
1
-11
/
+7
*
gcode: Rework endstop query to use greenlets
Kevin O'Connor
2016-12-09
1
-2
/
+3
*
cartesian: Make it clear which methods of CartKinematics are internal
Kevin O'Connor
2016-12-08
1
-7
/
+7
*
toolhead: Specify maximum acceleration and velocity in toolhead class
Kevin O'Connor
2016-12-01
1
-13
/
+9
*
homing: Check homing distance to verify endstop trigger after retract
Kevin O'Connor
2016-11-28
1
-1
/
+2
*
mcu: Store the stepper position in the mcu_stepper class
Kevin O'Connor
2016-11-19
1
-10
/
+5
*
homing: Verify the endstops are no longer triggered after retract move
Kevin O'Connor
2016-11-18
1
-1
/
+1
*
homing: Add EndstopMoveError wrapper around EndstopError
Kevin O'Connor
2016-11-18
1
-2
/
+3
*
homing: Direct stepper phase detection from kinematic classes
Kevin O'Connor
2016-11-18
1
-3
/
+7
*
homing: Create Homing class from gcode
Kevin O'Connor
2016-11-18
1
-4
/
+2
*
homing: Create QueryEndstops class from gcode
Kevin O'Connor
2016-11-18
1
-5
/
+5
*
stepper: Check if the motor needs to be enabled in the kinematic classes
Kevin O'Connor
2016-11-14
1
-4
/
+16
*
stepcompress: Do all step rounding in C code
Kevin O'Connor
2016-11-13
1
-34
/
+36
*
stepper: Default to a high direction pin meaning positive direction
Kevin O'Connor
2016-11-08
1
-2
/
+2
*
cartesian.py: Determine start step offset using last commanded position
Kevin O'Connor
2016-10-31
1
-5
/
+7
*
cartesian: Rename step_dist to move_step_d
Kevin O'Connor
2016-10-31
1
-3
/
+3
*
toolhead: Store both the start and end position in the Move class
Kevin O'Connor
2016-10-25
1
-6
/
+8
*
stepper: Return homing offset in steps instead of an absolute position
Kevin O'Connor
2016-10-13
1
-1
/
+2
*
cartesian: Enforce endstop min and max boundaries
Kevin O'Connor
2016-09-30
1
-0
/
+17
*
toolhead: Allow kinematics class to verify the move prior to queuing it
Kevin O'Connor
2016-09-30
1
-8
/
+13
*
homing: Support querying the current status of endstops
Kevin O'Connor
2016-09-22
1
-0
/
+2
*
cartesian: Minor change to clarify end stop homing direction code
Kevin O'Connor
2016-09-15
1
-2
/
+2
*
mcu: convert stepper, endstop, and digital_out to take mcu_time
Kevin O'Connor
2016-08-24
1
-13
/
+12
*
stepper: Support stepper phase adjustments when homing
Kevin O'Connor
2016-07-28
1
-0
/
+2
*
homing: Move low-level coordinate manipulation to kinematic class
Kevin O'Connor
2016-07-25
1
-4
/
+27
*
stepper: Have caller calculate max jerk velocity
Kevin O'Connor
2016-07-22
1
-0
/
+2
*
extruder: Create a new class and python file to track the printer extruder
Kevin O'Connor
2016-07-10
1
-6
/
+3
[next]