Add regression test to ensure fan is enabled when printing overhangs. #432

This commit is contained in:
Alessandro Ranellucci 2013-06-21 15:38:58 +02:00
parent c707073a73
commit 19b40baf55
3 changed files with 20 additions and 4 deletions

View file

@ -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";
}