mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 12:19:03 +08:00
Merge pull request #3659 from gege2b/OctoprintUI
Fix for #3655 - always print after gcode send
This commit is contained in:
commit
88387634eb
@ -1399,7 +1399,7 @@ sub send_gcode {
|
|||||||
# OctoPrint doesn't like Windows paths so we use basename()
|
# OctoPrint doesn't like Windows paths so we use basename()
|
||||||
# Also, since we need to read from filesystem we process it through encode_path()
|
# Also, since we need to read from filesystem we process it through encode_path()
|
||||||
file => [ $path, basename($path) ],
|
file => [ $path, basename($path) ],
|
||||||
print => $self->{send_gcode_file} ? 1 : 0,
|
print => $self->{send_gcode_file_print} ? 1 : 0,
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user