grbl-LPC-CoreXY/todo.txt

13 lines
542 B
Plaintext
Raw Normal View History

2009-01-29 09:58:29 +01:00
* 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…
2009-01-25 00:48:56 +01:00
* Use timer interrupts to drive steppers
* Tool table
* Tool length offsets
* Tool change M6
* Coolant control
* Path Control Modes
* Spindle speed support