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
*
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
*
klippy: Support generic printer_state() and stats() callbacks
Kevin O'Connor
2018-01-28
1
-6
/
+7
*
klippy: Add access methods and avoid peeking into the printer classes
Kevin O'Connor
2018-01-28
1
-3
/
+3
*
toolhead: Improve tracking of print_stall
Kevin O'Connor
2018-01-12
1
-7
/
+9
*
toolhead: Allow junction_deviation to be set to zero
Kevin O'Connor
2017-12-18
1
-1
/
+1
*
homing: Directly interact with the kinematic class on query_endstops()
Kevin O'Connor
2017-12-06
1
-3
/
+0
*
homing: Directly interact with the kinematic class when homing
Kevin O'Connor
2017-12-06
1
-6
/
+2
*
gcode: Simplify exception handling
Kevin O'Connor
2017-12-06
1
-1
/
+5
*
homing: Base homing cpu delay on estimated number of steps needed
Kevin O'Connor
2017-11-29
1
-2
/
+3
*
klippy: Rework shutdown handling
Kevin O'Connor
2017-10-12
1
-6
/
+4
*
cartesian: Fix min_stop_interval calculation error
Kevin O'Connor
2017-10-12
1
-2
/
+3
*
gcode: Report the raw MCU position from the M114 command
Kevin O'Connor
2017-10-03
1
-2
/
+2
*
toolhead: Make sure reset_print_time() doesn't go backwards in time
Kevin O'Connor
2017-09-27
1
-2
/
+3
*
klippy: Avoid using '%' syntax when calling logging module
Kevin O'Connor
2017-09-27
1
-1
/
+1
*
mcu: Initial support for multiple micro-controllers
Kevin O'Connor
2017-09-20
1
-6
/
+11
*
clocksync: Don't export get_last_clock()
Kevin O'Connor
2017-09-19
1
-0
/
+1
*
toolhead: Separate is_active() code from stats() code
Kevin O'Connor
2017-09-19
1
-6
/
+7
*
homing: Move query_endstop() code from kinematic classes to homing.py
Kevin O'Connor
2017-09-19
1
-4
/
+1
*
toolhead: Synchronize print_time to main mcu's time
Kevin O'Connor
2017-09-19
1
-66
/
+47
*
mcu: Use is_fileoutput() externally
Kevin O'Connor
2017-09-19
1
-1
/
+1
*
toolhead: Permit look-ahead between Z moves
Kevin O'Connor
2017-09-03
1
-7
/
+8
[next]