mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-22 11:42:00 +00:00
ENH: support auto pa cali for multi_extruder printer
jira: none Change-Id: I835a0e20de81f9af7c40983e00bdb37ea6c95a68 (cherry picked from commit 4e387d4ace4332a7c2b6c0ab695b80a51597d0c7)
This commit is contained in:
@@ -35,6 +35,16 @@ static std::string MachineBedTypeString[7] = {
|
||||
};
|
||||
|
||||
|
||||
wxString get_nozzle_volume_type_name(NozzleVolumeType type)
|
||||
{
|
||||
if (NozzleVolumeType::nvtNormal == type) {
|
||||
return _L("Normal");
|
||||
} else if (NozzleVolumeType::nvtBigTraffic == type) {
|
||||
return _L("BigTraffic");
|
||||
}
|
||||
return wxString();
|
||||
}
|
||||
|
||||
std::string get_calib_mode_name(CalibMode cali_mode, int stage)
|
||||
{
|
||||
switch(cali_mode) {
|
||||
|
||||
Reference in New Issue
Block a user