make 'wait' optional and mark as workaround
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user