mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 06:24:01 -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
|
@ -860,7 +860,7 @@ END
|
|||
},
|
||||
'bridge_fan_speed' => {
|
||||
label => 'Bridges fan speed',
|
||||
tooltip => 'This fan speed is enforced during all bridges.',
|
||||
tooltip => 'This fan speed is enforced during all bridges and overhangs.',
|
||||
sidetext => '%',
|
||||
cli => 'bridge-fan-speed=i',
|
||||
type => 'i',
|
||||
|
|
|
@ -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