mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -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
|
@ -130,7 +130,7 @@ sub detect_arcs {
|
|||
my ($max_angle, $len_epsilon) = @_;
|
||||
|
||||
$max_angle = deg2rad($max_angle || 15);
|
||||
$len_epsilon ||= 10 / $Slic3r::resolution;
|
||||
$len_epsilon ||= 10 / $Slic3r::scaling_factor;
|
||||
|
||||
my @points = @{$self->points};
|
||||
my @paths = ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue