mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 12:17:54 -06:00
Rename $Slic3r::resolution to $Slic3r::scaling_factor
This commit is contained in:
parent
d51ba94e8a
commit
96d5e513b8
10 changed files with 26 additions and 26 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue