Thermistor Lookup Tables - I don't know if you are interested, but....
idbruce
Posts: 6,197
Hello Everyone
My latest endeavor is the porting of a Python script to MFC C++ 6.0.
The script named createTemperatureLookup.py is pretty popular amongst 3D printing enthusiasts, and this script is responsible for creating thermistor lookup tables that are compatible with the Temperature Sensor v2.0, created by RepRap.org. For more information about Temperature Sensor v2.0, visit this page: http://reprap.org/wiki/Temperature_Sensor_2_0 and further information can be found here: http://reprap.org/wiki/Thermistor
As for the script, I forget where I found it, but Google lists this link: https://www.google.com/url?url=https://github.com/reprap/firmware/blob/master/createTemperatureLookup.py&rct=j&frm=1&q=&esrc=s&sa=U&ei=UDT4VJ_pDcv5yQSJyYCQCA&ved=0CBQQFjAA&usg=AFQjCNHbp7N1v4UKsk-xnG-VZMGcGlJv9w
Anyhow, things got a bit complicated with the Python Range function, because I did not know of any similar function in C++, but I finally got it straightened away with creating my own code from the CList class of MFC, however I may have a question or two for the Python guys in the future.
Anyhow, this is what the application is starting to look like. If you might be interested, then let me know.
EDIT: If you are wondering why I am porting it to MFC, it is because I really don't want to install Python on this PC, and I do not have access to a PC with Python installed.
My latest endeavor is the porting of a Python script to MFC C++ 6.0.
The script named createTemperatureLookup.py is pretty popular amongst 3D printing enthusiasts, and this script is responsible for creating thermistor lookup tables that are compatible with the Temperature Sensor v2.0, created by RepRap.org. For more information about Temperature Sensor v2.0, visit this page: http://reprap.org/wiki/Temperature_Sensor_2_0 and further information can be found here: http://reprap.org/wiki/Thermistor
As for the script, I forget where I found it, but Google lists this link: https://www.google.com/url?url=https://github.com/reprap/firmware/blob/master/createTemperatureLookup.py&rct=j&frm=1&q=&esrc=s&sa=U&ei=UDT4VJ_pDcv5yQSJyYCQCA&ved=0CBQQFjAA&usg=AFQjCNHbp7N1v4UKsk-xnG-VZMGcGlJv9w
Anyhow, things got a bit complicated with the Python Range function, because I did not know of any similar function in C++, but I finally got it straightened away with creating my own code from the CList class of MFC, however I may have a question or two for the Python guys in the future.
Anyhow, this is what the application is starting to look like. If you might be interested, then let me know.
EDIT: If you are wondering why I am porting it to MFC, it is because I really don't want to install Python on this PC, and I do not have access to a PC with Python installed.
Comments
LOL... Yea I know, but I am just doing what I need to do to get on with my project.
Python is a wonderful thing. Well worth learning a little bit about. Highly recommended.
Silly me, I forgot Python wasn't even standard equipment some places! )