mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
QOLchange: Don't add Untitled string if project name is set
This commit is contained in:
@@ -2853,9 +2853,6 @@ void SelectMachineDialog::set_default()
|
||||
|
||||
if (filename.empty()) {
|
||||
filename = m_plater->get_export_gcode_filename("", true);
|
||||
if (std::strstr(filename.c_str(), _L("Untitled").c_str()) == NULL) {
|
||||
filename = wxString::Format("Untitled%s",filename);
|
||||
}
|
||||
}
|
||||
|
||||
fs::path filename_path(filename.c_str());
|
||||
|
||||
Reference in New Issue
Block a user