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
/
kinematics
/
cartesian.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-0
/
+2
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-34
/
+55
*
dual_carriage: Fixed broken safe_distance parameter
Dmitry Butyugin
2025-05-07
1
-1
/
+2
*
kinematics: Generic Cartesian kinematics implementation (#6815)
Dmitry Butyugin
2025-05-06
1
-13
/
+10
*
force_move: Use strings for axes to clear in clear_homing_state()
Kevin O'Connor
2025-01-21
1
-4
/
+4
*
toolhead: Pass set_position() homing_axes parameter as a string
Kevin O'Connor
2025-01-21
1
-1
/
+2
*
stepper_enable: Directly call clear_homing_state() on motor off event
Kevin O'Connor
2025-01-21
1
-4
/
+0
*
force_move: Implement CLEAR for SET_KINEMATIC_POSITION (#6262)
Dennis Marttinen
2025-01-10
1
-4
/
+5
*
configfile: Allow getchoice() to take a list
Kevin O'Connor
2024-06-17
1
-1
/
+1
*
idex_modes: Bugfix for kinematic position calculation.
Frans-willem Hardijzer
2024-05-16
1
-5
/
+12
*
cartesian: fix x-axis being hardcoded for dual_carriage (#6313)
D4SK
2023-08-11
1
-1
/
+2
*
idex_modes: COPY and MIRROR mode implementation (#6297)
Dmitry Butyugin
2023-08-01
1
-50
/
+33
*
kinematics: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-2
/
+2
*
stepper: Remove set_tag_position() code
Kevin O'Connor
2021-05-29
1
-2
/
+2
*
stepper: Do not set min_stop_interval in micro-controller
Kevin O'Connor
2021-04-30
1
-7
/
+0
*
kinematics: Calculate axis_minimum/axis_maximum in advance
Kevin O'Connor
2021-01-08
1
-14
/
+13
*
kinematics: report all axis limits (min/max)
Janar Sööt
2020-12-28
1
-2
/
+10
*
homing: Remove EndstopError
Kevin O'Connor
2020-09-04
1
-1
/
+1
*
toolhead: Add a move.move_error() helper
Kevin O'Connor
2020-09-03
1
-3
/
+2
*
gcode: Automatically call reset_last_position() on a toolhead set_position()
Kevin O'Connor
2020-08-20
1
-2
/
+0
*
cartesian: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-2
/
+2
*
safe_z_home: Support note_z_not_homed() in kinematics (#2500)
David Smith
2020-03-01
1
-0
/
+3
*
kinematics: Remove support for identifying Z steppers
Kevin O'Connor
2020-01-23
1
-3
/
+1
*
toolhead: Report which axes are homed via get_status()
Kevin O'Connor
2019-11-24
1
-4
/
+3
*
toolhead: Rename _full_flush() to flush_step_generation() and use globally
Kevin O'Connor
2019-11-21
1
-1
/
+1
*
cartesian: Report dual_carriage_rails from get_steppers()
Kevin O'Connor
2019-11-15
1
-3
/
+7
*
stepper: Add get/set_tag_position() and convert calc_position()
Kevin O'Connor
2019-11-13
1
-4
/
+5
*
stepper_enable: Move motor_off() logic to stepper_enable.py
Kevin O'Connor
2019-11-12
1
-6
/
+3
*
toolhead: Rename register_move_handler() to register_step_generator()
Kevin O'Connor
2019-11-07
1
-2
/
+2
*
toolhead: Remove kinematic move() call
Kevin O'Connor
2019-11-06
1
-2
/
+0
*
cartesian: Convert step generation to use trapq system
Kevin O'Connor
2019-11-06
1
-16
/
+10
*
kinematics: Add get_status() method to kinematics
Florian Heilmann
2019-08-09
1
-0
/
+4
*
homing: Remove no longer needed homing time delay code
Kevin O'Connor
2019-07-10
1
-4
/
+1
*
homing: Move homing offset adjustment logic to generic homing code
Kevin O'Connor
2018-10-10
1
-3
/
+0
*
homing: Implement second home from homing.py
Kevin O'Connor
2018-10-10
1
-26
/
+12
*
cartesian: Use homing_speed for homing retract speed
Kevin O'Connor
2018-10-09
1
-1
/
+1
*
cartesian: Make sure to constrain second_homing_speed to max_z_velocity
Kevin O'Connor
2018-10-08
1
-0
/
+1
*
stepper: Adding support for a second_homing_speed parameter (#677)
Chris Whiteford
2018-10-04
1
-2
/
+3
*
kinematics: Convert get_rails() method to get_steppers()
Kevin O'Connor
2018-07-16
1
-3
/
+3
*
mcu: Enhance itersolve stepper kinematics allocation
Kevin O'Connor
2018-07-13
1
-6
/
+6
*
toolhead: Fill cmove in toolhead instead of in each kinematic class
Kevin O'Connor
2018-07-13
1
-9
/
+1
*
toolhead: Move kinematic modules to new kinematics/ directory
Kevin O'Connor
2018-07-12
1
-0
/
+173