Slicing

From Hyrel3D
Revision as of 12:23, 30 August 2016 by Davo (talk | contribs) (Default Filament Recipes)
Jump to: navigation, search

Slicing describes the process of using specified parameters (recipes) to generate gcode to physically produce your model(s), layer by layer.

For other 3D Printers, this gcode tells the printer how much material to dispense on each printing move - this is the "E" value. However, since we generate flow commands on the fly for each printing move (as well as advance/retract for transitioning between printing and non-printing moves), we don't use this E value - please see the Flow_Rate page for more detail on this.

We support the Slic3r program, which uses three recipes: Print, Printer, and Filament (or Extruder). Since we do not use these E values, our main purpose for using these recipes is as follows:

Print

We use the Print recipe to configure the physical characteristics of the print - where to put material (and by inference, where not to put material). This includes specifying your path width (normally 110% of your nozzle diameter), your layer thickness (normally 25-75% of your nozzle diameter), your number of solid perimeters (top, bottom, and vertical), your infill pattern and density, support material (if desired), and printing speed.

Default Print Recipes

As of September 2016, we include the following Print recipes by default. These can be downloaded from [url].

Filament

We use the Filament recipe to configure heating and/or cooling of the print head(s) and the bed.

Default Filament Recipes

As of September 2016, we include the following Filament recipes by default. These can be downloaded from [url].

Print Recipes
Recipe Name Material Type Nozzle Diameter Layer Thickness Print Speed Density Support
Fil_Fine.ini Filament 0.5 0.1 30 35 No
Fil_Standard.ini Filament 0.5 0.2 25 35 No
Fil_Fast.ini Filament 0.5 0.4 20 35 No
Fil_Fine_Spt.ini Filament 0.5 0.1 30 35 Yes
Fil_Standard_Spt.ini Filament 0.5 0.2 25 35 Yes
Fil_Fast_Spt.ini Filament 0.5 0.4 20 35 Yes
EMO_2mm_Solid.ini Emulsifiable 2.0 0.5 15 90 No
EMO_2mm_Hollow.ini Emulsifiable 2.0 0.5 15 0 No
EMO_14#_Solid.ini Emulsifiable 1.6 0.5 15 90 No
EMO_14#_Scaffold.ini Emulsifiable 1.6 1.0 15 50 No

Printer

We use the Printer recipe to specify actions before and after tool changes, and before layer changes.

Default Printer Recipes

As of September 2016, we include the following Printer recipes by default. These can be downloaded from [url].