mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 02:52:10 +00:00
Adapt the new gcode.t test to master (and subtract final retraction from used filament length)
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user