Exportul ca STL ori OBJ
Outdated translations are marked like this.
Topic |
---|
Export to STL or OBJ |
Level |
Beginner |
Time to complete |
20 minutes |
Authors |
r-frank |
FreeCAD version |
0.16.6703 |
Example files |
See also |
None |
Introduction
Introducere
În acest tutorial vom discuta cum să exportați fișiere STL / OBJ din FreeCAD. Din moment ce formatul STL / OBJ-ul este compus din ochiuri este adimensional, FreeCAD va presupune că unitățile utilizate în model sunt în mm. Dacă nu este cazul, trebuie să vă scalați modelul.
Sample part
Model de Piesă
Puteți utiliza propriul fișier FreeCAD, dar puteți crea, de asemenea, un fișier de test rapid de către
Export Method 1: Using "File → Export"
- With the default settings, this method creates a mesh with noticeably jagged curves. To get a smoother finish when e.g. 3D printing, the mesh resolution should be configured:
- Make sure the
Mesh Workbench has been loaded (it is not loaded by default).
- Go to Edit → Preferences... → Import-Export → Mesh Formats.
- Change Maximum mesh deviation. A lower value will produce a mesh with a higher resolution.
- Make sure the
- Select the solid to be exported in the tree view.
- Choose File → Export... and set the file type to STL mesh (*.stl *.ast).
- Enter your file name. The default extension is .stl. You must include the extension .ast to produce an .ast file.
- Choose Save.
Export Method 2: Using the Mesh Workbench in FreeCAD
Metoda 2 de Export: folosirea atelierului Plase în FreeCAD
- Comutați pe Atelierul Mesh
- Selectați în vederea arborescentă solidul care va fi transformat în plasă
- Choose Meshes →
Create Mesh from shape... from the top menu
- Select one of the three available meshers and specify the available options, for more info refer to this page (Mesh from Shape)
- Choose OK and the mesh object will be created in the tree view (with green mesh icon)
- Select the mesh object in the tree view and right click on mesh object in the tree view
- Choose
Export mesh to export mesh
- You will be prompted to choose file name (default is the name of the mesh object) and the file type (default is "Binary STL (*.stl)")
- Selectați Save și ați terminat
Which Method to choose ?
Care metodă alegem?
- Se preferă metoda 2. Mai ales atunci când aveți mai multe corpuri pentru a converti de la Tools din Atelierul Mesh, cum ar fi fuzionarea Plaselor înainte de export.
Links
Links

- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework
- Hubs: User hub, Power users hub, Developer hub