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

View file

@ -316,6 +316,7 @@ private:
#ifdef __WXMSW__
void associate_3mf_files();
void associate_gcode_files();
#endif // __WXMSW__
};
DECLARE_APP(GUI_App)