mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
NEW:added sending gcode file to sdcard
Change-Id: I60654676a3001c59b8202581576fbfcd5f8388eb (cherry picked from commit 930b8e034aaa55743aa02fc6e3961fdc388ce53c)
This commit is contained in:
parent
631dd00038
commit
29e19cb32e
14 changed files with 1613 additions and 10 deletions
|
@ -173,7 +173,8 @@ class MainFrame : public DPIFrame
|
|||
ePrintPlate = 1,
|
||||
eExportSlicedFile = 2,
|
||||
eExportGcode = 3,
|
||||
|
||||
eSendGcode = 4,
|
||||
eSendToPrinter = 5,
|
||||
};
|
||||
|
||||
enum SliceSelectType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue