Merge branch 'master' of https://github.com/NeoTheFox/RepRaptor
This commit is contained in:
commit
7f57b698a1
@ -209,6 +209,7 @@ void MainWindow::open()
|
||||
tr("Open GCODE"),
|
||||
home.home().absolutePath(),
|
||||
"GCODE (*.g *.gco *.gcode *.nc)");
|
||||
if(filename.isEmpty() || filename.isNull()) return;
|
||||
gfile.setFileName(filename);
|
||||
if(!recentFiles.contains(filename))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user