QoL: exclude handy model dir from recent list (#11934)

* Enhance backward compatibility for filament extruder variants in 3MF project files
Fix crashes when loading old 3MF project

* QoL: add handy models directory to ignore list
This commit is contained in:
SoftFever
2026-01-13 09:40:55 +08:00
committed by GitHub
parent ccb7416a6d
commit e173ad8df1
2 changed files with 9 additions and 1 deletions

View File

@@ -170,6 +170,9 @@ const std::string& sys_shapes_dir();
// Return a full path to the custom shapes gallery directory.
std::string custom_shapes_dir();
// Return a full path to the handy models directory.
std::string handy_models_dir();
// Set a path with shapes gallery files.
void set_custom_gcodes_dir(const std::string &path);
// Return a full path to the system shapes gallery directory.