mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 20:02:17 +00:00
FIX: empty flush dialog in some language
1. Caused by passing sentences to js. If failed, use raw english sentences jira: NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I48ea55101be26449ca2fd6e2bb5b08c596fe0087 (cherry picked from commit 47f714bf2fe5ab88c906a3fcbb28f1a715565315)
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
private:
|
||||
int CalcFlushingVolume(const wxColour& from_, const wxColour& to_, int min_flush_volume, bool is_multi_extruder, Slic3r::NozzleVolumeType volume_type);
|
||||
wxString BuildTableObjStr();
|
||||
wxString BuildTextObjStr();
|
||||
wxString BuildTextObjStr(bool multi_language = true);
|
||||
void StoreFlushData(int extruder_num, const std::vector<std::vector<double>>& flush_volume_vecs, const std::vector<double>& flush_multipliers);
|
||||
|
||||
wxWebView* m_webview;
|
||||
|
||||
Reference in New Issue
Block a user