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
*
pins: Remove module level get_printer_pins() and setup_pin() functions
Kevin O'Connor
2018-04-04
1
-12
/
+11
*
homing: allow to disable homing retract
cruwaller
2018-03-06
1
-1
/
+1
*
docs: Add tips for porting to new kinematics to Code_Overview.md
Kevin O'Connor
2018-02-17
1
-0
/
+1
*
klippy: Add access methods and avoid peeking into the printer classes
Kevin O'Connor
2018-01-28
1
-5
/
+5
*
stepper: Automatically detect and handle shared stepper enable lines
Kevin O'Connor
2018-01-10
1
-10
/
+31
*
pins: Rename parse_pin_desc() to lookup_pin()
Kevin O'Connor
2018-01-10
1
-2
/
+2
*
homing: Handle speed rounding when homing speed greater than max_velocity
Kevin O'Connor
2017-12-20
1
-7
/
+0
*
delta: Default stepper_b/c position_endstop to stepper_a's
Kevin O'Connor
2017-12-08
1
-2
/
+6
*
stepper: Only align the stepper motor to a full step when requested
Kevin O'Connor
2017-12-07
1
-1
/
+2
*
mcu: Remove unneeded MCU_digital_out.get_last_setting() method
Kevin O'Connor
2017-12-06
1
-1
/
+1
*
mcu: Reset the stepper step clock on init - not after each motor on
Kevin O'Connor
2017-12-06
1
-2
/
+0
*
homing: Pass list of endstops (not steppers) to the homing code
Kevin O'Connor
2017-12-06
1
-3
/
+2
*
stepper: get_homed_offset() should return a float
Kevin O'Connor
2017-12-03
1
-2
/
+2
*
stepper: Support for multiple steppers controlling a single axis
Kevin O'Connor
2017-11-18
1
-0
/
+46
*
stepper: Add get_endstops() / set_position wrappers
Kevin O'Connor
2017-11-18
1
-0
/
+4
*
stepper: Store pointers to step_const and step_delta in PrinterStepper
Kevin O'Connor
2017-11-18
1
-4
/
+6
*
stepper: Remove unused variables from PrinterStepper class
Kevin O'Connor
2017-11-18
1
-4
/
+2
*
stepper: Additional code comments
Kevin O'Connor
2017-11-18
1
-5
/
+9
*
stepper: Calculate the stepper name directly from the config section
Kevin O'Connor
2017-11-18
1
-4
/
+6
*
endstop: Eliminate end_stop_set_oversample command
Kevin O'Connor
2017-10-12
1
-5
/
+0
*
stepper: If homing_endstop_phase is configured, make 0.0 be at a full step
Kevin O'Connor
2017-10-03
1
-0
/
+14
*
endstop: Support oversampling of the endstop
Kevin O'Connor
2017-10-01
1
-0
/
+5
*
klippy: Avoid using '%' syntax when calling logging module
Kevin O'Connor
2017-09-27
1
-2
/
+2
*
mcu: Move print_time to clock conversion code to clocksync.py
Kevin O'Connor
2017-09-19
1
-1
/
+2
*
homing: Move query_endstop() code from kinematic classes to homing.py
Kevin O'Connor
2017-09-19
1
-6
/
+0
*
mcu: Pass print_time directly to MCU calls
Kevin O'Connor
2017-09-19
1
-10
/
+6
*
mcu: Use is_fileoutput() externally
Kevin O'Connor
2017-09-19
1
-1
/
+1
*
stepper: Fix bug causing 'enable_pin' to be required
Kevin O'Connor
2017-09-19
1
-0
/
+1
*
stepper: Adjust homing_speed so that it's an even number of ticks per step
Kevin O'Connor
2017-08-29
1
-0
/
+6
*
mcu: Add get_mcu() call to the mcu oid objects
Kevin O'Connor
2017-08-29
1
-3
/
+3
*
pins: Support registering arbitrary chips that supply configurable pins
Kevin O'Connor
2017-08-25
1
-10
/
+13
*
klippy: Store printer startup parameters in new "start_args" dictionary
Kevin O'Connor
2017-08-25
1
-1
/
+1
*
stepper: Use a sane default for homing_positive_dir
Kevin O'Connor
2017-07-24
1
-2
/
+11
*
stepper: Separate out homing code to its own PrinterHomingStepper class
Kevin O'Connor
2017-07-24
1
-39
/
+42
*
klippy: Remove some obscure python2 dependencies
Kevin O'Connor
2017-06-10
1
-1
/
+1
*
klippy: Support minimum/maximum value checks on configuration variables
Kevin O'Connor
2017-04-11
1
-8
/
+14
*
mcu: Change mcu_stepper.set_position() to take a location in millimeters
Kevin O'Connor
2017-04-07
1
-1
/
+1
*
mcu: Pass constant velocity and acceleration directly to mcu_stepper
Kevin O'Connor
2017-04-07
1
-0
/
+1
*
endstop: Support halting more than one stepper on trigger
Kevin O'Connor
2017-04-03
1
-1
/
+2
*
stepper: Disable homing_endstop_accuracy errors on debug runs
Kevin O'Connor
2017-03-31
1
-0
/
+2
*
stepper: Fix set_min_stop_interval() calculation
Kevin O'Connor
2017-03-16
1
-4
/
+10
*
klippy: Eliminate high-level build_config phase
Kevin O'Connor
2017-03-13
1
-22
/
+15
*
mcu: Delay setting of mcu_stepper.min_stop_interval
Kevin O'Connor
2017-03-13
1
-4
/
+2
*
stepper: Change default max_error from 50us to 25us
Kevin O'Connor
2016-12-28
1
-1
/
+1
*
gcode: Rework homing to use greenlets
Kevin O'Connor
2016-12-09
1
-2
/
+2
*
gcode: Rework endstop query to use greenlets
Kevin O'Connor
2016-12-09
1
-2
/
+0
*
toolhead: Specify maximum acceleration and velocity in toolhead class
Kevin O'Connor
2016-12-01
1
-10
/
+7
*
klippy: Throw an exception if any required config parameter is missing
Kevin O'Connor
2016-11-30
1
-8
/
+10
*
stepper: Raise an EndstopError if invalid phase found during homing
Kevin O'Connor
2016-11-18
1
-3
/
+4
*
homing: Create QueryEndstops class from gcode
Kevin O'Connor
2016-11-18
1
-3
/
+5
[next]