Initial work for limiting vibrations
This commit is contained in:
parent
8d557bee8c
commit
96dd106f61
2 changed files with 12 additions and 0 deletions
lib/Slic3r/GUI
|
@ -634,6 +634,10 @@ sub build {
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title => 'Advanced',
|
||||
options => [qw(vibration_limit)],
|
||||
},
|
||||
]);
|
||||
|
||||
$self->add_options_page('Custom G-code', 'cog.png', optgroups => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue