mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Fix of unit tests after change of default nozzle and filament diameter.
This commit is contained in:
2
t/flow.t
2
t/flow.t
@@ -22,6 +22,8 @@ use Slic3r::Test;
|
||||
$config->set('bottom_solid_layers', 1);
|
||||
$config->set('first_layer_extrusion_width', 2);
|
||||
$config->set('first_layer_height', '100%');
|
||||
$config->set('filament_diameter', 3.0);
|
||||
$config->set('nozzle_diameter', 0.5);
|
||||
|
||||
my $print = Slic3r::Test::init_print('20mm_cube', config => $config);
|
||||
my @E_per_mm = ();
|
||||
|
||||
@@ -148,7 +148,9 @@ use Slic3r::Test;
|
||||
$config->set('solid_infill_speed', 99);
|
||||
$config->set('top_solid_infill_speed', 99);
|
||||
$config->set('bridge_speed', 99);
|
||||
|
||||
$config->set('filament_diameter', 3.0);
|
||||
$config->set('nozzle_diameter', 0.5);
|
||||
|
||||
my $print = Slic3r::Test::init_print('sloping_hole', config => $config);
|
||||
my %solid_layers = (); # Z => 1
|
||||
Slic3r::GCode::Reader->new->parse(Slic3r::Test::gcode($print), sub {
|
||||
|
||||
Reference in New Issue
Block a user