New XY Size Compensation option. #581 #56

This commit is contained in:
Alessandro Ranellucci 2014-06-10 13:28:57 +02:00
parent af1a47c461
commit e3e69251cb
5 changed files with 68 additions and 1 deletions

View file

@ -552,7 +552,7 @@ sub build {
},
{
title => 'Other',
options => [($Slic3r::have_threads ? qw(threads) : ()), qw(resolution)],
options => [($Slic3r::have_threads ? qw(threads) : ()), qw(resolution xy_size_compensation)],
},
]);
}