correcting commit errors.

This commit is contained in:
Bernhard Kubicek
2011-11-06 15:10:29 +01:00
parent 7cc358b56b
commit 1740a83e11
8 changed files with 48 additions and 106 deletions

View File

@ -79,18 +79,6 @@ extern float homing_feedrate[];
extern bool axis_relative_modes[];
inline void kill()
{
disable_heater();
disable_x();
disable_y();
disable_z();
disable_e();
if(PS_ON_PIN > -1) pinMode(PS_ON_PIN,INPUT);
Serial.println("!! Printer halted. kill() called !!");
while(1); // Wait for reset
}
void kill();
#endif