Teacup_Firmware/configtool
Nico Tonnhofer 727d5dee66 configtool: use new wxPython 4
Installation/Update:
- Windows/macOS
    pip install -U wxPython

- Linux
    pip install -U wxPython
      - if it fails to install wxPython >= 4 go ahead, else you're done.

    Check https://extras.wxpython.org/wxPython4/extras/linux/gtk3/
    for e.g. Ubuntu 18.04:
      pip install -U \
      -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04/ \
      wxPython

check also https://wxpython.org/pages/downloads/ for further details.
2018-12-30 22:12:36 +01:00
..
__init__.py Configtool: major restructuring. 2015-04-21 02:07:12 +02:00
accelerationpage.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
addheaterdlg.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
addsensordlg.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
background.png Configtool: give the thing a nice background picture. 2015-05-30 18:41:02 +02:00
board.generic.h configtool: add FORCE_SOFTWARE_PWM to configtool 2017-03-21 15:04:26 +01:00
board.py heaters: add max heater value 2017-03-21 14:48:15 +01:00
boardpanel.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
build.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
calcbelt.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
calcscrew.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
communicationspage.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
cpupage.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
data.py Homing order in configtool. 2017-12-31 17:22:51 +01:00
decoration.py Configtool: color background matching the background picture. 2015-05-30 19:20:38 +02:00
displaypage.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
gui.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
heaterlist.py configtool: add FORCE_SOFTWARE_PWM to configtool 2017-03-21 15:04:26 +01:00
heaterspage.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
mechanicalpage.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
miscellaneouspage.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
page.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
pinoutspage.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
printer.generic.h Add dynamic 3-point bed-leveling support 2018-08-20 10:38:10 -07:00
printer.py Homing order in configtool. 2017-12-31 17:22:51 +01:00
printerpanel.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
protectedfiles.py ARM: add a board configuration for Gen7-ARM. 2015-08-12 14:26:36 +02:00
sensorlist.py Configtool: don't color heater/sensor list items. 2015-05-31 11:27:12 +02:00
sensorpage.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
settings.py configtool: with commandline it is not necessary to have wx 2018-12-21 20:03:17 +01:00
settingsdlg.py configtool: use new wxPython 4 2018-12-30 22:12:36 +01:00
thermistor.py Configtool: thermistor table entries are now distributed by ADC. 2015-07-27 18:04:41 +02:00
thermistorpresets.py Configtool: move thermistor presets into distribution file. 2015-05-20 23:31:38 +02:00
thermistortablefile.py thermistortablefile.py: fix output parameter list. 2016-10-26 20:32:45 +02:00