Skip to content

Commit

Permalink
delay the disabling of air assist
Browse files Browse the repository at this point in the history
  • Loading branch information
martinxyz committed Mar 4, 2015
1 parent a349ce2 commit bef16f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/js/app_datahandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ DataHandler = {
}
}
// footer
glist.push("M81\nS0\nG0X0Y0F"+app_settings.max_seek_speed+"\n");
glist.push("S0\nG0X0Y0F\nM81"+app_settings.max_seek_speed+"\n");
// alert(JSON.stringify(glist.join('')))
return glist.join('');
},
Expand Down

0 comments on commit bef16f6

Please sign in to comment.