mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 21:14:01 -06:00
Fixed a couple typos
This commit is contained in:
parent
627f23d5fe
commit
8e5ca0ab76
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ use Slic3r::Geometry::Clipper qw(intersection_pl intersection_ex);
|
|||
has 'lower_slices' => (is => 'rw', required => 1); # ExPolygons or ExPolygonCollection
|
||||
has 'perimeter_flow' => (is => 'rw', required => 1);
|
||||
has 'infill_flow' => (is => 'rw', required => 1);
|
||||
has 'resolution' => => (is => 'rw', default => sub { PI/36 });
|
||||
has 'resolution' => (is => 'rw', default => sub { PI/36 });
|
||||
|
||||
sub detect_angle {
|
||||
my ($self, $expolygon) = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue