mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Fix of #5503 - Physical printer disappears from Slicer upon close of application
This commit is contained in:
parent
48481c10b4
commit
55c62887cc
3 changed files with 20 additions and 21 deletions
|
@ -685,9 +685,9 @@ public:
|
|||
// returns true if all presets were deleted successfully.
|
||||
bool delete_preset_from_printers(const std::string& preset_name);
|
||||
|
||||
// Get list of printers which have more than one preset and "preset_name" preset is one of them
|
||||
// Get list of printers which have more than one preset and "preset_names" preset is one of them
|
||||
std::vector<std::string> get_printers_with_preset( const std::string &preset_name);
|
||||
// Get list of printers which has only "preset_name" preset
|
||||
// Get list of printers which has only "preset_names" preset
|
||||
std::vector<std::string> get_printers_with_only_preset( const std::string &preset_name);
|
||||
|
||||
// Return the selected preset, without the user modifications applied.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue