mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-23 19:02:10 +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) {
|
||||
|
||||
@@ -78,5 +78,6 @@ private:
|
||||
static void send_to_print(const CalibInfo &calib_info, wxString& error_message, int flow_ratio_mode = 0); // 0: none 1: coarse 2: fine
|
||||
};
|
||||
|
||||
extern wxString get_nozzle_volume_type_name(NozzleVolumeType type);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user