ENH: parse nozzle_diameter

Change-Id: I408f93cd0e527e0a78714d2140750076a4cc7a81
Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
Stone Li 2023-02-15 19:38:21 +08:00 committed by Lane.Wei
parent cd45f984ff
commit b1a310cf74
2 changed files with 15 additions and 0 deletions

View file

@ -405,6 +405,7 @@ public:
std::string dev_ip;
std::string dev_id;
bool local_use_ssl { false };
float nozzle_diameter { 0.0f };
std::string dev_connection_type; /* lan | cloud */
std::string connection_type() { return dev_connection_type; }
void set_dev_ip(std::string ip) {dev_ip = ip;};