jpcgt / FlatCAM / Pull request #75: Python3 and PyQt5 port ...
bitbucket.org › jpcgt › flatcamThis should be a good start for solving issues: #231, #221 and hopefully others. Other than python3 and pyqt5 migrations, there's a general cleanup \\(needs more though\\). The GUI starts up on OSX at least, but there are things left to test and fix such as: 1. New pyQT5 signal/connect/emit call format. 2. Find more codepaths that lead to crashes \\(manual GUI testing from users?\\) 3. Fix ...
Bitbucket
bitbucket.org › jpcgt › flatcamFeb 15, 2018 · This should be a good start for solving issues: #231, #221 and hopefully others. Other than python3 and pyqt5 migrations, there's a general cleanup (needs more though). The GUI starts up on OSX at least, but there are things left to test and fix such as:
FlatCAM: PCB Prototyping CAD/CAM - Changes
flatcam.org/changesFixed conflict with PyQt5. Persistent main window geometry. Version 8 Full drawing and CAD features allowing custom manipulation of geometry within FlatCAM. Merge Geometry objects. Combine multiple Geometry objects into one and generate a single G-Code from it. Settings and history are stored in user folder and preserved between upgrades.
PyQt5 | Flatcam
https://muut.com/i/flatcam/developers:pyqt5And FlatCAM 8.5 rely on raising exceptions assuming that it will not crash the program but will let the user know about the issue. In the mean time you can try FlatCAM beta branch and although it will require more packages, I did port it to Python 3x and PyQt5 since last year ironing out all the porting bugs in between.