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
*
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
*
Extruder: Add g-code to set extruder step_distance (#2598)
David Smith
2020-03-28
1
-0
/
+4
*
stepper: Add a config check for obvious incorrect homing_positive_dir
Kevin O'Connor
2020-03-24
1
-0
/
+7
*
mcu: Introduce new lookup_query_command() command wrapper
Kevin O'Connor
2020-02-20
1
-4
/
+4
*
homing: Ability to set retract speed between homing moves (#2487)
FanDjango
2020-02-12
1
-4
/
+6
*
itersolve: Add ability to query the active_flags state
Kevin O'Connor
2020-01-23
1
-0
/
+3
*
itersolve: Export itersolve_calc_position_from_coord()
Kevin O'Connor
2020-01-06
1
-3
/
+8
*
stepper: Track if using units of radians instead of millimeters
Kevin O'Connor
2020-01-06
1
-5
/
+12
*
stepper: Remove set_commanded_position() call
Kevin O'Connor
2019-11-13
1
-12
/
+6
*
stepper: Do not call itersolve_set_commanded_pos() after homing
Kevin O'Connor
2019-11-13
1
-2
/
+1
*
stepper: Add get/set_tag_position() and convert calc_position()
Kevin O'Connor
2019-11-13
1
-1
/
+7
*
stepper: Remove add_to_endstop() method
Kevin O'Connor
2019-11-12
1
-7
/
+2
*
stepper: Merge PrinterStepper and MCU_stepper classes
Kevin O'Connor
2019-11-12
1
-69
/
+48
*
stepper: Move MCU_stepper from mcu.py to stepper.py
Kevin O'Connor
2019-11-12
1
-2
/
+139
*
stepper: Simplify PrinterRail init
Kevin O'Connor
2019-11-12
1
-23
/
+18
*
stepper_enable: Move enable tracking from stepper.py to stepper_enable.py
Kevin O'Connor
2019-11-12
1
-68
/
+7
*
stepper_enable: Move motor_off() logic to stepper_enable.py
Kevin O'Connor
2019-11-12
1
-0
/
+1
*
stepper_enable: Add new extras module for stepper enable line tracking
Kevin O'Connor
2019-11-10
1
-0
/
+2
*
itersolve: Remove unused gen_steps()
Kevin O'Connor
2019-11-06
1
-6
/
+0
*
mcu: Remove set_ignore_move()
Kevin O'Connor
2019-11-06
1
-1
/
+0
*
itersolve: Add support for generating steps from a trapq
Kevin O'Connor
2019-11-06
1
-0
/
+14
*
stepper: Add support for providing a list of pins to enable
Kevin O'Connor
2019-06-28
1
-11
/
+23
*
endstop_phase: Fix endstop_phase on trinamic drivers that aren't inverted
Kevin O'Connor
2019-06-21
1
-0
/
+1
[next]