Replaced Kill by Stop. If the printer is stopped. Fix the error and use M999 to restart.
Moved the PID_dT in the Ki and Kd calculation from the configuration.h to temperature.cpp
This commit is contained in:
parent
8b785f75a6
commit
63aec3c56e
5 changed files with 86 additions and 38 deletions
|
|
@ -162,6 +162,9 @@ void ClearToSend();
|
|||
void get_coordinates();
|
||||
void prepare_move();
|
||||
void kill();
|
||||
void Stop();
|
||||
|
||||
bool IsStopped();
|
||||
|
||||
void enquecommand(const char *cmd); //put an ascii command at the end of the current buffer.
|
||||
void prepare_arc_move(char isclockwise);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue