Ever got a new profile and wandered what exactly is different in it compared to a stock profile or a different profile? Looking through INI files is not particularly easy, so here's a simple (and crude) tool that will display those differences for you.
- Make sure your system has python 3 installed. You will need TK (tkinter) support for GUI version, but it is being installed by default.
- Git clone repository, or download as zip
- Navigate to directory and install dependencies -
pip install -r requirements.txt
orpip install -r requirements_gui.txt
for gui version - Run it -
python compare.py
orpython gui.py
- Add a new profile using full path for file, unless it's located in the same directory. For example
add C:\Users\abc\Documents\prusa_profile_comparison\PrusaProfile.ini
Note that you can import multiple profile files. - Display all the available profiles -
print
- Compare 2 profiles, for example
compare printer:Original Prusa i3 MK3S MMU2S Single to printer:Original Prusa i3 MK3S MMU2S 0.6 nozzle
- Import profile - click Browse, select file and click Open Note that you can import multiple profile files.
- Add profiles to comparison windows by selecting profile in dropdown window and clicking add button. You can compare multiple profiles together if you prefer.
- Click Compare button to compare profiles and display difference.