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
/
stepper.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-1
/
+4
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-124
/
+243
*
klippy: fix typos in python code (#6989)
Thijs Triemstra
2025-07-25
1
-1
/
+1
*
stepper: Fix broken manual_stepper rail naming (#6929)
Dmitry Butyugin
2025-05-10
1
-4
/
+6
*
kinematics: Generic Cartesian kinematics implementation (#6815)
Dmitry Butyugin
2025-05-06
1
-30
/
+47
*
stepper: Support step on both edges with custom minimum pulse duration
Kevin O'Connor
2025-03-20
1
-7
/
+28
*
force_move: Implement CLEAR for SET_KINEMATIC_POSITION (#6262)
Dennis Marttinen
2025-01-10
1
-1
/
+1
*
homing: Log a warning if probe alters stepper kinematic positions
Kevin O'Connor
2024-10-26
1
-2
/
+4
*
tmc: Remove code that could read microsteps in tmc config sections
Kevin O'Connor
2024-05-16
1
-1
/
+2
*
idex_modes: Native input shaping support with dual carriages
Dmitry Butyugin
2023-06-06
1
-0
/
+2
*
mcu: Move lookup_command_tag() to CommandWrapper class
Kevin O'Connor
2023-02-22
1
-6
/
+6
*
extruder: Verify trapq is unmodified on default SET_PRESSURE_ADVANCE
Kevin O'Connor
2022-03-04
1
-0
/
+2
*
delta: Multiple steppers on delta tower (#5217)
Andrei Ignat
2022-02-28
1
-2
/
+4
*
extruder: Add support for reversing the direction of extruder stepper movement
Kevin O'Connor
2022-02-10
1
-4
/
+13
*
extruder: Add a SET_EXTRUDER_ROTATION_DISTANCE command
Kevin O'Connor
2022-02-10
1
-7
/
+15
*
stepper: Support step_pulse_duration even on TMC drivers in UART/SPI mode
Kevin O'Connor
2021-11-29
1
-1
/
+4
*
stepper: Add support for stepping on both edges of a step pulse
Kevin O'Connor
2021-11-04
1
-1
/
+15
*
stepper: Make step pulse duration customizable at run-time
Kevin O'Connor
2021-11-04
1
-5
/
+12
*
stepper: Remove support for deprecated step_distance option
Kevin O'Connor
2021-11-02
1
-7
/
+0
*
stepper: Remove unused _dist_to_time() method
Kevin O'Connor
2021-10-29
1
-4
/
+0
*
kinematics: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-1
/
+2
*
stepper: Make sure to report an error if endstop_pin is not defined
Kevin O'Connor
2021-09-29
1
-2
/
+2
*
configfile: Add support for reporting deprecated options
Kevin O'Connor
2021-09-16
1
-0
/
+1
*
stepper: detect duplicate endstops
Lasse Dalegaard
2021-08-31
1
-6
/
+26
*
stepper: Add mcu_to_commanded_position() method
Kevin O'Connor
2021-08-22
1
-2
/
+1
*
stepper: Use config.getlists() for gear_ratio config option
Kevin O'Connor
2021-08-21
1
-10
/
+4
*
homing: Calculate homing position based on trigger time
Kevin O'Connor
2021-08-17
1
-1
/
+2
*
tmc: Track offset between tmc driver and mcu position
Kevin O'Connor
2021-08-08
1
-0
/
+1
*
stepper: Query the stepper mcu position during startup
Kevin O'Connor
2021-08-06
1
-2
/
+7
*
stepcompress: Pass clock to stepcompress_set_last_position()
Kevin O'Connor
2021-08-06
1
-1
/
+4
*
motion_report: Add new extras module for low-level motion diagnostics
Kevin O'Connor
2021-07-29
1
-1
/
+1
*
stepper: Simplify helper module registration of stepper motors
Kevin O'Connor
2021-07-29
1
-6
/
+4
*
stepcompress: Support extracting stepcompress history
Kevin O'Connor
2021-07-29
1
-0
/
+6
*
stepper: Minor indentation changes
Kevin O'Connor
2021-07-03
1
-4
/
+4
*
stepper: Restore mcu_position on set_stepper_kinematics() and set_step_dist()
Kevin O'Connor
2021-06-11
1
-15
/
+20
*
stepper: Remove set_tag_position() code
Kevin O'Connor
2021-05-29
1
-7
/
+2
*
stepper: Improve get_past_commanded_position()
Kevin O'Connor
2021-05-29
1
-5
/
+7
*
stepper: Remove min_stop_interval from mcu code
Kevin O'Connor
2021-04-30
1
-2
/
+1
*
stepper: Do not set min_stop_interval in micro-controller
Kevin O'Connor
2021-04-30
1
-17
/
+3
*
stepper: Register a config default for calculated homing_positive_dir
Kevin O'Connor
2021-04-16
1
-0
/
+1
*
stepcompress: Add support for tracking history of queue_step commands
Kevin O'Connor
2021-03-13
1
-1
/
+10
*
stepper: Improve error messages on missing rotation_distance
Kevin O'Connor
2021-02-23
1
-5
/
+8
*
stepper: Don't cache ffi_lib object in the stepper
Kevin O'Connor
2021-02-18
1
-20
/
+25
*
buildcommands: Extend number of available mcu messages from 96 to 128
Kevin O'Connor
2021-02-18
1
-9
/
+9
*
stepper: Calculate step_distance from rotation_distance
Kevin O'Connor
2020-12-18
1
-1
/
+42
*
homing: Prefer printer.command_error() instead of homing.CommandError()
Kevin O'Connor
2020-09-04
1
-1
/
+1
*
mcu: Add support for commands to send only on a host restart
Kevin O'Connor
2020-07-25
1
-2
/
+2
*
stepper: Make sure to reload trapq in set_stepper_kinematics()
Kevin O'Connor
2020-06-30
1
-2
/
+3
*
klippy: Rename try_load_module() to load_object()
Kevin O'Connor
2020-05-08
1
-3
/
+3
*
stepper: No need to pass stepper_kinematics to set_step_dist()
Kevin O'Connor
2020-03-28
1
-3
/
+2
[next]