Use perimeter extruder for brim. #618

This commit is contained in:
Alessandro Ranellucci 2014-12-17 00:45:05 +01:00
parent e79aa2e81c
commit c00061678b
8 changed files with 39 additions and 11 deletions

View file

@ -332,9 +332,9 @@ sub make_brim {
}
$self->status_cb->(88, "Generating brim");
# brim is only printed on first layer and uses support material extruder
# brim is only printed on first layer and uses perimeter extruder
my $first_layer_height = $self->skirt_first_layer_height;
my $flow = $self->skirt_flow;
my $flow = $self->brim_flow;
my $mm3_per_mm = $flow->mm3_per_mm;
my $grow_distance = $flow->scaled_width / 2;