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
*
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
*
endstop_phase: Move endstop phase homing code to new "extras" module
Kevin O'Connor
2018-10-16
1
-57
/
+0
*
mcu: Add a set_commanded_position() method to MCU_stepper
Kevin O'Connor
2018-10-10
1
-3
/
+7
*
stepper: Wrap lines to 80 columns
Kevin O'Connor
2018-10-09
1
-3
/
+6
*
stepper: Adding support for a second_homing_speed parameter (#677)
Chris Whiteford
2018-10-04
1
-2
/
+3
*
probe: Infer position_endstop when using probe:z_virtual_offset
Kevin O'Connor
2018-10-01
1
-1
/
+3
*
force_move: Rename stepper_buzz.py to force_move.py
Kevin O'Connor
2018-07-26
1
-2
/
+2
*
stepper: Minor whitespace changes
Kevin O'Connor
2018-07-26
1
-17
/
+19
*
pins: Explicitly pass can_invert and can_pullup to lookup_pin()
Kevin O'Connor
2018-07-26
1
-3
/
+5
*
itersolve: Support calculating a stepper position from a cartesian coordinate
Kevin O'Connor
2018-07-18
1
-0
/
+1
*
query_endstops: Move QUERY_ENDSTOP command to it own extras/ module
Kevin O'Connor
2018-07-16
1
-3
/
+10
*
mcu: Enhance itersolve stepper kinematics allocation
Kevin O'Connor
2018-07-13
1
-6
/
+4
*
itersolve: Support setting the stepper position via a cartesian coordinate
Kevin O'Connor
2018-06-22
1
-2
/
+2
*
stepper: Replace PrinterHomingStepper with PrinterRail
Kevin O'Connor
2018-06-22
1
-75
/
+83
*
stepper: Add a get_homing_info() method to PrinterHomingStepper
Kevin O'Connor
2018-06-22
1
-1
/
+7
*
stepper: Add a get_range() method to PrinterHomingStepper
Kevin O'Connor
2018-06-22
1
-0
/
+2
*
stepper: Don't peak into PrinterStepper members
Kevin O'Connor
2018-06-22
1
-4
/
+8
*
stepper: Add a is_stepper_enabled() method to PrinterStepper
Kevin O'Connor
2018-06-22
1
-0
/
+2
*
stepper: Don't store step_dist in PrinterStepper
Kevin O'Connor
2018-06-22
1
-11
/
+15
*
stepper: Add a get_name() method to PrinterStepper
Kevin O'Connor
2018-06-22
1
-9
/
+12
*
stepper: No need to pass printer reference to kinematic/stepper constructors
Kevin O'Connor
2018-06-22
1
-12
/
+12
*
kin_cartesian: Remove stepcompress_push_const()
Kevin O'Connor
2018-06-20
1
-8
/
+0
*
corexy: Convert corexy to use the iterative solver
Kevin O'Connor
2018-06-20
1
-1
/
+18
*
delta: Convert delta kinematics to use iterative solver
Kevin O'Connor
2018-06-20
1
-1
/
+2
*
stepper_buzz: Move STEPPER_BUZZ command from stepper.py to new file
Kevin O'Connor
2018-06-20
1
-28
/
+2
*
stepper: Add STEPPER_BUZZ command
Kevin O'Connor
2018-05-24
1
-0
/
+30
*
stepper: Raise an error if position_endstop is not in min/max range
Kevin O'Connor
2018-05-18
1
-6
/
+16
*
stepper: Fix typo in error report - name should be self.name
Kevin O'Connor
2018-05-14
1
-1
/
+1
[next]