
In most cases, though, the default values will give a satisfying result.

In the example below, the left mesh used the default value of 0.10, while the right one uses 0.01: If you are not happy, and think that the result is too coarse, you can repeat the operation, lowering the deviation value.Change the View → Display Mode property of the new mesh object to Flat Lines, in order to see how the triangulation occurred.Either hide the solid, or move one of the objects aside, so you can compare both. A mesh object will be created, exactly on top of our solid object.Select the Standard mesher, and leave the deviation value to the default value of 0.10.

It offers less possibilities than the two others, but is totally sufficient for small objects that fit into the maximum print size of a 3D printer. The Standard meshing algorithm will always be present. Some additional meshing algorithms (Mefisto or Netgen) might not be available, depending on how your version of FreeCAD was compiled. A task panel will open with several options.Select menu Meshes → Create Mesh from Shape.Open the FreeCAD file containing the lego piece.Let's convert one of the objects we modelled in the previous chapters, such as the lego piece (which can be downloaded from the end of the previous chapter).This workbench allows you to handle them fully in FreeCAD. Although working with meshes is not the focus of FreeCAD, when working with 3D modeling, you often need to deal with mesh objects, since their use is very widespread among other applications. This workbench contains, in addition to the most important tools that convert between Part and Mesh objects, several utilities meant to analyze and repair meshes. We need to check that the degradation stays within acceptable limits.Īll the mesh handling, in FreeCAD, is done by another specific workbench, the Mesh Workbench. All we need to be careful about, is that it is here that the degradation we mentioned above will occur. Fortunately, as much as converting a mesh to a solid is a complicated operation, the contrary, converting a solid to a mesh, is very straightforward. So we will need to convert any object we want to 3D print into a mesh first, that the slicer can open. None of the slicers will, at this time, directly take the solid geometry as we produce in FreeCAD.
Cura slicer tutorial how to#
But we will see how to export and use these slicers to check that the output is correct. These programs usually offer advanced configuration possibilities that allow you to tailor the output exactly for the features of your 3D printer.Īctual 3D printing, however, is too vast a subject for this manual.

Since many of those printers are home-built, there are often small differences from one to the other. The 3D object is exported to another program (the slicer) which will generate the G-code from the object, by slicing it into thin layers (hence the name), which will reproduce the movements that the 3D printer will do. This is the technique most commonly used for 3D printing. We will now see how to address the third point. When printing in 3D, you must always make sure this loss of quality stays below your minimum requirements.īelow, we will assume that the first two criteria are met, and that by now you are able to produce solid objects with correct dimensions.

In any case, some loss of quality of your model will unavoidably occur during the process. The conversion of your models into G-Code can be easy and automatic, but you can also do it manually, with total control over the output. G-code has dozens of different dialects, each machine or vendor usually has its own. Most of them will only understand a machine language called G-Code. No 3D printing or CNC milling system can take FreeCAD files directly. One millimeter will be one millimeter in real-life.
