mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
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:
parent
2164da1cc0
commit
1c705d85e9
2 changed files with 34 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue