mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Add keyboard shortcut for SVG slicing.
This commit is contained in:
@@ -73,7 +73,7 @@ sub OnInit {
|
|||||||
$fileMenu->Append(4, "&Repeat Last Quick Slice\tCtrl+Shift+U");
|
$fileMenu->Append(4, "&Repeat Last Quick Slice\tCtrl+Shift+U");
|
||||||
$fileMenu->Append(5, "Quick Slice and Save &As…\tCtrl+Alt+U");
|
$fileMenu->Append(5, "Quick Slice and Save &As…\tCtrl+Alt+U");
|
||||||
$fileMenu->AppendSeparator();
|
$fileMenu->AppendSeparator();
|
||||||
$fileMenu->Append(6, "Slice to SV&G…");
|
$fileMenu->Append(6, "Slice to SV&G…\tCtrl+G");
|
||||||
$fileMenu->AppendSeparator();
|
$fileMenu->AppendSeparator();
|
||||||
$fileMenu->Append(wxID_EXIT, "&Quit");
|
$fileMenu->Append(wxID_EXIT, "&Quit");
|
||||||
EVT_MENU($frame, 1, sub { $self->{skeinpanel}->load_config });
|
EVT_MENU($frame, 1, sub { $self->{skeinpanel}->load_config });
|
||||||
|
|||||||
Reference in New Issue
Block a user