A generic non-planar slicer, that can print almost any part without support.
Try it now on Google Colab! (note: colab free tier is only powerful enough to slice very simple models)
Check out my YouTube video for more details!
Thank you to JLCCNC for helping create the extruder mount and build plate for my 4 Axis Core R-Theta Printer.
Install and configure Python 3 and Jupyter Notebook (see guide), then open the main.ipynb
file.
Do not run the cell that contains !apt-get install -qq xvfb libgl1-mesa-glx
; assuming you are using Linux, instead install xvfb
and libgl1-mesa-glx
from a separate terminal window, with administrative permissions as required. If you are using a Linux distribution with a graphical interface, or if you are using Windows, installation of these two libraries may not be needed at all.
Bibtex Citation:
@software{Bird_S4_Slicer,
author = {Bird, Joshua},
license = {GPL-3.0},
title = {{S4 Slicer}},
url = {https://github.com/jyjblrd/S4_Slicer}
}