mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-04 09:34:46 -07:00
NEW:support nozzle mapping
Change-Id: I1b9e906d99bc7a3172dc31976422f67e08cfdcd3 (cherry picked from commit 24fcf7d25c54e571627ce3383888e5d4deb01851)
This commit is contained in:
parent
e218e43aba
commit
a40f3ed85f
2 changed files with 2 additions and 0 deletions
|
|
@ -233,6 +233,7 @@ void PrintJob::process(Ctl &ctl)
|
|||
params.task_vibration_cali = this->task_vibration_cali;
|
||||
params.task_layer_inspect = this->task_layer_inspect;
|
||||
params.task_record_timelapse= this->task_record_timelapse;
|
||||
params.nozzle_mapping = this->task_nozzle_mapping;
|
||||
params.ams_mapping = this->task_ams_mapping;
|
||||
params.ams_mapping2 = this->task_ams_mapping2;
|
||||
params.ams_mapping_info = this->task_ams_mapping_info;
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ public:
|
|||
std::string m_ftp_folder;
|
||||
std::string m_access_code;
|
||||
std::string task_bed_type;
|
||||
std::string task_nozzle_mapping;
|
||||
std::string task_ams_mapping;
|
||||
std::string task_ams_mapping2;
|
||||
std::string task_ams_mapping_info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue