mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 19:46:29 +08:00
Refactoring Settings store.
This commit is contained in:
parent
a3d38494f0
commit
590d66b59b
@ -148,7 +148,7 @@ sub CallAfter {
|
|||||||
wxString decode_path(const wxString& in);
|
wxString decode_path(const wxString& in);
|
||||||
wxString encode_path(const wxString& in);
|
wxString encode_path(const wxString& in);
|
||||||
|
|
||||||
std::vector<wxString> open_model(wxWindow* parent, const Settings& settings, wxWindow* top);
|
std::vector<wxString> open_model(wxWindow* parent, wxWindow* top);
|
||||||
|
|
||||||
inline Slic3r::Point new_scale(const wxPoint& p) { return Slic3r::Point::new_scale(p.x, p.y); }
|
inline Slic3r::Point new_scale(const wxPoint& p) { return Slic3r::Point::new_scale(p.x, p.y); }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user