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"),
|
tr("Open GCODE"),
|
||||||
home.home().absolutePath(),
|
home.home().absolutePath(),
|
||||||
"GCODE (*.g *.gco *.gcode *.nc)");
|
"GCODE (*.g *.gco *.gcode *.nc)");
|
||||||
|
if(filename.isEmpty() || filename.isNull()) return;
|
||||||
gfile.setFileName(filename);
|
gfile.setFileName(filename);
|
||||||
if(!recentFiles.contains(filename))
|
if(!recentFiles.contains(filename))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user