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
Commit message (
Expand
)
Author
Age
Files
Lines
*
serialhdl: Make SerialReader.connect() blocking
Kevin O'Connor
2016-11-29
4
-42
/
+34
*
klippy: Run the MCU connect code within the reactor
Kevin O'Connor
2016-11-29
4
-24
/
+28
*
reactor: Add support for greenlets
Kevin O'Connor
2016-11-29
1
-5
/
+53
*
mcu: Rename output_file_mode variable to is_fileoutput
Kevin O'Connor
2016-11-29
2
-4
/
+6
*
serialqueue: Kick the background thread from serialqueue_exit
Kevin O'Connor
2016-11-29
1
-9
/
+10
*
serialqueue: Fix possible memory leak in serialqueue_extract_old()
Kevin O'Connor
2016-11-29
1
-2
/
+2
*
klippy: No need to define __str__ and __init__ methods on exception classes
Kevin O'Connor
2016-11-29
3
-17
/
+8
*
klippy: Eliminate write_dictionary command line option
Kevin O'Connor
2016-11-29
1
-9
/
+0
*
mcu: Handle adc initialization entirely in mcu code
Kevin O'Connor
2016-11-29
3
-11
/
+13
*
homing: Check homing distance to verify endstop trigger after retract
Kevin O'Connor
2016-11-28
4
-29
/
+21
*
mcu: Track the stepper position in the MCU in the MCU_stepper class
Kevin O'Connor
2016-11-28
1
-1
/
+11
*
mcu: Store the stepper position in the mcu_stepper class
Kevin O'Connor
2016-11-19
4
-44
/
+38
*
stepper: Raise an EndstopError if invalid phase found during homing
Kevin O'Connor
2016-11-18
1
-3
/
+4
*
homing: Verify the endstops are no longer triggered after retract move
Kevin O'Connor
2016-11-18
3
-8
/
+28
*
homing: Check for timeout during homing operation
Kevin O'Connor
2016-11-18
3
-15
/
+46
*
homing: Add EndstopMoveError wrapper around EndstopError
Kevin O'Connor
2016-11-18
4
-11
/
+15
*
homing: Direct stepper phase detection from kinematic classes
Kevin O'Connor
2016-11-18
4
-16
/
+17
*
homing: Create Homing class from gcode
Kevin O'Connor
2016-11-18
5
-19
/
+20
*
homing: Create QueryEndstops class from gcode
Kevin O'Connor
2016-11-18
8
-36
/
+37
*
mcu: Remove support for DummyMCU class
Kevin O'Connor
2016-11-16
2
-91
/
+0
*
stepcompress: Don't bother loop unrolling in push_sqrt()
Kevin O'Connor
2016-11-14
1
-10
/
+5
*
stepcompress: Optimize safe_sqrt() code
Kevin O'Connor
2016-11-14
1
-3
/
+8
*
stepper: Check if the motor needs to be enabled in the kinematic classes
Kevin O'Connor
2016-11-14
4
-29
/
+55
*
stepper: Reset the next step time on a stepper stop
Kevin O'Connor
2016-11-14
2
-8
/
+4
*
delta: Initial support for linear delta kinematics
Kevin O'Connor
2016-11-14
5
-2
/
+409
*
stepcompress: Do all step rounding in C code
Kevin O'Connor
2016-11-13
6
-131
/
+154
*
stepcompress: Minor code movement
Kevin O'Connor
2016-11-12
1
-41
/
+41
*
queuelogger: Add support for background log writing
Kevin O'Connor
2016-11-12
2
-4
/
+54
*
stepper: Default to a high direction pin meaning positive direction
Kevin O'Connor
2016-11-08
2
-5
/
+5
*
mcu: Do not invert the direction of pullup pins by default
Kevin O'Connor
2016-11-08
1
-2
/
+2
*
heater: Do not require target temperature be above min_extrude_temp
Kevin O'Connor
2016-11-08
1
-5
/
+2
*
extruder: Don't do pressure advance on velocity changes due to cornering
Kevin O'Connor
2016-11-05
1
-2
/
+9
*
extruder: Don't assume start_v matches last end_v in pressure advance
Kevin O'Connor
2016-11-05
1
-23
/
+30
*
extruder: Consistently use extrude distance in calculations
Kevin O'Connor
2016-11-05
1
-12
/
+14
*
toolhead: Support calculation of cornering minimum and maximum
Kevin O'Connor
2016-11-05
1
-21
/
+25
*
toolhead: Simplify calculation of junction_cruise
Kevin O'Connor
2016-11-05
1
-6
/
+2
*
toolhead: Calculate maximum junction start when adding moves
Kevin O'Connor
2016-11-05
1
-12
/
+9
*
mcu: Remove python checks for stepcompress integer overflow
Kevin O'Connor
2016-11-02
1
-6
/
+3
*
stepcompress: Do 32bit integer overflow checks internally in C code
Kevin O'Connor
2016-11-02
1
-10
/
+31
*
stepcompress: Invert the meaning of the min_clock flag
Kevin O'Connor
2016-11-02
1
-12
/
+10
*
stepcompress: Store step times using 64bit integers
Kevin O'Connor
2016-11-01
1
-18
/
+14
*
extruder: Determine start step offset using last commanded position
Kevin O'Connor
2016-10-31
1
-10
/
+16
*
cartesian.py: Determine start step offset using last commanded position
Kevin O'Connor
2016-10-31
1
-5
/
+7
*
cartesian: Rename step_dist to move_step_d
Kevin O'Connor
2016-10-31
2
-12
/
+12
*
toolhead: Store both the start and end position in the Move class
Kevin O'Connor
2016-10-25
3
-17
/
+21
*
stepper: Return homing offset in steps instead of an absolute position
Kevin O'Connor
2016-10-13
2
-6
/
+7
*
gcode: Reset current position after an endstop error
Kevin O'Connor
2016-10-11
1
-0
/
+1
*
heater: Make it possible to disable min_extrude_temp for testing
Kevin O'Connor
2016-10-11
1
-1
/
+1
*
mcu: Fix endstop query timeout checking
Kevin O'Connor
2016-10-11
1
-6
/
+10
*
stepcompress: Check for small negative numbers on sqrt() calls
Kevin O'Connor
2016-10-10
1
-2
/
+13
[next]