mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: refine logic in filament group in gcodeviewer
jira: NONE Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Id89daec05f2d4017d326c6473bd62008dd9f0b11 (cherry picked from commit 2e26c5812a98e47a25d97e7f574e8a4d8e8f7f9e)
This commit is contained in:
@@ -55,8 +55,7 @@ FilamentMapManualPanel::FilamentMapManualPanel(wxWindow *p
|
||||
|
||||
top_sizer->Add(drag_sizer, 0, wxALIGN_CENTER | wxEXPAND);
|
||||
|
||||
m_tips = new Label(this, _L("Tips: You can drag the filaments to reassign them to different nozzles.\n"
|
||||
"But your filament grouping may not be the most efficient for filament usage."));
|
||||
m_tips = new Label(this, _L("Tips: You can drag the filaments to reassign them to different nozzles."));
|
||||
m_tips->SetFont(Label::Body_14);
|
||||
m_tips->SetForegroundColour(TextNormalGreyColor);
|
||||
top_sizer->AddSpacer(FromDIP(8));
|
||||
|
||||
Reference in New Issue
Block a user