1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-25 10:15:50 +00:00

Documented perl modules.

This commit is contained in:
bubnikv
2016-09-13 11:24:55 +02:00
parent 6dfe4c0b96
commit b2a6f43923
13 changed files with 107 additions and 10 deletions
+3
View File
@@ -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 = @_;