![]() |
Repetier-Firmware 0.2
|
Functions | |
void | wait_until_end_of_move () |
Waits until movement cache is empty. | |
void | print_temperatures () |
void | process_command (GCode *com) |
Execute the command stored in com. |
void print_temperatures | ( | ) |
void process_command | ( | GCode * | com | ) |
Execute the command stored in com.
void wait_until_end_of_move | ( | ) |
Waits until movement cache is empty.
Some commands expect no movement, before they can execute. This function waits, until the steppers are stopped. In the meanwhile it buffers incoming commands and manages temperatures.