update src

This commit is contained in:
QIDI TECH
2024-11-09 15:31:28 +08:00
parent fe357e6de4
commit a42b7a0880
384 changed files with 14953 additions and 121579 deletions

View File

@@ -28,6 +28,7 @@ private:
std::vector<std::string> m_input_files;
std::vector<std::string> m_actions;
std::vector<std::string> m_transforms;
std::vector<std::string> m_profiles_sharing;
std::vector<Model> m_models;
bool setup(int argc, char **argv);
@@ -39,6 +40,9 @@ private:
bool export_models(IO::ExportFormat format);
bool has_print_action() const { return m_config.opt_bool("export_gcode") || m_config.opt_bool("export_sla"); }
bool processed_profiles_sharing();
bool check_and_load_input_profiles(PrinterTechnology& printer_technology);
std::string output_filepath(const Model &model, IO::ExportFormat format) const;
};