 |
harley Apprentice
Joined: 05 Apr 2008 Posts: 121
|
Posted: Mon Aug 18, 2008 2:13 am
[2.36] bug with queue for %nextdir |
it seems when a command is generated via script ie.. north
It goes to the queue.. which i think is normal
but its not getting removed from the queue now when it is processed..
It still shows there and under %nextdir
Several of my scripts use #if %nextdir=%null {xxx}
and now the get stuck, if i manually clear it.. it continues as normall.. but will lock up again.. any ideas?
only happened since upgrade. |
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Aug 18, 2008 5:25 pm |
Any command in the queue will get cleared when the mapper detects that you have moved in that direction correctly. You can use the #OK command to confirm the movement within a script, and that will remove the command from the queue.
|
|
|
 |
|
|