Experimets with margin

new-support2
Alessandro Ranellucci 2013-07-27 19:07:25 +02:00
parent 7442453496
commit 1b5f8ea0ca
1 changed files with 3 additions and 2 deletions

View File

@ -806,10 +806,11 @@ sub generate_support_material {
my $flow = $self->print->support_material_flow;
# how much we extend support around the actual contact area
my $margin = $flow->scaled_width / 2;
#my $margin = $flow->scaled_width / 2;
my $margin = scale 3;
# increment used to reach $margin in steps to avoid trespassing thin objects
my $margin_step = $margin/1;
my $margin_step = $margin/3;
# if user specified a custom angle threshold, convert it to radians
my $threshold_rad;