mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
New experimental --gcode-arcs options to generate G2/G3 commands. #23
This commit is contained in:
@@ -4,7 +4,7 @@ use warnings;
|
||||
|
||||
sub new {
|
||||
my $class = shift;
|
||||
my $self;
|
||||
my $self;use XXX; ZZZ if !defined $_[0];
|
||||
if (@_ == 2) {
|
||||
$self = [@_];
|
||||
} elsif (ref $_[0] eq 'ARRAY') {
|
||||
|
||||
Reference in New Issue
Block a user