motion control level support for arcs. No gcode yet
This commit is contained in:
parent
73a357e512
commit
8c18e2659d
3 changed files with 169 additions and 75 deletions
2
todo.txt
2
todo.txt
|
|
@ -1,6 +1,8 @@
|
|||
* Implement homing cycle in stepper.c
|
||||
* Implement limit switch support in stepper.c (use port-triggered interrupts?)
|
||||
* How to implement st_set_pace? Consider synchronizing when pace is changed
|
||||
* How on earth am I going to deal with arcs in setups that have different steps/mm on each axis? Must
|
||||
support elipses?! Oh no.
|
||||
* Eliminate need for circle_x and circle_y in step_arc_along…
|
||||
* Use timer interrupts to drive steppers
|
||||
* Tool table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue