mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 09:02:53 +00:00
More work for removing references to $Slic3r::Config
This commit is contained in:
@@ -25,7 +25,11 @@ has '_mm3_per_mm_cache' => (is => 'ro', default => sub {{}});
|
||||
|
||||
sub _build_bridge_flow {
|
||||
my $self = shift;
|
||||
return Slic3r::Flow::Bridge->new(nozzle_diameter => $self->nozzle_diameter);
|
||||
|
||||
return Slic3r::Flow::Bridge->new(
|
||||
nozzle_diameter => $self->nozzle_diameter,
|
||||
bridge_flow_ratio => $self->config->bridge_flow_ratio,
|
||||
);
|
||||
}
|
||||
|
||||
sub _build_e_per_mm3 {
|
||||
|
||||
Reference in New Issue
Block a user