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
...
*
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
*
stepper: Check if the motor needs to be enabled in the kinematic classes
Kevin O'Connor
2016-11-14
1
-9
/
+5
*
stepper: Reset the next step time on a stepper stop
Kevin O'Connor
2016-11-14
1
-1
/
+1
*
stepcompress: Do all step rounding in C code
Kevin O'Connor
2016-11-13
1
-2
/
+2
*
stepper: Return homing offset in steps instead of an absolute position
Kevin O'Connor
2016-10-13
1
-5
/
+5
*
homing: Support querying the current status of endstops
Kevin O'Connor
2016-09-22
1
-0
/
+5
*
mcu: convert stepper, endstop, and digital_out to take mcu_time
Kevin O'Connor
2016-08-24
1
-17
/
+12
*
stepper: Support stepper phase adjustments when homing
Kevin O'Connor
2016-07-28
1
-0
/
+35
*
stepper: Have caller calculate max jerk velocity
Kevin O'Connor
2016-07-22
1
-2
/
+6
*
stepper: Store max_velocity/max_accel instead of max_step_velocity/accel
Kevin O'Connor
2016-07-10
1
-5
/
+4
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+67
[prev]