Extrusion of perimeters
This commit is contained in:
parent
55a523e1fa
commit
febd655e22
11 changed files with 206 additions and 5 deletions
|
@ -14,6 +14,8 @@ use XXX;
|
|||
my $stl_parser = Slic3r::STL->new;
|
||||
my $print = $stl_parser->parse_file("testcube20mm.stl");
|
||||
|
||||
$print->extrude_perimeters;
|
||||
|
||||
#XXX $print;
|
||||
|
||||
__END__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue