FIX: [Jira:3864&3728 github:2227] translation issue

Change-Id: I375e72191b3af1cf389e65ff4b62ed4f77d8f76a
This commit is contained in:
maosheng.wei
2023-08-09 11:49:00 +08:00
committed by Lane.Wei
parent e7598e6406
commit 93cf701be5
26 changed files with 739 additions and 196 deletions

View File

@@ -60,7 +60,7 @@ public:
CalibMode get_calibration_mode() { return m_mode; }
bool save_preset(const std::string &old_preset_name, const std::string &new_preset_name, const std::map<std::string, ConfigOption *> &key_values, std::string& message);
bool save_preset(const std::string &old_preset_name, const std::string &new_preset_name, const std::map<std::string, ConfigOption *> &key_values, wxString& message);
virtual void cache_preset_info(MachineObject* obj, float nozzle_dia);
virtual void recover_preset_info(MachineObject *obj);