mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 04:51:59 +08:00
parent
331764431e
commit
6454abfd5f
@ -753,7 +753,9 @@ sub generate_toolpaths {
|
|||||||
|
|
||||||
# interface and contact infill
|
# interface and contact infill
|
||||||
if (@$interface || @$contact_infill) {
|
if (@$interface || @$contact_infill) {
|
||||||
$fillers{interface}->set_angle(deg2rad($interface_angle));
|
# make interface layers alternate angles by 90 degrees
|
||||||
|
my $alternate_angle = $interface_angle + (90 * (($layer_id + 1) % 2));
|
||||||
|
$fillers{interface}->set_angle(deg2rad($alternate_angle));
|
||||||
$fillers{interface}->set_min_spacing($_interface_flow->spacing);
|
$fillers{interface}->set_min_spacing($_interface_flow->spacing);
|
||||||
|
|
||||||
# find centerline of the external loop
|
# find centerline of the external loop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user