Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2018-08-21 12:10:32 +0300
committerVojtech Kral <vojtech@kral.hk>2018-08-21 16:47:29 +0300
commit0c984c75841f2f691af5a73c070ba9d2378bb634 (patch)
tree7a5953d279c6ed4f2d610d006755587be1bbd0b1 /lib/Slic3r/GUI
parentee9f7eaef69cbb84e3f5b54e6b624e317d16f7a3 (diff)
Print host bugfixes / refactoring
Diffstat (limited to 'lib/Slic3r/GUI')
-rw-r--r--lib/Slic3r/GUI/Plater.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r/GUI/Plater.pm b/lib/Slic3r/GUI/Plater.pm
index 89f803228..dbdf0be27 100644
--- a/lib/Slic3r/GUI/Plater.pm
+++ b/lib/Slic3r/GUI/Plater.pm
@@ -1585,7 +1585,7 @@ sub on_export_completed {
# Send $self->{send_gcode_file} to OctoPrint.
if ($send_gcode) {
- my $host = Slic3r::PrintHostFactory::get_print_host($self->{config});
+ my $host = Slic3r::PrintHost::get_print_host($self->{config});
if ($host->send_gcode($self->{send_gcode_file})) {
$self->statusbar->SetStatusText(L("Upload to host finished."));