pySlice
pySlice copied to clipboard
An (experimental) Python 3D Model slicing algorithm.
def addref(self, f): '''Add another Facet to the list of references.''' assert isinstance(f, Facet), "Reference is not a Facet." self.refs.append(f) #when i run this code, Facet is not defined. Can...
Hello, I seem to be running into an issue, where models with infills (lattices) seem to struggle to correctly slice. This includes what appears to be an inversion of image...
This could be as a result of the function call overheads. See http://stackoverflow.com/questions/4305518/why-is-equivalent-python-code-so-much-slower. It may be improved by maybe making it a c extension or c++ or using something like...
Tried with tux cookie cutter and it didn't work properly... need to look at the process_text function...