Optimized and fixed some bugs

This commit is contained in:
QIDI TECH
2024-09-28 16:31:40 +08:00
parent cc186748ed
commit 72571efb04
44 changed files with 991 additions and 603 deletions

View File

@@ -85,6 +85,10 @@ typedef struct _printer_plate_info {
int exclude_depth{0};
int exclude_x{0};
int exclude_y{0};
//1.9.7.52
float height_to_lid{0.f};
float height_to_rod{0.f};
float cleareance_radius{0.f};
}printer_plate_info_t;
typedef struct _plate_obj_size_info {