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
*
mcu: Consistently use mcu_freq variable name (instead of clock_freq)
Kevin O'Connor
2016-08-25
1
-13
/
+13
*
mcu: Internally store _print_start_time instead of _print_start_clock
Kevin O'Connor
2016-08-25
1
-9
/
+12
*
mcu: convert stepper, endstop, and digital_out to take mcu_time
Kevin O'Connor
2016-08-24
5
-86
/
+79
*
mcu: Convert PWM and ADC objects to take mcu_time instead of clock
Kevin O'Connor
2016-08-24
3
-96
/
+85
*
stepper: Support stepper phase adjustments when homing
Kevin O'Connor
2016-07-28
4
-1
/
+54
*
extruder: Add some additional comments
Kevin O'Connor
2016-07-26
1
-0
/
+3
*
homing: Move low-level coordinate manipulation to kinematic class
Kevin O'Connor
2016-07-25
4
-64
/
+70
*
gcode: Error on G20 (set units to inches) command
Kevin O'Connor
2016-07-25
1
-3
/
+2
*
extruder: Add support for "pressure advance" on extrusion
Kevin O'Connor
2016-07-25
1
-36
/
+100
*
toolhead: Limit lookahead optimization to moves with similar extrude ratios
Kevin O'Connor
2016-07-22
1
-3
/
+12
*
stepper: Have caller calculate max jerk velocity
Kevin O'Connor
2016-07-22
3
-2
/
+9
*
toolhead: Add some comments to acceleration code
Kevin O'Connor
2016-07-16
1
-6
/
+18
*
serialhdl: Calculate baudadjust from MCU's baud instead of host baud
Kevin O'Connor
2016-07-16
4
-14
/
+21
*
stepcompress: Fix error causing queue to not be expanded in expand_queue()
Kevin O'Connor
2016-07-16
1
-2
/
+2
*
stepcompress: Check for invalid count in step_factor and step_sqrt
Kevin O'Connor
2016-07-16
1
-2
/
+13
*
extruder: Create a new class and python file to track the printer extruder
Kevin O'Connor
2016-07-10
5
-12
/
+78
*
stepper: Store max_velocity/max_accel instead of max_step_velocity/accel
Kevin O'Connor
2016-07-10
2
-18
/
+11
*
toolhead: Avoid using a dummy_move for an empty move_queue
Kevin O'Connor
2016-07-10
1
-11
/
+3
*
toolhead: Merge lookahead.py into toolhead.py
Kevin O'Connor
2016-07-10
2
-53
/
+53
*
toolhead: Split toolhead code from cartesian.py to new file toolhead.py
Kevin O'Connor
2016-07-10
3
-197
/
+205
*
cartesian: Separate out cartesian robot handling from ToolHead class
Kevin O'Connor
2016-07-10
1
-90
/
+112
*
cartesian: Rename CartKinematics class to ToolHead
Kevin O'Connor
2016-07-10
4
-40
/
+40
*
cartesian: Do acceleration and lookahead on requested coordinates
Kevin O'Connor
2016-07-10
1
-51
/
+64
*
stepcompress: Fix compress_bisect_add() infinite loop
Kevin O'Connor
2016-07-10
1
-2
/
+6
*
pins: Add Arduino Due pin name aliases
Kevin O'Connor
2016-06-14
1
-0
/
+17
*
sam3x8e: Add initial support for Arduino Due boards
Kevin O'Connor
2016-06-14
1
-6
/
+7
*
serialhdl: Avoid using 1200 baud during serial reset
Kevin O'Connor
2016-06-14
1
-1
/
+1
*
console: Update the debugging console to support setting local varables
Kevin O'Connor
2016-06-13
1
-2
/
+12
*
serialqueue: Add debugging helper functions for dumping a binary buffer
Kevin O'Connor
2016-06-05
1
-0
/
+24
*
avr: Initial support for Atmel AT90USB1286 mcu
Kevin O'Connor
2016-06-05
1
-0
/
+1
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
21
-0
/
+4562