mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-01 04:02:06 +08:00
Update string SendMultiMachinePage.cpp (#5538)
This commit is contained in:
parent
b7b3418baf
commit
eaee170b4c
@ -1316,7 +1316,7 @@ wxPanel* SendMultiMachinePage::create_page()
|
|||||||
|
|
||||||
// add send option
|
// add send option
|
||||||
wxBoxSizer* title_send_option = create_item_title(_L("Send Options"), main_page, "");
|
wxBoxSizer* title_send_option = create_item_title(_L("Send Options"), main_page, "");
|
||||||
wxBoxSizer* max_printer_send = create_item_input(_L("Send"), _L("printers at the same time.(It depends on how many devices can undergo heating at the same time.)"), main_page, "", "max_send");
|
wxBoxSizer* max_printer_send = create_item_input(_L("Send to"), _L("printers at the same time.(It depends on how many devices can undergo heating at the same time.)"), main_page, "", "max_send");
|
||||||
wxBoxSizer* delay_time = create_item_input(_L("Wait"), _L("minute each batch.(It depends on how long it takes to complete the heating.)"), main_page, "", "sending_interval");
|
wxBoxSizer* delay_time = create_item_input(_L("Wait"), _L("minute each batch.(It depends on how long it takes to complete the heating.)"), main_page, "", "sending_interval");
|
||||||
sizer->Add(title_send_option, 0, wxEXPAND, 0);
|
sizer->Add(title_send_option, 0, wxEXPAND, 0);
|
||||||
sizer->Add(max_printer_send, 0, wxLEFT, FromDIP(20));
|
sizer->Add(max_printer_send, 0, wxLEFT, FromDIP(20));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user