mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Rename $Slic3r::resolution to $Slic3r::scaling_factor
This commit is contained in:
@@ -62,7 +62,7 @@ sub boost_polygon {
|
||||
sub offset {
|
||||
my $self = shift;
|
||||
my ($distance, $scale, $joinType, $miterLimit) = @_;
|
||||
$scale ||= $Slic3r::resolution * 1000000;
|
||||
$scale ||= $Slic3r::scaling_factor * 1000000;
|
||||
$joinType = JT_MITER if !defined $joinType;
|
||||
$miterLimit ||= 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user