ENH: clean codes about device
JIRA: [STUDIO-13609] Change-Id: I591de7033360b9570600006cfbce2148a8d031d5 (cherry picked from commit e9c774be8f4c89b8dafa14ef56913612fb68bd0c)
This commit is contained in:
13
src/slic3r/GUI/DeviceCore/DevFilaAmsSetting.cpp
Normal file
13
src/slic3r/GUI/DeviceCore/DevFilaAmsSetting.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "DevFilaAmsSetting.h"
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
void DevAmsSystemSetting::Reset()
|
||||
{
|
||||
SetDetectOnInsertEnabled(false);
|
||||
SetDetectOnPowerupEnabled(false);
|
||||
SetDetectRemainEnabled(false);
|
||||
SetAutoRefillEnabled(false);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user