ENH:check if waiting for sending to end is supported

Change-Id: I297778c0e0593bd23b0614c043a3e9878ba61947
This commit is contained in:
tao wang
2023-10-08 17:11:41 +08:00
committed by Lane.Wei
parent af5c58574a
commit 66eb52c018
3 changed files with 11 additions and 0 deletions

View File

@@ -729,6 +729,7 @@ public:
bool is_support_mqtt_alive {false};
bool is_support_tunnel_mqtt{false};
bool is_support_motor_noise_cali{false};
bool is_support_wait_sending_finish{false};
int nozzle_max_temperature = -1;
int bed_temperature_limit = -1;