Removed Toolpaths Preview menu item. #2385
This commit is contained in:
parent
c9e896c669
commit
95f7bcb9fe
1 changed files with 0 additions and 4 deletions
|
@ -192,10 +192,6 @@ sub _init_menubar {
|
|||
$self->_append_menu_item($self->{plater_menu}, "Export AMF...", 'Export current plate as AMF', sub {
|
||||
$plater->export_amf;
|
||||
});
|
||||
$self->{plater_menu}->AppendSeparator();
|
||||
$self->_append_menu_item($self->{plater_menu}, "Toolpaths preview…", 'Open a viewer with toolpaths preview', sub {
|
||||
$plater->toolpaths_preview;
|
||||
});
|
||||
|
||||
$self->{object_menu} = $self->{plater}->object_menu;
|
||||
$self->on_plater_selection_changed(0);
|
||||
|
|
Loading…
Reference in a new issue