makerbot / ReplicatorG

An open-source gcode interpreter for driving RepRaps, Makerbots, and other similar CNC beasties
http://replicat.org
GNU General Public License v2.0
404 stars 226 forks source link

Fix loss of selected tool. #230

Closed giseburt closed 13 years ago

giseburt commented 13 years ago

The tool selection, based on Gx Tx commands, was not setting the tool variable, and so Ex 5D commands were not getting converted to a tool. This worked in 24, but broke with all of the rearranging in 25.

Thank you, -Rob