klipper/klippy/kinematics
Kevin O'Connor d0b1b832dd gcode: Change Coord() class to initialize from a list or tuple
Instead of passing arguments as parameters, pass them as a list (or
tuple).  This simplifies the callers and makes it easier to pass
additional parameters.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2025-11-06 10:19:00 -05:00
..
__init__.py toolhead: Move kinematic modules to new kinematics/ directory 2018-07-12 22:50:25 -04:00
cartesian.py gcode: Change Coord() class to initialize from a list or tuple 2025-11-06 10:19:00 -05:00
corexy.py gcode: Change Coord() class to initialize from a list or tuple 2025-11-06 10:19:00 -05:00
corexz.py gcode: Change Coord() class to initialize from a list or tuple 2025-11-06 10:19:00 -05:00
delta.py gcode: Change Coord() class to initialize from a list or tuple 2025-11-06 10:19:00 -05:00
deltesian.py gcode: Change Coord() class to initialize from a list or tuple 2025-11-06 10:19:00 -05:00
extruder.py extruder: Recheck the step generation scan windows on sync_to_extruder() 2025-09-16 11:28:16 -04:00
generic_cartesian.py gcode: Change Coord() class to initialize from a list or tuple 2025-11-06 10:19:00 -05:00
hybrid_corexy.py gcode: Change Coord() class to initialize from a list or tuple 2025-11-06 10:19:00 -05:00
hybrid_corexz.py gcode: Change Coord() class to initialize from a list or tuple 2025-11-06 10:19:00 -05:00
idex_modes.py idex_modes: Fixed dual_carriage axis range calculation after homing 2025-08-03 14:20:10 -04:00
kinematic_stepper.py kinematics: Generic Cartesian kinematics implementation (#6815) 2025-05-06 18:06:36 -04:00
none.py gcode: Change Coord() class to initialize from a list or tuple 2025-11-06 10:19:00 -05:00
polar.py gcode: Change Coord() class to initialize from a list or tuple 2025-11-06 10:19:00 -05:00
rotary_delta.py gcode: Change Coord() class to initialize from a list or tuple 2025-11-06 10:19:00 -05:00
winch.py gcode: Change Coord() class to initialize from a list or tuple 2025-11-06 10:19:00 -05:00