mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 07:49:03 +08:00
fixed merge problem
This commit is contained in:
parent
c0dfffe0ff
commit
546bc0f4d0
@ -2529,7 +2529,7 @@ sub object_menu {
|
||||
wxTheApp->append_menu_item($menu, "Cut…", 'Open the 3D cutting tool', sub {
|
||||
$self->object_cut_dialog;
|
||||
}, undef, 'package.png');
|
||||
$frame->_append_menu_item($menu, "Layer heights…", 'Open the dynamic layer height control', sub {
|
||||
wxTheApp->append_menu_item($menu, "Layer heights…", 'Open the dynamic layer height control', sub {
|
||||
$self->object_layers_dialog;
|
||||
}, undef, 'cog.png');
|
||||
$menu->AppendSeparator();
|
||||
|
Loading…
x
Reference in New Issue
Block a user