mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-22 10:22:08 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user