mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Update text & color of flush volume matrix dialog
This commit is contained in:
@@ -150,10 +150,10 @@
|
|||||||
|
|
||||||
.btn-ok {
|
.btn-ok {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #21a452;
|
background-color: #009688;
|
||||||
}
|
}
|
||||||
.btn-ok:hover {
|
.btn-ok:hover {
|
||||||
background-color: #3dcb73;
|
background-color: #26A69A;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-cancel {
|
.btn-cancel {
|
||||||
@@ -190,7 +190,7 @@
|
|||||||
select:hover,
|
select:hover,
|
||||||
select:focus {
|
select:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
border-color: #00ae42;
|
border-color: #26A69A;
|
||||||
background-color: #edfaf2;
|
background-color: #edfaf2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -268,7 +268,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body.dark-mode .btn-ok {
|
body.dark-mode .btn-ok {
|
||||||
background-color: #3a8f44;
|
background-color: #009688;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dark-mode .btn-dark {
|
body.dark-mode .btn-dark {
|
||||||
@@ -298,9 +298,9 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="tip-panel" id="auto_flush_tip">
|
<div class="tip-panel" id="auto_flush_tip">
|
||||||
Studio would re-calculate your flushing volumes every time the filament
|
Orca would re-calculate your flushing volumes every time the filament
|
||||||
color changed or filaments changed. You could disable the auto-calculate
|
color changed or filaments changed. You could disable the auto-calculate
|
||||||
in Bambu Studio > Preferences.
|
in Orca Slicer > Preferences.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="margin-bottom: 10px; ">
|
<div style="margin-bottom: 10px; ">
|
||||||
|
|||||||
@@ -266,7 +266,7 @@ wxString WipingDialog::BuildTextObjStr(bool multi_language)
|
|||||||
wxString cancel_btn_label;
|
wxString cancel_btn_label;
|
||||||
|
|
||||||
if (multi_language) {
|
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_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);
|
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);
|
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");
|
ok_btn_label = _L("OK");
|
||||||
cancel_btn_label = _L("Cancel");
|
cancel_btn_label = _L("Cancel");
|
||||||
} else {
|
} 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_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);
|
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);
|
multiplier_range_panel = wxString::Format("The multiplier should be in range [%.2f, %.2f].", 0, 3);
|
||||||
|
|||||||
Reference in New Issue
Block a user