mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Add regression test to ensure fan is enabled when printing overhangs. #432
This commit is contained in:
@@ -590,7 +590,7 @@ sub _Gx {
|
||||
|
||||
$gcode .= sprintf " ; %s", $comment if $comment && $self->config->gcode_comments;
|
||||
if ($append_bridge_off) {
|
||||
$gcode .= "\n;_BRIDGE_FAN_END";
|
||||
$gcode = ";_BRIDGE_FAN_END\n$gcode";
|
||||
}
|
||||
return "$gcode\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user