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

Handle controlpanel and build menu items correctly #135

Closed justjoheinz closed 14 years ago

justjoheinz commented 14 years ago

This small fix syncs the behavior of the build menu item and the control panel menu item (both in the Build menu) with the according menu buttons. If the machine is not connected it should not be possible to do a build or invoke the control panel. Hence the according menu entries are deactivated.

phooky commented 14 years ago

Thanks! Merged into tree.