Markus Hitter
0991e4a41f
Configtool: add some formatting to collected help texts.
...
Tooltips don't size their box after line lengths, but have their
own idea on how wide to make it. Accordingly one should display
text with newlines only for paragraph delimiters.
This also required adjustments to all the board and printer
description comments. No functional change there.
This should solve issue #148 .
2015-05-26 14:23:49 +02:00
Markus Hitter
276b82d013
config/board*: add help text for temp sensor name limitations.
...
Unfortunately this is only solution I can offer to complete the
fix for issue #96 .
2015-05-23 21:09:03 +02:00
Markus Hitter
f734b225eb
Rename ThermistorTable.h to thermistortable.h.
...
This is purely cosmetics to match naming conventions of other
files. No functional change.
2015-05-04 20:08:39 +02:00
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
29dd85a129
Configtool: also prettify writing heater definitions.
2015-04-21 02:51:31 +02:00
Markus Hitter
778af87102
Configtool: prettify writing sensor definitions.
...
This might look a bit oversensitive right now, but soon we'll also
write temperature table data, then it makes more sense.
2015-04-21 02:51:31 +02:00
jbernardis
b9f524d256
Configtool: add the ability to build and upload.
2015-04-21 02:11:01 +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