New --bridge-acceleration option

This commit is contained in:
Alessandro Ranellucci 2013-03-09 20:31:09 +01:00
parent 2acda9973e
commit e9c7460c11
5 changed files with 22 additions and 5 deletions
lib/Slic3r/GUI

View file

@ -438,7 +438,7 @@ sub build {
},
{
title => 'Acceleration control (advanced)',
options => [qw(perimeter_acceleration infill_acceleration default_acceleration)],
options => [qw(perimeter_acceleration infill_acceleration bridge_acceleration default_acceleration)],
},
]);