correcting commit errors.
This commit is contained in:
parent
7cc358b56b
commit
1740a83e11
8 changed files with 48 additions and 106 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue