Large gcode not uploaded
Hello community,
We have large printers so need to upload large gcode files to them. It seems that Repetier-Server is unable to upload files above around 100MB. It says "Uploading ... 100%" then nothing happens.
Is there a setting available to break this limit ?
Raspberry Pi4B 4GB, Raspberry Pi OS 11.2, Repetier-Server 1.2.1.
Thanks for your help !
We have large printers so need to upload large gcode files to them. It seems that Repetier-Server is unable to upload files above around 100MB. It says "Uploading ... 100%" then nothing happens.
Is there a setting available to break this limit ?
Raspberry Pi4B 4GB, Raspberry Pi OS 11.2, Repetier-Server 1.2.1.
Thanks for your help !
Comments
Files can be quite large as the print volume is up to 615 × 355 × 500 so they can easily go up to 300MB.
I am not sure this is a slicer issue. Once the 100MB limit is exceeded then Repetier-Server fails silently and there is nothing in the logfile.
client_max_body_size 100000m;
So limit would be 100GB. At least that is what we wanted.
Yes we have a proxy nginx server which was the limiting device.
Thank you for your help!