Generate contact layer normally, without any additional "equally spaced circles" or something... O_o

master
Vitaliy Filippov 2014-06-13 13:14:01 +04:00
parent f1b5b5c13b
commit 3d85730b4e
1 changed files with 4 additions and 1 deletions

View File

@ -534,7 +534,10 @@ sub generate_toolpaths {
# if no interface layers were requested we treat the contact layer
# exactly as a generic base layer
push @$base, @$contact;
} elsif (@$contact && $contact_loops > 0) {
} else {
push @$interface, @$contact;
}
if (0 && @$contact && $contact_loops > 0) { # WTF?!!
# generate the outermost loop
# find centerline of the external loop (or any other kind of extrusions should the loop be skipped)