mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 06:41:14 -06:00
FIX:add the sd card removal function
Change-Id: I98592a5d3d4abcfd3a67b8c12fa4cf07e79b0e4b
This commit is contained in:
parent
b9b3f7b4c1
commit
bf927f5adc
12 changed files with 74 additions and 56 deletions
|
@ -253,8 +253,8 @@ set(SLIC3R_GUI_SOURCES
|
|||
GUI/wxExtensions.hpp
|
||||
GUI/WipeTowerDialog.cpp
|
||||
GUI/WipeTowerDialog.hpp
|
||||
#GUI/RemovableDriveManager.cpp
|
||||
#GUI/RemovableDriveManager.hpp
|
||||
GUI/RemovableDriveManager.cpp
|
||||
GUI/RemovableDriveManager.hpp
|
||||
GUI/SendSystemInfoDialog.cpp
|
||||
GUI/SendSystemInfoDialog.hpp
|
||||
GUI/ImGuiWrapper.hpp
|
||||
|
@ -387,8 +387,8 @@ if (APPLE)
|
|||
list(APPEND SLIC3R_GUI_SOURCES
|
||||
Utils/RetinaHelperImpl.mm
|
||||
Utils/MacDarkMode.mm
|
||||
#GUI/RemovableDriveManagerMM.mm
|
||||
#GUI/RemovableDriveManagerMM.h
|
||||
GUI/RemovableDriveManagerMM.mm
|
||||
GUI/RemovableDriveManagerMM.h
|
||||
GUI/Mouse3DHandlerMac.mm
|
||||
#GUI/InstanceCheckMac.mm
|
||||
#GUI/InstanceCheckMac.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue