Skip to content
Snippets Groups Projects
Commit 7aa0741b authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

small changes

parent 1d10c189
Branches
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ GCodeExporter.prototype.makeFooter = function(){
GCodeExporter.prototype.save = function(data){
var blob = new Blob([data], {type: "text/plain;charset=utf-8"});
saveAs(blob, "GCodeExport" + ".g");
saveAs(blob, "GCodeExport" + ".nc");
};
GCodeExporter.prototype.simulate = function(line, machine, wcs, callback){
......
......@@ -22,6 +22,6 @@ SendMenuView = Backbone.View.extend({
},
template: _.template('')
template: _.template('realtime communication with machine')
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment