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
/
toolhead.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
toolhead: Change variables to use suffix "_v2" instead of prefix "junction_"
Kevin O'Connor
2017-01-16
1
-42
/
+38
*
toolhead: Clear do_calc_junction if using non-default accel
Kevin O'Connor
2017-01-14
1
-6
/
+8
*
toolhead: Change cornering_min/max variable name to junction_corner_min/max
Kevin O'Connor
2017-01-10
1
-7
/
+7
*
extruder: Calculate sane defaults for extrude only velocity and accel
Kevin O'Connor
2017-01-03
1
-1
/
+4
*
toolhead: Also call reset_print_time() on force_shutdown()
Kevin O'Connor
2016-12-28
1
-0
/
+1
*
gcode: Add support for M400 command
Kevin O'Connor
2016-12-28
1
-0
/
+5
*
toolhead: Don't call into kinematic class on extrude only moves
Kevin O'Connor
2016-12-28
1
-4
/
+6
*
gcode: Rework toolhead stalling to use greenlets
Kevin O'Connor
2016-12-09
1
-8
/
+21
*
gcode: Rework endstop query to use greenlets
Kevin O'Connor
2016-12-09
1
-2
/
+3
*
toolhead: Specify maximum acceleration and velocity in toolhead class
Kevin O'Connor
2016-12-01
1
-1
/
+3
*
gcode: Support parsing of "extended" gcode commands
Kevin O'Connor
2016-11-30
1
-1
/
+1
*
klippy: Add ConfigWrapper.getchoice method
Kevin O'Connor
2016-11-30
1
-2
/
+1
*
homing: Direct stepper phase detection from kinematic classes
Kevin O'Connor
2016-11-18
1
-7
/
+0
*
homing: Create Homing class from gcode
Kevin O'Connor
2016-11-18
1
-6
/
+5
*
homing: Create QueryEndstops class from gcode
Kevin O'Connor
2016-11-18
1
-3
/
+2
*
delta: Initial support for linear delta kinematics
Kevin O'Connor
2016-11-14
1
-2
/
+5
*
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
*
toolhead: Store both the start and end position in the Move class
Kevin O'Connor
2016-10-25
1
-10
/
+12
*
toolhead: Allow kinematics class to verify the move prior to queuing it
Kevin O'Connor
2016-09-30
1
-31
/
+28
*
homing: Support querying the current status of endstops
Kevin O'Connor
2016-09-22
1
-0
/
+3
*
toolhead: Force a firmware shutdown on an unhandled exception
Kevin O'Connor
2016-09-22
1
-19
/
+29
*
stepper: Support stepper phase adjustments when homing
Kevin O'Connor
2016-07-28
1
-1
/
+9
*
homing: Move low-level coordinate manipulation to kinematic class
Kevin O'Connor
2016-07-25
1
-2
/
+2
*
toolhead: Limit lookahead optimization to moves with similar extrude ratios
Kevin O'Connor
2016-07-22
1
-3
/
+12
*
toolhead: Add some comments to acceleration code
Kevin O'Connor
2016-07-16
1
-6
/
+18
*
extruder: Create a new class and python file to track the printer extruder
Kevin O'Connor
2016-07-10
1
-1
/
+5
*
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
1
-3
/
+53
*
toolhead: Split toolhead code from cartesian.py to new file toolhead.py
Kevin O'Connor
2016-07-10
1
-0
/
+200
[prev]