Skip to content

Commit

Permalink
Fix external perimeter width to nozzle diameter to avoid auto width m…
Browse files Browse the repository at this point in the history
…essing things up
  • Loading branch information
lordofhyphens committed Jan 6, 2018
1 parent 54fe2e4 commit 86c3600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/perimeters.t
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ use Slic3r::Test;
$config->set('nozzle_diameter', [0.4]);
$config->set('perimeters', 2);
$config->set('perimeter_extrusion_width', 0.4);
$config->set('external_perimeter_extrusion_width', 0.4);
$config->set('infill_extrusion_width', 0.53);
$config->set('solid_infill_extrusion_width', 0.53);

Expand Down

0 comments on commit 86c3600

Please sign in to comment.