ENH:fixed display the wrong tray type in AMS

1. no longer using track_type
2. type using tray_info_idx query

Change-Id: I3ad08dc92e90c86041232d57b80331c563fe24c5
(cherry picked from commit aaebb55ac55c0d11dbc72ff17fce9b96854aec5e)
This commit is contained in:
tao wang 2023-08-02 18:09:36 +08:00 committed by Lane.Wei
parent 2164da1cc0
commit 1c705d85e9
2 changed files with 34 additions and 4 deletions

View file

@ -923,6 +923,7 @@ public:
int parse_json(std::string payload);
int publish_gcode(std::string gcode_str);
std::string setting_id_to_type(std::string setting_id, std::string tray_type);
BBLSubTask* get_subtask();
BBLModelTask* get_modeltask();
void set_modeltask(BBLModelTask* task);