pychop3d
pychop3d copied to clipboard
Python implementation of "Chopper: Partitioning Models into 3D-Printable Parts"
Bumps [scipy](https://github.com/scipy/scipy) from 1.5.2 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...
Bumps [requests](https://github.com/psf/requests) from 2.24.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
I've looked online and tried some of the hack-arounds people mention but I have not been able to get this to work. Has anybody else come across this perhaps, have...
Created a bash script for installation of necessary packages. Only works for Linux or Windows Subsystem for Linux. Documentation in 'INSTALL/README.md' and comments within 'setup_linux' Shell output: [script_test.txt](https://github.com/gregstarr/pychop3d/files/5171651/script_test.txt)
This PR adds a `setup.py` for building pychop3d as a python package. Here's an alpha version of the package I built for testing. Please try it out and give feedback!...
Many of the failures are because the part is too thin and no connectors will fit.
Process: * user defines stl and any other user-facing parameters in a configuration yaml file * open the yaml file, set all configuration options to default, replace user defined values...