mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-11 04:11:49 +08:00
Removed Toolpaths Preview menu item. #2385
This commit is contained in:
parent
c9e896c669
commit
95f7bcb9fe
@ -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…
x
Reference in New Issue
Block a user