1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-02 11:35:51 +00:00

Octoprint -> OctoPrint

This commit is contained in:
Alessandro Ranellucci
2014-12-29 12:49:32 +01:00
parent 13b4237fec
commit 6896e53078
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ sub new {
$self->{devices} = [ $res->entries ];
# label
my $text = Wx::StaticText->new($self, -1, "Choose an Octoprint device in your network:", wxDefaultPosition, wxDefaultSize);
my $text = Wx::StaticText->new($self, -1, "Choose an OctoPrint device in your network:", wxDefaultPosition, wxDefaultSize);
# selector
$self->{choice} = my $choice = Wx::Choice->new($self, -1, wxDefaultPosition, wxDefaultSize,