mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
ENH:moudify text for SyncNozzleAndAmsDialog
jira: STUDIO-12221 Change-Id: Ib6ba969ca97da53d7bcc04b5db08d83389bf4b5c (cherry picked from commit 37013329a69854545be2d369021f89e54b9727ec)
This commit is contained in:
@@ -3290,9 +3290,10 @@ void SyncAmsInfoDialog::update_lan_machine_list()
|
|||||||
|
|
||||||
SyncNozzleAndAmsDialog::SyncNozzleAndAmsDialog(InputInfo &input_info)
|
SyncNozzleAndAmsDialog::SyncNozzleAndAmsDialog(InputInfo &input_info)
|
||||||
: BaseTransparentDPIFrame(static_cast<wxWindow *>(wxGetApp().mainframe),
|
: BaseTransparentDPIFrame(static_cast<wxWindow *>(wxGetApp().mainframe),
|
||||||
320,
|
wxGetApp().preset_bundle->get_printer_extruder_count() == 1 ? 370 :320,
|
||||||
input_info.dialog_pos,
|
input_info.dialog_pos,
|
||||||
90,
|
90,
|
||||||
|
wxGetApp().preset_bundle->get_printer_extruder_count() == 1 ? _L("Successfully synchronized nozzle information.") :
|
||||||
_L("Successfully synchronized nozzle and AMS number information."),
|
_L("Successfully synchronized nozzle and AMS number information."),
|
||||||
_L("Continue to sync filaments"),
|
_L("Continue to sync filaments"),
|
||||||
_CTX(L_CONTEXT("Cancel", "Sync_Nozzle_AMS"), "Sync_Nozzle_AMS"),
|
_CTX(L_CONTEXT("Cancel", "Sync_Nozzle_AMS"), "Sync_Nozzle_AMS"),
|
||||||
|
|||||||
Reference in New Issue
Block a user