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
/
chelper
Commit message (
Expand
)
Author
Age
Files
Lines
*
input_shaper: Fix for polar kinematics
Dmitry Butyugin
2025-03-11
1
-0
/
+13
*
extruder: Allow dynamic adjustment of pressure advance (#6635)
Dmitry Butyugin
2024-07-11
2
-15
/
+71
*
toolhead: Keep stepcompress move history relative to current time (#6439)
Francois Chagnon
2023-12-30
5
-16
/
+35
*
serialqueue: Simplify sequence number upconversion
Kevin O'Connor
2023-12-07
1
-4
/
+3
*
stepcompress: Add support for queuing messages that consume move queue space
Kevin O'Connor
2023-11-16
3
-0
/
+19
*
serialqueue: Eventually time out if unable to write CANbus messages
Kevin O'Connor
2023-10-04
1
-0
/
+9
*
idex_modes: COPY and MIRROR mode implementation (#6297)
Dmitry Butyugin
2023-08-01
4
-46
/
+95
*
input_shaper: Correctly initialize input shaper stepper_kinematics
Dmitry Butyugin
2023-06-06
1
-0
/
+3
*
input_shaper: Fixed tracking of step_generation_scan_time
Dmitry Butyugin
2023-06-06
2
-11
/
+6
*
serialqueue: Rename stalled_bytes stat to upcoming_bytes
Kevin O'Connor
2023-04-07
1
-16
/
+16
*
chelper: Minor declaration movement in __init__.py
Kevin O'Connor
2023-01-07
1
-2
/
+2
*
trapq: Minor code movement in trapq.c
Kevin O'Connor
2023-01-07
2
-53
/
+53
*
serialqueue: Add comment to do_write()
Kevin O'Connor
2023-01-05
1
-0
/
+1
*
kinematics: Add deltesian printers (#5743)
Tircown
2022-09-01
2
-4
/
+50
*
serialqueue: Improve canbus timing
Kevin O'Connor
2022-07-29
3
-22
/
+47
*
extruder: Add support for reversing the direction of extruder stepper movement
Kevin O'Connor
2022-02-10
3
-6
/
+19
*
extruder: Don't store pressure_advance value in trapq moves
Kevin O'Connor
2022-01-16
2
-13
/
+19
*
input_shaper: Factored out AxisInputShaper class
Dmitry Butyugin
2021-10-26
2
-16
/
+15
*
input_shaper: Define input shapers in a single place in Python code
Dmitry Butyugin
2021-10-26
2
-211
/
+24
*
trapq: Prune interrupted moves from history on trapq_set_position()
Kevin O'Connor
2021-08-06
1
-1
/
+16
*
stepcompress: Pass clock to stepcompress_set_last_position()
Kevin O'Connor
2021-08-06
3
-4
/
+5
*
stepcompress: Support extracting stepcompress history
Kevin O'Connor
2021-07-29
3
-4
/
+53
*
stepcompress: Rename 'struct history_move' to 'struct history_steps'
Kevin O'Connor
2021-07-29
1
-25
/
+25
*
trapq: Store toolhead.set_position() updates in trapq history
Kevin O'Connor
2021-07-29
3
-0
/
+21
*
trapq: Keep history of recent trapq moves
Kevin O'Connor
2021-07-29
3
-4
/
+71
*
trapq: Rename trapq_free_moves() to trapq_finalize_moves()
Kevin O'Connor
2021-07-29
3
-4
/
+4
*
kinematics: Add dual_carriage to hybrid-corexyz (#4296)
Tircown
2021-06-27
2
-0
/
+40
*
stepcompress: Add missing functions to stepcompress.h
Kevin O'Connor
2021-06-11
1
-0
/
+4
*
trdispatch: Support fast responses to trsync_state messages
Kevin O'Connor
2021-06-09
2
-4
/
+244
*
serialqueue: Add serialqueue_send_one() helper function
Kevin O'Connor
2021-06-09
2
-5
/
+14
*
serialqueue: Add "fast reader" support
Kevin O'Connor
2021-06-09
2
-11
/
+69
*
msgblock: Add clock estimation helper functions
Kevin O'Connor
2021-06-09
5
-18
/
+61
*
msgblock: Add msgblock_decode()
Kevin O'Connor
2021-06-09
2
-0
/
+34
*
msgblock: Move message manipulation code from serialqueue.c to new msgblock.c
Kevin O'Connor
2021-06-09
5
-181
/
+201
*
pollreactor: Move C pollreactor code from serialqueue.c to its own file
Kevin O'Connor
2021-06-09
4
-201
/
+226
*
stepcompress: Improve numerical stability of step+dir+step filter
Kevin O'Connor
2021-04-11
1
-1
/
+1
*
stepcompress: Add support for tracking history of queue_step commands
Kevin O'Connor
2021-03-13
2
-27
/
+120
*
serialqueue: Support sending messages over a CAN bus
Kevin O'Connor
2021-03-13
3
-27
/
+76
*
serialqueue: correctly report EOF errors
Lasse Dalegaard
2021-03-01
1
-1
/
+4
*
chelper: Move logging_callback() to global scope
Kevin O'Connor
2021-03-01
1
-4
/
+6
*
buildcommands: Extend number of available mcu messages from 96 to 128
Kevin O'Connor
2021-02-18
3
-14
/
+15
*
serialqueue: Batch multiple message blocks in a single write()
Kevin O'Connor
2021-02-12
1
-29
/
+38
*
serialqueue: Improve timing of sleep durations
Kevin O'Connor
2021-02-12
1
-4
/
+10
*
chelper: Fix check for failed code build
Kevin O'Connor
2021-02-07
1
-2
/
+11
*
serialqueue: Improve checking of out-of-order messages
Kevin O'Connor
2021-02-01
1
-15
/
+23
*
itersolve: Convert iterative solver to use "secant method"
Kevin O'Connor
2020-11-02
1
-100
/
+79
*
serialqueue: Fix registration of serial fd in debug mode
Kevin O'Connor
2020-10-30
1
-5
/
+6
*
kin_extruder: Fix numerical stability when using pressure advance
Kevin O'Connor
2020-10-23
1
-7
/
+11
*
chelper: Add missing serialqueue_set_receive_window() def to serialqueue.h
Kevin O'Connor
2020-09-26
1
-0
/
+1
*
chelper: Use standard C type definition for pyhelper_logging_callback
Kevin O'Connor
2020-09-26
1
-1
/
+1
[next]