mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
Fix issue that the support contact layer is printed in wrong filament (#7924)
Fix issue that the contact layer is printed in wrong filament when interface layer number is set to 0 Cherry-picked from prusa3d/PrusaSlicer@ca5f6da08d Co-authored-by: Vojtech Bubnik <bubnikv@gmail.com>
This commit is contained in:
parent
105a8444e9
commit
10b9928506
1 changed files with 1 additions and 1 deletions
|
@ -4706,7 +4706,7 @@ void PrintObjectSupportMaterial::generate_toolpaths(
|
|||
// Filler and its parameters
|
||||
filler_interface.get(), fill_params,
|
||||
// Extrusion parameters
|
||||
erSupportMaterialInterface, interface_flow);
|
||||
interface_as_base ? erSupportMaterial : erSupportMaterialInterface, interface_flow);
|
||||
}
|
||||
|
||||
// Base interface layers under soluble interfaces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue