Calibration-Generator icon indicating copy to clipboard operation
Calibration-Generator copied to clipboard

Original article

https://www.cnx-software.com/2019/09/05/how-to-easily-calibrate-retraction-in-3d-printers/

Updated article

https://www.cnx-software.com/2020/07/08/3d-printer-retraction-calibration-vol-ii-calibration-generator-program-release/

The code assumes that the following is setup & configure for running with your profile:

  • Python3 (with pip) : https://www.python.org/downloads/
  • pyinstaller : https://www.pyinstaller.org/
  • pyuic5-tool : https://pypi.org/project/pyuic5-tool/
  • pyqt5ac : https://pypi.org/project/pyqt5ac/

Run the commands in the following order to generate the EXE:

  • ui2py.bat
  • convertexe.bat

This will create an EXE in the .\dist\ folder