diff options
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ for(int i = 0; i < img->height; ++i) if (!ql_read_status(ctx, &status)) { if (!timed_out) // try again, soon { - usleep(50); + usleep(5000); continue; } fprintf(stderr, "Printer stopped responding!\n"); |