pyslm icon indicating copy to clipboard operation
pyslm copied to clipboard

PySLM: A Python Library for 3D Printing and Additive Manufacturing

Results 8 pyslm issues
Sort by recently updated
recently updated
newest added

Hello, [numpyArray.txt](https://github.com/drlukeparry/pyslm/files/9746469/numpyArray.txt) I am using pyslm version = '0.4.2' If i try to hatch a sliced contour (numpy array is attached within the *.txt file) with the following hatching settings...

bug

Hi, i'm trying to use some of the pySLM methods to do some basic hatching for robot tool path generation (there are not so many hatching implementation out there). The...

documentation
question

Hey, For some models i got an unexpected result after using the slicing and hatching algorithm. I used a slightly modified version of your _"example_3d_multithread.py"_ script as a template to...

bug

Quick bugfix. If figure handles are passed to plotting functions, arrows are not plotted. Change plt.annotate references to ax.annotate to fix

I am sitting on the dev branch, trying to set up the new support generation engine. I started with the example code and realized that the bracket stl file is...

bug

I might be wrong, but I think here a simple return of the input hatching is missing? https://github.com/drlukeparry/pyslm/blob/2046afedb881f7e800bdc0776374d56be64cb4b7/pyslm/hatching/sorting.py#L38

Permit a feature for storing and representing variable or indexable laser parameters that vary across scan vectors.

enhancement

Hi, I wanted to know if there is any python example code to read and compile a .rdn file from Realizer, as well as the .rea file format. I only...

question