mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 03:05:53 +08:00
Follow-up to 8858651bf46dce2ac0b3435ab9b46a4053cf7c3b
Fixed missing support interface layers in G-code after Refactoring of Layers: Reworked G-code export...
This commit is contained in:
parent
7f6f63db0f
commit
dee9fb797c
@ -2327,7 +2327,7 @@ void GCode::process_layer_single_object(
|
||||
interface_extruder = dontcare_extruder;
|
||||
}
|
||||
bool extrude_support = has_support && support_extruder == extruder_id;
|
||||
bool extrude_interface = interface_extruder && interface_extruder == extruder_id;
|
||||
bool extrude_interface = has_interface && interface_extruder == extruder_id;
|
||||
if (extrude_support || extrude_interface) {
|
||||
init_layer_delayed();
|
||||
m_layer = layer_to_print.support_layer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user