SoftFever / OrcaSlicer

G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
https://discord.gg/P4VE9UY9gJ
GNU Affero General Public License v3.0
7.07k stars 833 forks source link

Wifi connection drops big files then go to print #6113

Open chilito opened 3 months ago

chilito commented 3 months ago

Is there an existing issue for this problem?

OrcaSlicer Version

2.1.1

Operating System (OS)

Windows

OS Version

win 10

Additional system information

No response

Printer

Flashforge M5

How to reproduce

  1. Send big file (more 50 megs) to print
  2. Looking to UPLOAD messege
  3. Got ERROR

Actual results

Got error and abort print

Expected results

You need to increase the time to send large files or with a slow connection, at least up to 1 minute, but it’s better to call and choose how long to wait if the Wi-Fi is weak or got large file

JUST FIX IT OrcaSlicer/src/slic3r/Utils /TCPConsole.hpp void set_defaults() { m_newline = "\n"; m_done_string = "ok"; m_connect_timeout = std::chrono::milliseconds(5000); m_write_timeout = std::chrono::milliseconds(10000); m_read_timeout = std::chrono::milliseconds(10000); }

Project file & Debug log uploads

any big file

Checklist of files to include

Anything else?

No response

dan4ik123654 commented 3 months ago

I also faced this problem

psihop commented 3 months ago

Yes. I confirm. The problem exists

RusLevel commented 3 months ago

I confirm. There is such a problem.

firiat345 commented 3 months ago

I also have the same problem.

mortonlame commented 3 months ago

Yes. I confirm. The problem exists

Bato360 commented 3 months ago

Yes, this problem has existed since version 1.9, so it is not possible to use this slicer with the AD5M printer. And the modified weight from FF is generally based on the old version of the slicer 1.8

AceAsket commented 3 months ago

Same problem

Volkov-Stanislav commented 3 months ago

same problem too

hellysu commented 1 month ago

Same problem

WebBasedUser commented 1 month ago

Issue still exist in 2.2.0. Any solutions?