From f4bf6fef924159a9e220aeea8eb965473e82a002 Mon Sep 17 00:00:00 2001 From: Gege2B Date: Sun, 8 Jan 2017 22:46:48 +0100 Subject: [PATCH] Fix for #3655 - always print after gcode send --- 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 9e61630fb..b3335c68d 100644 --- a/lib/Slic3r/GUI/Plater.pm +++ b/lib/Slic3r/GUI/Plater.pm @@ -1399,7 +1399,7 @@ sub send_gcode { # OctoPrint doesn't like Windows paths so we use basename() # Also, since we need to read from filesystem we process it through encode_path() file => [ $path, basename($path) ], - print => $self->{send_gcode_file} ? 1 : 0, + print => $self->{send_gcode_file_print} ? 1 : 0, ], );