1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

On Windows associate .gcode files to gcode viewer application

This commit is contained in:
enricoturri1966
2020-10-08 08:32:51 +02:00
parent bab808941e
commit fdee18534b
2 changed files with 62 additions and 35 deletions
+1
View File
@@ -316,6 +316,7 @@ private:
#ifdef __WXMSW__
void associate_3mf_files();
void associate_gcode_files();
#endif // __WXMSW__
};
DECLARE_APP(GUI_App)