Markus Hitter
6f85f625cc
Remove ThermistorTable{single|double}.h.
...
These are no longer needed, as they're now created on the fly by
Configtool.
Also pick unique information from there over to Configtool, see
the change in configtool/addsensordlg.h.
2015-05-04 19:55:16 +02:00
jbernardis
48433a6254
Configtool: added logic to generate thermistor temp tables.
...
Also enable editing of temperature sensors.
2015-04-21 02:51:32 +02:00
Markus Hitter
8408d8c294
Configtool: DEFINE_TEMP_SENSOR always wants four paramters.
...
Compilation with something else than a thermistor still doesn't
work, because temp.c insists on a thermistor table, but we're a
step closer.
2015-04-21 02:51:31 +02:00
jbernardis
ee8f5f9170
Configtool: some code prettifications.
...
Pure whitespace changes.
2015-04-21 02:51:30 +02:00
jbernardis
cbc87fc526
Configtool: align labels and choices vertically.
...
wxPython apparently doesn't allow to do this automatically,
so do it kind of manually, with a constand in data.py.
--Traumflug
2015-04-21 02:51:30 +02:00
jbernardis
d6b2a2293e
Configtool: incorporate most of previous comments.
...
See discussion to Issue #111 on Github.
2015-04-21 02:10:58 +02:00
jbernardis
d7789ee217
Configtool: major restructuring.
...
We distinguish between printers and boards now. Most of the
code was split into one file per tab/window and moved into
configtool/.
2015-04-21 02:07:12 +02:00