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: 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
*
toolhead: Handle rounding errors with extrude only moves
Kevin O'Connor
2018-09-11
1
-1
/
+4
*
statistics: Move stats handling to new "extras" module
Kevin O'Connor
2018-09-02
1
-0
/
+1
*
klippy: Rename lookup_module_objects() to lookup_objects()
Kevin O'Connor
2018-09-02
1
-1
/
+2
*
toolhead: Support M204 with P and T instead of S
Kevin O'Connor
2018-09-02
1
-1
/
+7
*
toolhead: Forward original config error if raised in kinematics class
Kevin O'Connor
2018-08-30
1
-0
/
+4
*
idle_timeout: Move timeout handling from toolhead.py to new extras module
Kevin O'Connor
2018-07-16
1
-26
/
+9
*
toolhead: Replace junction_deviation with square_corner_velocity
Kevin O'Connor
2018-07-16
1
-11
/
+19
*
toolhead: Fill cmove in toolhead instead of in each kinematic class
Kevin O'Connor
2018-07-13
1
-1
/
+12
*
toolhead: Move kinematic modules to new kinematics/ directory
Kevin O'Connor
2018-07-12
1
-8
/
+13
*
klippy: No need to pass printer reference to add_printer_objects()
Kevin O'Connor
2018-07-12
1
-2
/
+2
*
toolhead: Disable all extruder motors on a motor_off()
Kevin O'Connor
2018-06-23
1
-1
/
+2
*
stepper: No need to pass printer reference to kinematic/stepper constructors
Kevin O'Connor
2018-06-22
1
-8
/
+7
*
toolhead: Add support for the M204 command
Kevin O'Connor
2018-06-15
1
-0
/
+5
*
extruder: Fix SET_PRESSURE_ADVANCE so that it works with multiple extruders
Kevin O'Connor
2018-05-20
1
-0
/
+2
*
toolhead: Add a SET_VELOCITY_LIMIT command
Kevin O'Connor
2018-04-20
1
-3
/
+38
*
toolhead: Allow max_accel_to_decel to be greater than max_accel in config
Kevin O'Connor
2018-04-20
1
-3
/
+3
*
toolhead: Limit junction speed of short moves
Kevin O'Connor
2018-04-03
1
-3
/
+8
*
display: Add initial support for LCD screens attached to an MCU
Kevin O'Connor
2018-03-06
1
-2
/
+14
*
klippy: Allow any stats producer to determine when stats are needed
Kevin O'Connor
2018-02-05
1
-9
/
+5
*
homing_override: Allow moves prior to homing an axis
Kevin O'Connor
2018-01-28
1
-2
/
+2
[prev]
[next]