mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 02:15:55 +08:00
Updated GUI_App::load_gcode() to show also bgcode and bgc extensions in caption
This commit is contained in:
parent
a0dfb33b49
commit
c4c2c5dcf3
@ -2025,7 +2025,7 @@ void GUI_App::load_gcode(wxWindow* parent, wxString& input_file) const
|
|||||||
{
|
{
|
||||||
input_file.Clear();
|
input_file.Clear();
|
||||||
wxFileDialog dialog(parent ? parent : GetTopWindow(),
|
wxFileDialog dialog(parent ? parent : GetTopWindow(),
|
||||||
_L("Choose one file (GCODE/.GCO/.G/.ngc/NGC):"),
|
_L("Choose one file (GCODE/GCO/G/BGCODE/BGC/NGC):"),
|
||||||
app_config->get_last_dir(), "",
|
app_config->get_last_dir(), "",
|
||||||
file_wildcards(FT_GCODE), wxFD_OPEN | wxFD_FILE_MUST_EXIST);
|
file_wildcards(FT_GCODE), wxFD_OPEN | wxFD_FILE_MUST_EXIST);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user