mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
New experimental --gcode-arcs options to generate G2/G3 commands. #23
This commit is contained in:
parent
7f341cfcd3
commit
6d6533831e
13 changed files with 333 additions and 21 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue