03. Configuring the slicer - FLSun3dp/FLSun-Kossel-Mini GitHub Wiki
Simplify3D, Slic3r, Cura, and many many more..
Written by: Maxim Riabichev
What's a slicer?
A slicer is a piece of software that translates a 3D model into G-code instructions which the printer firmware can understand. Basically instructions where the nozzle has to go (xyz-coordinates), at what point in time, at which speed, how much filament to extrude and so forth.
There are plenty of different slicers out there. I personally use Simplify3D. Therefore, the information here will be based on Simplify3D, but I'm sure it can be applied to any slicer.
General settings (for the Delta)
Speeds (for the Delta)
For information about rafts, retraction, brims, supports etc. Applies especially to Simplify3D.
Retraction
Supports
Infill
Layer height and nozzle diameter
Cura
For those of you having trouble with Cura 2.x not finding your printer
- Close Cura and make sure the COM port is not used by other software.
- Edit the file D:\Program Files\Cura 2.5\plugins\USBPrinting\USBPrinterOutputDeviceManager.py
- Search for line: result = self.getSerialPortList(only_list_usb = True)
- Change True to False.
- Save, and start Cura.
Go to next section.
You should by now have configured a slicer and can continue to the next section: Test your printer
I3
Nothing here yet..