make 'wait' optional and mark as workaround
This commit is contained in:
parent
d69da22f7c
commit
b09a957fce
2 changed files with 15 additions and 7 deletions
|
|
@ -374,6 +374,10 @@ const unsigned int dropsegments=5; //everything with less than this number of st
|
|||
#define MAX_CMD_SIZE 96
|
||||
#define BUFSIZE 4
|
||||
|
||||
// Some Hosts doesn't have a timeout for resend a command.
|
||||
// This is a workaround for them. If your printer sometimes stuck and stop printing this could help.
|
||||
// #define NO_TIMEOUTS
|
||||
|
||||
// @section fwretract
|
||||
|
||||
// Firmware based and LCD controlled retract
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue