Add actions speed dial

This commit is contained in:
Andrew
2026-07-09 16:21:53 +08:00
parent fb2c0ef237
commit 6daef171c1
18 changed files with 1309 additions and 147 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef slic3r_GUI_SpeedDialDialog_hpp_
#define slic3r_GUI_SpeedDialDialog_hpp_
#include <wx/string.h>
namespace Slic3r { namespace GUI {
void open_speed_dial_popup();
}}
#endif