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: 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
*
toolhead: Eliminate set_max_jerk() from kinematic classes
Kevin O'Connor
2017-09-03
1
-14
/
+17
*
toolhead: Avoid directly accessing the printer.mcu field
Kevin O'Connor
2017-08-26
1
-11
/
+14
*
klippy: Store printer startup parameters in new "start_args" dictionary
Kevin O'Connor
2017-08-25
1
-0
/
+2
*
extruder: Add initial support for multi-extruders
Kevin O'Connor
2017-06-09
1
-7
/
+16
*
klippy: Allow each module to define their config sections
Kevin O'Connor
2017-06-09
1
-0
/
+3
*
klippy: Don't log stats when the printer is idle
Kevin O'Connor
2017-04-14
1
-5
/
+8
*
klippy: Support minimum/maximum value checks on configuration variables
Kevin O'Connor
2017-04-11
1
-10
/
+17
*
corexy: Initial corexy kinematic implementation
Kevin O'Connor
2017-04-03
1
-1
/
+2
*
toolhead: Increase the motor_off_time default to 10 minutes
Kevin O'Connor
2017-03-30
1
-1
/
+1
*
toolhead: Don't raise exception from force_shutdown
Kevin O'Connor
2017-03-16
1
-3
/
+6
*
klippy: Eliminate high-level build_config phase
Kevin O'Connor
2017-03-13
1
-2
/
+0
*
toolhead: Fix error in lookahead logic
Kevin O'Connor
2017-02-20
1
-11
/
+11
*
toolhead: Rework lookahead flush to be more stable during high cpu
Kevin O'Connor
2017-02-12
1
-20
/
+48
*
toolhead: Flush lookahead buffer by time
Kevin O'Connor
2017-02-12
1
-7
/
+12
*
toolhead: Separate motor off timer from main flush timer
Kevin O'Connor
2017-02-12
1
-24
/
+38
*
toolhead: Increase maximum stepper halt velocity
Kevin O'Connor
2017-02-12
1
-1
/
+3
*
reactor: Use the system monotonic clock instead of the normal system clock
Kevin O'Connor
2017-02-06
1
-6
/
+7
*
toolhead: Introduce "smoothed" acceleration during lookahead
Kevin O'Connor
2017-02-06
1
-9
/
+41
*
toolhead: Remove unneeded forward pass in MoveQueue.flush()
Kevin O'Connor
2017-02-06
1
-10
/
+10
*
toolhead: Remove the do_calc_junction flag
Kevin O'Connor
2017-02-06
1
-23
/
+14
*
extruder: Do extruder lookahead based on time instead of cornering
Kevin O'Connor
2017-02-06
1
-1
/
+1
*
extruder: Move extruder specific lookahead into extruder class
Kevin O'Connor
2017-02-06
1
-44
/
+37
*
toolhead: Make sure max_corner_v2 is fully calculated on a lazy flush
Kevin O'Connor
2017-01-16
1
-3
/
+7
*
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
[next]