mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: parse nozzle_diameter
Change-Id: I408f93cd0e527e0a78714d2140750076a4cc7a81 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
cd45f984ff
commit
b1a310cf74
2 changed files with 15 additions and 0 deletions
|
@ -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;};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue