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 for ToM 5D Dualstrusion #265

Closed tbuser closed 12 years ago

tbuser commented 12 years ago

When using the makerbot4g driver/5D dimension with dual extruders on a ToM, you get the following error:

Cannot get nonexistent tool (#-1.

This fixes it by basically doing the same thing the Mightyboard driver does, lets you set the tool by sending an M108 T0 command.