Repetier-Firmware 0.2
Repetier/Commands.cpp File Reference
#include "Configuration.h"
#include "Reptier.h"
#include "Eeprom.h"
#include "pins_arduino.h"

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.

Function Documentation

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.

 All Data Structures Files Functions Variables Typedefs Friends Defines