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
*
stepcompress: Implement a step+dir+step filter
Kevin O'Connor
2020-03-13
1
-3
/
+4
*
Revert "itersolve: Implement a step+dir+step filter"
Kevin O'Connor
2020-03-05
1
-4
/
+3
*
itersolve: Implement a step+dir+step filter
Kevin O'Connor
2020-03-04
1
-3
/
+4
*
toolhead: Minor comment addition to calc_junction()
Kevin O'Connor
2020-02-28
1
-0
/
+2
*
homing: Replace notify callback with a completion
Kevin O'Connor
2020-02-19
1
-4
/
+2
*
toolhead: Add register_lookahead_callback() method
Kevin O'Connor
2020-01-03
1
-0
/
+13
*
toolhead: Report which axes are homed via get_status()
Kevin O'Connor
2019-11-24
1
-5
/
+7
*
toolhead: Report the current extruder from the get_status() method
Kevin O'Connor
2019-11-24
1
-0
/
+1
*
force_move: Make sure to flush step generation queue after each move
Kevin O'Connor
2019-11-24
1
-0
/
+2
*
extruder: Remove support for lookahead() method
Kevin O'Connor
2019-11-21
1
-16
/
+4
*
toolhead: Support step generation in lead up to and after stepper activity
Kevin O'Connor
2019-11-21
1
-17
/
+39
*
toolhead: Rename _full_flush() to flush_step_generation() and use globally
Kevin O'Connor
2019-11-21
1
-6
/
+7
*
toolhead: No need to transition to Flushed state before entering Drip state
Kevin O'Connor
2019-11-21
1
-3
/
+5
*
toolhead: Don't report buffer_time stat during homing
Kevin O'Connor
2019-11-15
1
-0
/
+2
*
toolhead: Don't call _process_moves() if no moves present
Kevin O'Connor
2019-11-15
1
-1
/
+3
*
gcode: Remove explicit active extruder tracking
Kevin O'Connor
2019-11-13
1
-4
/
+1
*
stepper_enable: Move motor_off() logic to stepper_enable.py
Kevin O'Connor
2019-11-12
1
-14
/
+0
*
toolhead: Clear any pending pauses when a shutdown occurs
Kevin O'Connor
2019-11-07
1
-4
/
+8
*
toolhead: Rename register_move_handler() to register_step_generator()
Kevin O'Connor
2019-11-07
1
-5
/
+5
*
toolhead: Calculate and store axes_r in move class
Kevin O'Connor
2019-11-06
1
-7
/
+12
*
toolhead: Simplify set_junction() code
Kevin O'Connor
2019-11-06
1
-7
/
+7
*
trapq: Use separate 'move' entries for accel, cruise, and decel phases
Kevin O'Connor
2019-11-06
1
-1
/
+2
*
toolhead: Flush trapezoid velocity queue in batches
Kevin O'Connor
2019-11-06
1
-73
/
+70
*
trapq: Remove move_fill()
Kevin O'Connor
2019-11-06
1
-7
/
+3
*
toolhead: Remove kinematic move() call
Kevin O'Connor
2019-11-06
1
-1
/
+0
*
trapq: Initial support for building a queue of trapezoidal velocity moves
Kevin O'Connor
2019-11-06
1
-6
/
+18
*
tuning_tower: Tool for tuning parameters based on print Z height
Kevin O'Connor
2019-10-01
1
-0
/
+1
*
toolhead: Fix velocity jumps in accel_to_decel lookahead processing
Kevin O'Connor
2019-09-26
1
-2
/
+3
*
toolhead: Fix homing moves not apply kinematic acceleration limits
Kevin O'Connor
2019-09-01
1
-2
/
+7
*
toolhead: No need to build entire look-ahead queue before homing
Kevin O'Connor
2019-07-18
1
-12
/
+6
*
toolhead: Delay calculating homing print_time until ready to move
Kevin O'Connor
2019-07-12
1
-1
/
+5
*
toolhead: Remove no longer needed reset_print_time()
Kevin O'Connor
2019-07-10
1
-8
/
+2
*
homing: Implement homing via new toolhead "drip" movement
Kevin O'Connor
2019-07-10
1
-6
/
+60
*
toolhead: Change the code to use more explicit state transitions
Kevin O'Connor
2019-07-10
1
-27
/
+37
*
toolhead: Just warn if M204 doesn't contain valid S, P, or T
Kevin O'Connor
2019-06-21
1
-3
/
+7
*
toolhead: Commands should still pause even when sync_print_time
Kevin O'Connor
2019-06-09
1
-2
/
+3
*
gcode: "gcode_position" and toolhead "position" as get_status() named tuple
Kevin O'Connor
2019-06-04
1
-0
/
+1
*
gcode: Change respond_info() to log by default
Kevin O'Connor
2019-03-04
1
-1
/
+1
*
toolhead: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-5
/
+5
*
gcode: Use an event to handle restart request actions
Kevin O'Connor
2019-02-25
1
-0
/
+4
*
manual_stepper: Add an "extras" module for manually controlling a stepper
Kevin O'Connor
2019-02-12
1
-0
/
+1
*
manual_probe: Add a helper script for performing manual Z probing
Kevin O'Connor
2019-02-12
1
-0
/
+1
*
klippy: Convert printer_state("shutdown") to an event handler
Kevin O'Connor
2019-01-08
1
-7
/
+5
*
toolhead: Do not apply main printer accel/velocity to extrude only moves
Kevin O'Connor
2019-01-04
1
-3
/
+5
*
toolhead: Don't report an error if request too high in SET_VELOCITY_LIMIT
Kevin O'Connor
2019-01-04
1
-10
/
+8
*
idle_timeout: Add printing/ready/idle tracking
Kevin O'Connor
2018-10-28
1
-1
/
+8
*
toolhead: Don't clear sync_print_time on a get_next_move_time() call
Kevin O'Connor
2018-10-15
1
-8
/
+11
*
toolhead: M204 must update max_accel_to_decel
Kevin O'Connor
2018-10-01
1
-3
/
+3
*
toolhead: Update look-ahead flush comment
Kevin O'Connor
2018-09-25
1
-3
/
+1
*
toolhead: Set commanded_pos[] to move.end_pos
Kevin O'Connor
2018-09-11
1
-1
/
+1
[next]