Optimized the interface for sending files

This commit is contained in:
sunsets
2024-04-01 16:47:52 +08:00
parent 9b04886c3a
commit d783651751
5 changed files with 92 additions and 8 deletions

View File

@@ -291,6 +291,8 @@ public:
void apply_cut_object_to_model(size_t init_obj_idx, const ModelObjectPtrs& cut_objects);
//B61
ThumbnailData get_thumbnailldate();
void export_gcode(bool prefer_removable);
void export_stl_obj(bool extended = false, bool selection_only = false);
void export_amf();