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
/
itersolve.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
itersolve: Convert iterative solver to use "secant method"
Kevin O'Connor
2020-11-02
1
-100
/
+79
*
itersolve: Use stricter completion check in itersolve_find_step()
Kevin O'Connor
2020-08-08
1
-2
/
+4
*
itersolve: Enhance "false position" method with "illinois algorithm"
Kevin O'Connor
2020-08-08
1
-1
/
+8
*
itersolve: Use more explicit list traversal in itersolve_generate_steps()
Kevin O'Connor
2020-05-04
1
-28
/
+44
*
itersolve: Fix numeric stability of flush range times
Kevin O'Connor
2020-05-04
1
-2
/
+6
*
stepcompress: Implement a step+dir+step filter
Kevin O'Connor
2020-03-13
1
-1
/
+14
*
Revert "itersolve: Implement a step+dir+step filter"
Kevin O'Connor
2020-03-05
1
-78
/
+5
*
itersolve: Implement a step+dir+step filter
Kevin O'Connor
2020-03-04
1
-5
/
+78
*
itersolve: Reset bounds search on a direction change
Kevin O'Connor
2020-03-04
1
-2
/
+10
*
itersolve: Simplify main itersolve_gen_steps_range() loop
Kevin O'Connor
2020-03-04
1
-46
/
+42
*
stepcompress: Remove "queue append" abstraction
Kevin O'Connor
2020-03-04
1
-10
/
+3
*
itersolve: Add ability to query the active_flags state
Kevin O'Connor
2020-01-23
1
-0
/
+9
*
itersolve: Export itersolve_calc_position_from_coord()
Kevin O'Connor
2020-01-06
1
-1
/
+1
*
itersolve: Improve numerical stability of gen_steps_pre_active check
Kevin O'Connor
2019-12-10
1
-1
/
+2
*
itersolve: Rename scan_pre/_post to gen_steps_pre/post_active
Kevin O'Connor
2019-12-10
1
-6
/
+6
*
itersolve: Fix potential backwards time in itersolve_gen_steps_range()
Kevin O'Connor
2019-12-02
1
-2
/
+4
*
itersolve: Support step generation in lead up to and after stepper activity
Kevin O'Connor
2019-11-21
1
-5
/
+26
*
trapq: Implement sentinel nodes on the trapq list
Kevin O'Connor
2019-11-21
1
-14
/
+9
*
stepper: Remove set_commanded_position() call
Kevin O'Connor
2019-11-13
1
-3
/
+4
*
itersolve: Improve numerical stability of itersolve_generate_steps() loop
Kevin O'Connor
2019-11-08
1
-11
/
+10
*
trapq: Remove move_fill()
Kevin O'Connor
2019-11-06
1
-1
/
+3
*
itersolve: Remove unused gen_steps()
Kevin O'Connor
2019-11-06
1
-9
/
+1
*
itersolve: Add support for generating steps from a trapq
Kevin O'Connor
2019-11-06
1
-7
/
+91
*
trapq: Add new trapq.c file with code for trapezoidal velocity handling
Kevin O'Connor
2019-11-06
1
-89
/
+3
*
polar: Implement bed angle wrapping adjustments in chelper code
Kevin O'Connor
2019-11-06
1
-0
/
+2
*
itersolve: Rename calc_position to calc_position_cb
Kevin O'Connor
2019-11-06
1
-7
/
+7
*
itersolve: Fix possible infinite loop in itersolve_gen_steps()
Kevin O'Connor
2019-11-06
1
-1
/
+3
*
itersolve: Support calculating a stepper position from a cartesian coordinate
Kevin O'Connor
2018-07-18
1
-4
/
+4
*
itersolve: Support setting the stepper position via a cartesian coordinate
Kevin O'Connor
2018-06-22
1
-0
/
+10
*
itersolve: Move tracking of commanded position to itersolve code
Kevin O'Connor
2018-06-20
1
-3
/
+8
*
extruder: Convert to using iterative solver
Kevin O'Connor
2018-06-20
1
-14
/
+1
*
itersolve: Add kinematic iterative solver code
Kevin O'Connor
2018-06-20
1
-0
/
+236