Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bambulab/BambuStudio
/ IsAbnormal
Method
IsAbnormal
src/slic3r/GUI/DeviceCore/DevNozzleSystem.cpp:179–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
bool DevNozzle::IsAbnormal() const
180
{
181
return DevUtil::get_flag_bits(m_stat, 1, 2) == (1 << 0);
182
}
183
184
bool DevNozzle::IsUnknown() const
185
{
Callers
8
s_enable_item_if_match
Function · 0.80
UpdateToolHeadInfo
Method · 0.80
Update
Method · 0.80
UpdateInfo
Method · 0.80
CollectNozzles
Method · 0.80
GetNozzleGroups
Method · 0.80
GetExtruderNozzleInfo
Method · 0.80
CtrlCanUpdateAll
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected