Skip to content

Commit

Permalink
Ensure last command sent is clean! 🏃💦
Browse files Browse the repository at this point in the history
Fixes #250 - Well, more of a workaround anyways.
  • Loading branch information
techninja committed Jan 13, 2016
1 parent 871bfa7 commit d95169d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/rp_modules/paper.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ module.exports = function(paper) {
run([
'wash',
'park',
'up', // Ensure the last command sent is clean, see evil-mad/robopaint#250
['status', i18n.t('libs.autocomplete')],
['callbackname', 'autoPaintComplete']
]);
Expand Down

0 comments on commit d95169d

Please sign in to comment.