aligator
aligator
Currently most command line parameters never get validated (e.g. checks for valid number range). I haven't looked into it yet.
[I already started experimenting with zig-zag lines](https://github.com/aligator/GoSlice/tree/zigzag-lines) (make the lines a bit shorter and connect the ends to get a continous line). But it's not that easy. There are also...
To get less stringing the printer should retract each time it is moving through a perimeter but only if it extruded a specified amount since the last retraction.
There are some possibilities for parallelization using go routines: - the slicer can parallelize the slice process for each layer - the slicer can also parallelize the makePolygons and GenerateLayerParts...
I noticed that the custom properties in the new tile editor have no name, just the index, even if a name is set. I couldn't find another Issue or PR...
Hi, just wanted to let you know that I changed the License of GoSlice to Apache-2.0 License which AFAIK is fully compatible with GPL v3. So you could ship SlicerA...
Hi, is there a specific reason you did not use GoSlice as lib? As you licensed SlicerA also AGPL it shouldn't be a problem, as long as you don't ship...
As the rendering blocks the whole js thread currently, maybe I should use webworkers to do this in a non-blocking way.