Adapt the new gcode.t test to master (and subtract final retraction from used filament length)

This commit is contained in:
Alessandro Ranellucci 2014-01-11 14:42:31 +01:00
parent 9515acf527
commit ed3a6349c7
3 changed files with 10 additions and 7 deletions

View file

@ -78,8 +78,7 @@ use Slic3r::Test;
});
# account for one single retraction at the end of the print
ok $print->extruders->[0]->absolute_E + $config->retract_length->[0] > 0, 'total filament length is positive';
ok $print->total_used_filament > 0, 'final retraction is not considered in total used filament';
}
__END__