mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Fixes, improvements and refactoring for bridges and solid surfaces.
This commit is contained in:
@@ -24,7 +24,7 @@ sub infill_direction {
|
||||
}
|
||||
|
||||
# use bridge angle
|
||||
if ($surface->isa('Slic3r::Surface::Bridge') && defined $surface->bridge_angle) {
|
||||
if ($surface->surface_type eq 'bottom' && $self->layer->id > 0 && defined $surface->bridge_angle) {
|
||||
Slic3r::debugf "Filling bridge with angle %d\n", $surface->bridge_angle;
|
||||
$rotate[0] = Slic3r::Geometry::deg2rad($surface->bridge_angle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user