From af1b705563ae2433b32868c19cb0dfbd3dab4130 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sun, 4 Jan 2015 15:30:31 +0100 Subject: [PATCH] Increase HTTP timeout for Octoprint upload. #2481 --- lib/Slic3r/GUI/Plater.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/GUI/Plater.pm b/lib/Slic3r/GUI/Plater.pm index 82b46adcfd..63f1685b8b 100644 --- a/lib/Slic3r/GUI/Plater.pm +++ b/lib/Slic3r/GUI/Plater.pm @@ -1088,7 +1088,7 @@ sub send_gcode { $self->statusbar->StartBusy; my $ua = LWP::UserAgent->new; - $ua->timeout(10); + $ua->timeout(180); my $res = $ua->post( "http://" . $self->{config}->octoprint_host . "/api/files/local",