1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-27 10:35:51 +00:00

New experimental --gcode-arcs options to generate G2/G3 commands. #23

This commit is contained in:
Alessandro Ranellucci
2011-10-20 18:11:59 +02:00
parent 7f341cfcd3
commit 6d6533831e
13 changed files with 333 additions and 21 deletions
+1 -1
View File
@@ -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') {