mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 06:24:01 -06:00
Rectilinear fill
This commit is contained in:
parent
428006264d
commit
9e111d0a6d
11 changed files with 317 additions and 33 deletions
|
@ -15,6 +15,7 @@ my $stl_parser = Slic3r::STL->new;
|
|||
my $print = $stl_parser->parse_file("testcube20mm.stl");
|
||||
|
||||
$print->extrude_perimeters;
|
||||
$print->extrude_fills;
|
||||
|
||||
$print->export_gcode("testcube20mm.gcode");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue