mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Ensure fan is turned off at start if disable_fan_first_layers > 0
This commit is contained in:
@@ -622,6 +622,7 @@ sub export_gcode {
|
|||||||
if ($Slic3r::support_material && $Slic3r::support_material_tool > 0) {
|
if ($Slic3r::support_material && $Slic3r::support_material_tool > 0) {
|
||||||
print $fh $extruder->set_tool(0);
|
print $fh $extruder->set_tool(0);
|
||||||
}
|
}
|
||||||
|
print $fh $extruder->set_fan(0, 1) if $Slic3r::cooling && $Slic3r::disable_fan_first_layers;
|
||||||
|
|
||||||
# write gcode commands layer by layer
|
# write gcode commands layer by layer
|
||||||
foreach my $layer (@{ $self->layers }) {
|
foreach my $layer (@{ $self->layers }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user