mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Re-enable serial connection for DLP projector
This commit is contained in:
@@ -403,7 +403,7 @@ sub current_layer_height {
|
|||||||
sub start_print {
|
sub start_print {
|
||||||
my ($self) = @_;
|
my ($self) = @_;
|
||||||
|
|
||||||
if (0) {
|
{
|
||||||
$self->sender(Slic3r::GCode::Sender->new);
|
$self->sender(Slic3r::GCode::Sender->new);
|
||||||
my $res = $self->sender->connect(
|
my $res = $self->sender->connect(
|
||||||
$self->config->serial_port,
|
$self->config->serial_port,
|
||||||
|
|||||||
Reference in New Issue
Block a user