- some changes in data tools structure ('tool_type' to ['data']['tools_mill_job_type])
- some strings changes
4.07.2021
- optimized the Milling Plugin preferences
- added more preferences for v-shape tools in the Milling Plugin Preferences
- deactivated the automatic disable of the Cut Z parameter when selecting a v-shape tool in Milling Plugin
- in Milling Plugin added some protections against receiving signals from widgets without objectName set
- in Milling Plugin made sure that the Custom offset field is displayed only when it is needed (selected from Offset Type combobox)
- added some requirements asked by vispy v0.7.0
- if the generated Gcode is empty then the app will know and will not create a CNCJob object
- modified the Tool Table in Milling Plugin: now the tool type parameter is part of the Tool parameters and no longer in the Tool Table
- working on a Kosy CNC machine preprocessor file
35 lines
625 B
Plaintext
35 lines
625 B
Plaintext
# This file contains python only requirements to be installed with pip
|
|
# Python packages that cannot be installed with pip (e.g. PyQt5, GDAL) are not included.
|
|
# For Windows GDAL wheel can be found here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal
|
|
# Usage: pip3 install -r requirements.txt
|
|
|
|
numpy>=1.16
|
|
matplotlib>=3.1
|
|
cycler>=0.10
|
|
python-dateutil>=2.1
|
|
kiwisolver>=1.1
|
|
six
|
|
setuptools
|
|
dill
|
|
rtree
|
|
pyopengl
|
|
ortools>=7.0
|
|
svg.path>=4.0
|
|
simplejson
|
|
shapely>=1.7.0
|
|
freetype-py
|
|
fontTools
|
|
lxml
|
|
ezdxf
|
|
qrcode>=6.1
|
|
reportlab>=3.5
|
|
svglib
|
|
gdal
|
|
pyserial>=3.4
|
|
pikepdf>=2.0
|
|
pywin32>2.0
|
|
pyqt5>=5.12.1
|
|
vispy
|
|
rasterio
|
|
foronoi>=1.0.3
|
|
networkx |