mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-19 14:09:07 +08:00
Improve repeated quick slice menu item text
This commit is contained in:
parent
314772b314
commit
5ef495a601
@ -70,7 +70,7 @@ sub OnInit {
|
||||
$fileMenu->Append(2, "Export Config…");
|
||||
$fileMenu->AppendSeparator();
|
||||
$fileMenu->Append(3, "Quick Slice…");
|
||||
$fileMenu->Append(4, "Quick Slice (last file)");
|
||||
$fileMenu->Append(4, "Repeat Last Quick Slice");
|
||||
$fileMenu->Append(5, "Quick Slice and Save As…");
|
||||
$fileMenu->AppendSeparator();
|
||||
$fileMenu->Append(6, "Slice to SVG…");
|
||||
|
Loading…
x
Reference in New Issue
Block a user