1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

A partial fix for issue #2530, which will makes the bonjour dialog put the port number in the string.

This commit is contained in:
Joseph Lenox
2015-01-12 12:10:56 -06:00
parent 28d7b0dba6
commit 4f2e172561
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -47,5 +47,9 @@ sub GetValue {
my ($self) = @_;
return $self->{devices}[ $self->{choice}->GetSelection ]->address;
}
sub GetPort {
my ($self) = @_;
return $self->{devices}[ $self->{choice}->GetSelection ]->port;
}
1;