mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07: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