mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-07 21:16:35 +08:00
16 lines
240 B
C++
16 lines
240 B
C++
#include "Settings.hpp"
|
|
|
|
namespace Slic3r { namespace GUI {
|
|
|
|
void Settings::save_settings() {
|
|
/*
|
|
sub save_settings {
|
|
my ($self) = @_;
|
|
Slic3r::Config->write_ini("$datadir/slic3r.ini", $Settings);
|
|
}
|
|
|
|
*/
|
|
}
|
|
|
|
}} // namespace Slic3r::GUI
|