- some changes in the app.on_togle_units() to make sure we don't try to convert empty parameters which may cause crashes on FlatCAM units change
- updated setup_ubuntu.sh file - made sure to import certain libraries in some of the FlatCAM files and not to rely on chained imports
This commit is contained in:
@@ -14,7 +14,6 @@ apt-get install python3-tk
|
||||
apt-get install libspatialindex-dev
|
||||
apt-get install python3-gdal
|
||||
apt-get install python3-lxml
|
||||
easy_install3 -U distribute
|
||||
pip3 install --upgrade dill
|
||||
pip3 install --upgrade Shapely
|
||||
pip3 install --upgrade vispy
|
||||
|
||||
Reference in New Issue
Block a user