mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -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
|
@ -301,6 +301,8 @@ set(SLIC3R_GUI_SOURCES
|
|||
GUI/Jobs/ProgressIndicator.hpp
|
||||
GUI/Jobs/PrintJob.hpp
|
||||
GUI/Jobs/PrintJob.cpp
|
||||
GUI/Jobs/SendJob.hpp
|
||||
GUI/Jobs/SendJob.cpp
|
||||
GUI/Jobs/BindJob.hpp
|
||||
GUI/Jobs/BindJob.cpp
|
||||
GUI/Jobs/NotificationProgressIndicator.hpp
|
||||
|
@ -350,6 +352,8 @@ set(SLIC3R_GUI_SOURCES
|
|||
GUI/BindDialog.hpp
|
||||
GUI/SelectMachine.hpp
|
||||
GUI/SelectMachine.cpp
|
||||
GUI/SendToPrinter.hpp
|
||||
GUI/SendToPrinter.cpp
|
||||
GUI/AmsMappingPopup.hpp
|
||||
GUI/AmsMappingPopup.cpp
|
||||
GUI/ReleaseNote.hpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue