mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Add regression test to ensure fan is enabled when printing overhangs. #432
This commit is contained in:
parent
c707073a73
commit
19b40baf55
3 changed files with 20 additions and 4 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue