mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 13:04:03 -06:00
Adapt the new gcode.t test to master (and subtract final retraction from used filament length)
This commit is contained in:
parent
9515acf527
commit
ed3a6349c7
3 changed files with 10 additions and 7 deletions
|
@ -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__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue