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
402 stars 227 forks source link

allow renaming of valve/fan outputs #40

Closed hoeken closed 14 years ago

hoeken commented 14 years ago

this would most likely be better accomplished with a general system for mapping outputs, mcodes, and hardware, but for now what I need to happen is that for the Frostruder the outputs that are currently labeled 'Fan' and 'Valve' need to be relabeled as 'Pressure Valve' and 'Relief Valve'. This change needs to only affect the Frostruder entry and should hopefully be done on the machines.xml level so that we can easily change them on a per-configuration setting.

makerbot commented 14 years ago

Added some hacky name mapping for the control panels. Closed by ebf954fbd7e02844606ce041fdf648e4618690cd.