mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
NEW: add ams mapping info when sending a job
Change-Id: Ic225c34762be7293155befd87b61f9b5056cb937 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
54046b750b
commit
de5f9dfb12
5 changed files with 37 additions and 6 deletions
|
@ -38,6 +38,7 @@ struct FilamentInfo
|
|||
int id; // filament id = extruder id, start with 0.
|
||||
std::string type;
|
||||
std::string color;
|
||||
std::string filament_id;
|
||||
float used_m;
|
||||
float used_g;
|
||||
int tray_id; // start with 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue