mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Update text & color of flush volume matrix dialog
This commit is contained in:
@@ -266,7 +266,7 @@ wxString WipingDialog::BuildTextObjStr(bool multi_language)
|
||||
wxString cancel_btn_label;
|
||||
|
||||
if (multi_language) {
|
||||
auto_flush_tip = _L("Studio would re-calculate your flushing volumes everytime the filaments color changed or filaments changed. You could disable the auto-calculate in Bambu Studio > Preferences");
|
||||
auto_flush_tip = _L("Orca would re-calculate your flushing volumes everytime the filaments color changed or filaments changed. You could disable the auto-calculate in Orca Slicer > Preferences");
|
||||
volume_desp_panel = _L("Flushing volume (mm³) for each filament pair.");
|
||||
volume_range_panel = wxString::Format(_L("Suggestion: Flushing Volume in range [%d, %d]"), 0, 700);
|
||||
multiplier_range_panel = wxString::Format(_L("The multiplier should be in range [%.2f, %.2f]."), 0, 3);
|
||||
@@ -277,7 +277,7 @@ wxString WipingDialog::BuildTextObjStr(bool multi_language)
|
||||
ok_btn_label = _L("OK");
|
||||
cancel_btn_label = _L("Cancel");
|
||||
} else {
|
||||
auto_flush_tip = "Studio would re-calculate your flushing volumes everytime the filaments color changed or filaments changed. You could disable the auto-calculate in Bambu Studio > Preferences";
|
||||
auto_flush_tip = "Orca would re-calculate your flushing volumes everytime the filaments color changed or filaments changed. You could disable the auto-calculate in Orca Slicer > Preferences";
|
||||
volume_desp_panel = wxString::FromUTF8("Flushing volume (mm³) for each filament pair.");
|
||||
volume_range_panel = wxString::Format("Suggestion: Flushing Volume in range [%d, %d]", 0, 700);
|
||||
multiplier_range_panel = wxString::Format("The multiplier should be in range [%.2f, %.2f].", 0, 3);
|
||||
|
||||
Reference in New Issue
Block a user