mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
NEW:added to send all plate to printer sd card
Change-Id: Ib7610d64a3b45afaea432c26832313d248c6890b
This commit is contained in:
@@ -172,7 +172,6 @@ class MainFrame : public DPIFrame
|
||||
|
||||
ESettingsLayout m_layout{ ESettingsLayout::Unknown };
|
||||
|
||||
|
||||
enum SliceSelectType
|
||||
{
|
||||
eSliceAll = 0,
|
||||
@@ -211,8 +210,9 @@ public:
|
||||
eExportGcode = 3,
|
||||
eSendGcode = 4,
|
||||
eSendToPrinter = 5,
|
||||
eUploadGcode = 6,
|
||||
eExportAllSlicedFile = 7
|
||||
eSendToPrinterAll = 6,
|
||||
eUploadGcode = 7,
|
||||
eExportAllSlicedFile = 8
|
||||
};
|
||||
|
||||
//BBS: add slice&&print status update logic
|
||||
|
||||
Reference in New Issue
Block a user