mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Octoprint -> OctoPrint
This commit is contained in:
parent
13b4237fec
commit
6896e53078
4 changed files with 7 additions and 7 deletions
|
@ -1086,7 +1086,7 @@ sub on_export_completed {
|
|||
my $send_gcode = 0;
|
||||
if ($result) {
|
||||
if ($self->{send_gcode_file}) {
|
||||
$message = "Sending G-code file to the Octoprint server...";
|
||||
$message = "Sending G-code file to the OctoPrint server...";
|
||||
$send_gcode = 1;
|
||||
} else {
|
||||
$message = "G-code file exported to " . $self->{export_gcode_output_file};
|
||||
|
@ -1122,9 +1122,9 @@ sub send_gcode {
|
|||
$self->statusbar->StopBusy;
|
||||
|
||||
if ($res->is_success) {
|
||||
$self->statusbar->SetStatusText("G-code file successfully uploaded to the Octoprint server");
|
||||
$self->statusbar->SetStatusText("G-code file successfully uploaded to the OctoPrint server");
|
||||
} else {
|
||||
my $message = "Error while uploading to the Octoprint server: " . $res->status_line;
|
||||
my $message = "Error while uploading to the OctoPrint server: " . $res->status_line;
|
||||
Slic3r::GUI::show_error($self, $message);
|
||||
$self->statusbar->SetStatusText($message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue