Hello,
I finished successfully building of my Mono Mendel from RepRapPro and run into a problem with pronterface.
After clicking on one of the buttons hotend on/off and heatbed on/off pronterface terminates with:
terminate called after throwing an instance of 'std::

ut_of_range'
what(): basic_string::at
I looked into the python files and added some print commands to locate the problem.
It crashes after execution of setbedgui in pronterface.py. But why ?
Printing is possible - before crashing hotend or heatbed is activated.
Python 2.7.3, openSUSE 12.3 64bit
Help would be nice.