mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
Documented perl modules.
This commit is contained in:
parent
6dfe4c0b96
commit
b2a6f43923
13 changed files with 107 additions and 10 deletions
|
@ -1,3 +1,5 @@
|
|||
# The slicing work horse.
|
||||
# Extends C++ class Slic3r::Print
|
||||
package Slic3r::Print;
|
||||
use strict;
|
||||
use warnings;
|
||||
|
@ -89,6 +91,7 @@ sub export_gcode {
|
|||
}
|
||||
}
|
||||
|
||||
# Export SVG slices for the offline SLA printing.
|
||||
sub export_svg {
|
||||
my $self = shift;
|
||||
my %params = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue