At some point any 3D printing hobbyist will wonder how to edit STL files. Sometimes, the pre-downloaded STL file or your own model is good enough. In other cases, you would need to edit or repair it. There are STL editors that help users with that.
If you don't want to jump into the cold water right away, you might want to get started with some free sculpting apps first. Meshmixer is one of the free 3D-sculpting-based CAD programs created by Autodesk – and it is also one of their simpler, more beginner-friendly programs. Autodesk's Meshmixer is a state-of-the-art software for working with triangle meshes or, as its developers like to call it, the 'Swiss Army Knife' for editing STL files and 3D meshes. With Meshmixer, it's not only possible to optimize a triangle mesh but also to resculpt entire sections, stylize the model, or add useful features to it.
There are two types of programs that allow users to edit STL files:
- CAD (Computer Aided Design) software. These programs aim for covering engineering and construction modeling purposes, providing precise measurements and solid modeling tools. They weren't originally developed with 3D printing in mind, although they are pretty useful for this workflow. They are not the best choice for fully fledged STL editing due to some differences in the way they represent some shapes. This article will cover some CAD programs, such as Blender, FreeCAD, SketchUp.
- Mesh editing tools. These are excellent for editing STL files, because they're developed for working with modeling and objects represented by 2D surfaces that have no filling (these objects can't be printed, although there's quite a few ways they can be solidified).
Free STL editors
3D Crafter
3D Crafter (formerly known as 3D Canvas) is a free 3D editing and animation software available only for Windows. The intuitive interface and simple controls are worth mentioning, as well as extensive animation abilities. The program supports importing and exporting a wide variety of file formats, including STL. The built-in tools make 3D Crafter a good choice for easy editing. The main shortcoming is the lack of the native ability to export STL in the free version, but you can get the Pro one rather cheaply or save files in other formats.
How to edit STL files in 3D Crafter
Opening STL files
Go to File > Import > StereoLithography (stl) and choose the object you want to import.
Editing STL files
1. Press the wheel of your mouse and move the mouse to change the view. You can also use the Orbit button in the toolbar above the model view. The Pan and Zoom buttons help as well. But if you have a mouse available, using it would be faster and more comfortable.
2. Select your part or the whole object using mouse and either right-click on the selected parts or on the rectangle in the lower-right corner of the program. It will bring the list of the options to manipulate and edit your object.
3. The left toolbar has many other tools as well.
4. You can get more tools available by changing the difficulty level in the upper toolbar from Novice tools to Intermediate or Pro Tools.
5. If you still struggle, the program has a short built-in tutorial that appears on the right when using it for the first time.
Blender
Blender is a free and open-source cross-platform 3D editing software. It's probably the most popular free 3D program on the market. It's used for creation, editing and animation of 3D models in various industries – from video game development to landscape design and construction. STL files can be easily imported and prepared, and there are many algorithms that help working with surfaces.
The program isn't easy to use, requires a learning curve and the amount of features may overwhelm new users. Blender requires a powerful PC for working with complex models but same can be said about many other CAD programs. Blender also wasn't developed with 3D printing in mind, but it's still possible to edit and repair STL files in the software.
How to edit and repair STL files in Blender
Opening STL files
1. After opening Blender there's usually a default cube present. You can delete it by placing the mouse cursor above it and pressing the 'Del' button.
2. Go to File > Import > STL, choose a file and import it.
Editing STL files
1. Switch to Edit mode. The edges of your model will now be visible.
2. Hitting Alt+L selects all elements. It will allow you to select individual points, planes and edges by pressing RMB.
3. Alt+J converts triangles into rectangles.
4. Searching for Subdivide or Un-Subdivide grants the ability to change the number of tiles.
5.Selection options Vertexes, Edge or Face select allows you to manipulate the parts of the model
6. You can search for different shapes such as Cube or Sphere to add them the model
7. You can extrude the area by using the Extrude command
8. The Boolean command can be used to cut or merge forms.
Repairing STL
1. Using the 3D Print Toolbox: Edit > Preferences > Add-Ons > Mesh: 3D Print Toolbox. It's now available in the left sidebar.
2. 3D Print Toolbox can help you fixing the issues with your STL files, the ones that prevent it from printing correctly. Most important issues are:
Overhangs requiring adding support structure.
Wall-thickness shows the thinnest walls that would be problematic to print.
Manifolds.
3. Pressing Check All checks for every issues. The list of errors is located at the bottom of the toolbox.
4. Pressing Isolated repairs edges and vertices.
5. The Make Manifold button creates mesh manifold.
Exporting STL
Go to File > Export > Stl to export your model.
Here's one of the tutorials that show how to fix mesh issues in Blender:
FreeCAD
FreeCAD is a free and open-source (LGPLv2+) cross-platform CAD software. It supports full parametric modeling as well as several 2D tools handy for drafting purposes. There are various add-ons that extends the software's abilities.
FreeCAD is not the best solution for STL editing and repairing but it's still pretty functional. Among its shortcomings are the lack of a full move-around 3D view and the problems with intercepting structures.
How to edit and repair STL files in FreeCAD
Opening STL files
1. Open the program and go to File > New.
2. Click File > Import and choose the STL file. Other formats such as OBJ and AST are also supported. FreeCAD can open other mesh formats such as OBJ and AST as well.
3. Change the workbench to Part.
4. Select the model you just imported in the Model window.
5. Go to Part > Create shape from mesh. The object will be split into several triangles. The precision of the process can be changed, but 0.10 will be good enough for the majority of objects.
6. The mesh can now be deleted or hidden.
7. Click Advanced utility and select Solid from shell. Choose any object with triangles, click on it and then click on the Create button. Click Close. The object is now solidified.
8. The old shape can now be deleted and hidden. Your solid object is ready for editing.
Editing STL files
1. Change the workbench to Part Design.
2. Choose where you want to add or remove material, click on the surface so it's highlighted.
3. Click Create Sketch.
4. Image optimizer freeware. Create a shape you want to manipulate using the tools for drawing.
5. Click Close. Double-click on the model tree if you want to edit your sketch. https://coolkload407.weebly.com/bust-the-bank.html.
6. You can use the Pad for extrusion. And the tool called Pocket allows you to cut.
Repairing STL
1. Switch workbench to Mesh Design.
2. Go to Meshes > Analyze > Evaluate & repair mesh.
3. You can choose any possible defect in the list and click the Analyze button.
Choosing the All above tests together window and clicking Analyze works like a 'select all' option and looks for all of the possible defects.
4. Click Repair.
Exporting STL
Select the last feature in the model tree. Then go to File > Export and choose Mesh formats.
Here's a good video (no commentary) that shows FreeCAD's editing abilities:
MeshLab
MeshLab is a free and open-source cross-platform STL editing and repairing software. It doesn't even have an option to create new objects but the program is a powerful editor. The meshes can be converted and merged and later inspected and repaired. MeshLabs supports working with point clouds and can import and export many different file types, including 3DS, OBJ, OFF and, of course, STL.
How to edit and repair STL files in MeshLab
Opening STL files
Go to File > Import Mesh and select your model.
Editing STL files
MeshLab can't create new objects but it has various editing tools, especially for merging.
Merging two models:
1. Load both models
2. Click on Show Layers. Select the models.
3. Select the object in the Layer menu and click on Manipulator Tools to manipulate it.
4. Pressing T uses the Transform option, R allows you to rotate the object and pressing S gives you the access to scaling options.
5. Rotating the view changes the axis you're working in. Use arrows and drag-and-drop functions to manipulate the objects.
6. When everything is where it should be, press RMB after selecting any part of the combined mesh and choose Flatten Visible Layers. Check the first three boxes and click on Apply.
How to delete a section:
1. Click on Select Face.
2. Click Delete the Current Selected Face and Vertices.
How to repair your object or search for holes:
1. If your model is manifold, click on Fill Hole.
2. A window will appear and show you all the holes. You can select the ones you want to fill, then click on Fill and then on Accept once they're highlighted.
Repairing STL
1. Go to Filters > Quality Measures and Computations > Compute Geometric Measures if you want to check if your object is manifold. A volume file or an error will appear in a window.
2. If it's not manifold (watertight), go to Filters > Cleaning and Repairing > Merge Close Vertices, and apply it.
Go to Filters > Cleaning and Repairing > Remove Duplicate Faces, click Apply.
Go to Filters > Cleaning and Repairing > Remove Duplicated Vertices.
3. Check the file again.
Exporting STL
Go to File > Export Mesh.
This video shows how to repair STL file using MeshLab:
Meshmixer
Meshmixer is a free and open-source 3D printing software. It's available for MacOS and Windows and developed by Autodesk. Rich functionality allows for various ways to work with STL files – including editing and repairing (the older versions even used to have a built-in slicer tool). The developers call it a 'state-of-the-art software for working with triangle meshes'. And the amount of features seems to prove that – hollowing, support structure branching and other abilities are useful for editing your meshes.
How to edit and repair STL files in Meshmixer
Opening STL files
1. Click on Import and choose the model.
2. Go to Edit > Make solid Logitech wireless numeric keypad and mouse. to solidify your object. You can also make it hollow by choosing the 'Hollow' option
Editing STL files
1. The Select option will let you mark the parts of the object.
2. Pressing Del removes the elements you marked.
3. The Meshmix option will let you manipulate various forms. They can be combined by using the Sculpt tool. You can switch to using more complex forms. The objects can be easily drag-and-dropped and rotate by using colored arrows. more models by switching from basic forms to for example arms or legs. Drag and drop the object you want to insert. Use different colored arrows to rotate or move your model.
https://iqlx.over-blog.com/2021/01/drum-kits-logic-bobby.html. 4. Clicking on Sculpt will let you extrude or smoothen different parts.
Repairing STL
1. In the sidebar, click on Print. It will show various tools for repairing and preparation for 3D printing.
2. Select your 3D Printer from the list. If yours is absent, you can add it manually by providing its specs.
3. Click on Repair Selected. This will automatically fix all of the issues in the mesh. You can also hollow it and adjust the minimum wall thickness.
4. Click Add Support for making a support structure. Change the settings according your printer's requirements and click Generate Support. Then choose Done.
5. Once everything is ready, click Send to Printer.
Exporting STL
Meshmixer Open Source File
Go to File > Export and select the .Stl option.
This tutorial demonstrates how you can fix STL with Meshmixer:
SculptGL
SculptGL is a free web-based 3D sculpting software. It's based on WebGL and is rather minimal, including only the necessary tools and features but still manages to be powerful enough. Obviously, it cannot be compared to much more extensive competitors such as Zbrush. But it's the best STL editor for those interested in 3D sculpting.
While it's great for editing, it lacks the ability to repair STL files and sometimes the finished result is non-manifold, which will require using repairing programs (such as those described in the article).
How to edit STL files in SculptGL
Opening STL files
1. Delete the default shape by clicking Scene > Clear Scene.
2. Go to File (import/export) > Add (obj, sgl, ply, stl) to open an STL file.
Editing STL files
1. Use the Radius slider in the Sculpting & Painting toolbar to control the size of the tool. The tools are used to define the key features of your model. Use the smaller ones for more precise editing.
2. Pressing the Symmetry button will help you to streamline the process by mirroring the changes you make in the other half of the mesh.
You can increase the resolution if you run into problems or need to work on smaller details. There are two different ways to achieve so.
Subdividing: go to Topology > Multiresolution > Subdivide.
Remeshing: go to Topology > Voxel Remeshing > Resolution, select the resolution and click the Remesh button.
Exporting STL
Go to File (import/export) > Save STL.
SketchUp Make
SketchUp is a paid 3D modeling and editing CAD software available for Windows and macOS. It has two free versions – web-based SketchUp Free (which won't be covered in this article, because it doesn't support STL editing and repair) and a discontinued (but still available at the website) version called SketchUp Make. The program is powerful and is widely used by the professionals. Its abilities can be extended by various plugins, including the STL plugin which will be covered below.
How to edit and repair STL files in SketchUp Make
Installing the STL plugin
1. Go to Window > Extension Warehouse.
2. Search for SketchUp STL, log in using Google account and install it.
Opening STL files
Go to File > Import… Choose the STL type. Excel student edition. Browse for your model. Browse for the object you want to open and import it.
Editing STL files
1. The Eraser tool can be used to remove the triangles' edges, so at the end you will get a rectangle. Hp easy scan help. The Pencil will let you to create new sketches.
2. The Push/Pull feature and the Move tool allow you to manipulate the model after finishing the sketches.
Repairing STL
SketchUp lacks the STL repair ability out of the box, but you can get the feature using various plugins. We recommend installing the free plugin called Solid Inspector.
1. Install the Solid Inspector Plugin by going to Extension Warehouse.
2. Select the mesh and click the Solid Inspector button that is now available at the toolbar.
3. The list of errors will appear.
4. The Tab feature (Shift+Tab) will help you check all the errors of the STL file and zoom.
5. The errors can be automatically fixed by pressing Fix or Fix All buttons.
Cleanup is another useful plugin that can help deleting hidden or redundant geometrical feature.
Exporting STL
Go to File > Export and choose .stl format.
This video shows how to work with STL files in SketchUp:
Wings 3D
Wings 3D is a free and open-source (BSD licensed) 3D software. It's a rather simple and minimalistic program, which is pretty useful for creating basic models before exporting them to more powerful editors (such as Blenders). It works with its own .wings format, but it supports various other file formats, including STL and OBJ. The software lacks repairing features, but it's STL editing capabilities are very useful and impressive for such a simple program. The functionality of Wings 3D can be extended by using different plugins.
How to edit STL files in Wings 3D
Opening STL files
Go to File > Import > StereoLithography (.stl)… and choose the object you want to import. Keep in mind that Wings 3D will open your model to a random scaling, since the program doesn't measure the size of the imported model.
Editing STL files
1. The toolbar above the model window shows different selection modes: Vertex, Edges, Face and Body. Choose one you want to work in.
2. Select the part or the whole object so it's highlighted.
3. https://truerfile950.weebly.com/seneca-niagara-casino-slot-machines.html. Press RMB and see the options available. There will be a long list covering everything from moving and rotating to more complex abilities.
4. Move and rotate options are rather intuitive – you just click on them and choose the axis you want to work in. After that you just manipulate the elements with your mouse.
5. The Absolute Commands option allows you to precisely manipulate the object setting the exact parameters.
6. While working in the Face Selection mode, right-clicking the chosen parts will show the Tesselate option. It will make possible to convert triangles of your object to rectangles, vice-versa and other options.
Exporting STL
Go to File > Export > StereoLithography (.stl)…
If you only want to export some parts, select the ones you need and go to File > Export Selected > StereoLithography (.stl)…
Here's a tutorial covering the first steps of using Wings 3D:
Top 10 3D Sculpting Programs – The Best Software for Creating Digital Sculptures for 3D Printing
3D sculpting is a fascinating way to bring characters, monsters, and all kinds of organic shapes to life. While many 3D modeling programs focus on precision, 3D sculpting apps are all about turning a piece of visual clay into a stunning 3D print. This article will show you the 10 best 3D sculpting programs to get the job done!
In the first part of this blog post, we will focus on sculpting programs. Here, sculpting is the sole purpose of the software and not just a bonus feature. Later on, we will also mention traditional 3D modeling programs that offer basic sculpting modules.
Open Source Definition
Sculpting Programs
1. ZBrush
Without any doubt, ZBrush is the most popular and most powerful digital sculpting program out there. It offers the world's most advanced tools for everyone from art enthusiasts to major film and games studios.
Launched in 1999 as 2.5D modeling software, it is now the go-to solution for 3D sculptors and painters. Jody Garrett, who printed the goat skull that you can see below with ZBrush, calls the software a 'hands-down tour-de-force of digital tools.'
Heads up though: ZBrush comes with a rather steep learning curve and a price of 795 USD. To get a feel for the software without taking any risks you can start ZBrush's 45-day-trial version here. You should also check out our tutorial about how to prepare your ZBrush models for 3D printing here.
- By: Pixologic
- Price: 795USD
Meshmixer Open Source Definition
Jody Garrett's goat skull was designed with ZBrush
2. Mudbox
ZBrush's biggest competitor is Mudbox, which was developed in 2007 and acquired by Autodesk. Mudbox digital painting and sculpting software provides 3D artists with an intuitive and tactile toolset for creating and modifying 3D geometry and textures.
- By: Autodesk
- Price: 10USD/month or 80USD/year
It's hard to say which of these two programs (ZBrush or Mudbox) is really better, but here are some points to consider:
- Mudbox's sculpting style differs somewhat to that of ZBrush and can be considered as more beginner-friendly.
- The main difference between both programs is that ZBrush is much better at generating a base geometry to start modeling with than Mudbox. With Mudbox, you need to use integrations with Maya or 3ds Max to generate a base geometry more easily.
- Overall, ZBrush and Mudbox feature similar sets of tools and brushes. However, ZBrush beats Mudbox in terms of functionality.
- ZBrush is often considered to be superior to Mudbox when it comes to painting the model.
- Mudbox costs 10 USD/month, whereas ZBrush costs 795 USD for a single user license.
Since both ZBrush and Mudbox come as free trial versions, you might want to check them both out first and then choose the program you like most.
3. Meshmixer
If you don't want to jump into the cold water right away, you might want to get started with some free sculpting apps first. Meshmixer is one of the free 3D-sculpting-based CAD programs created by Autodesk – and it is also one of their simpler, more beginner-friendly programs. Meshmixer can be used to intuitively sculpt designs, hollow them out, cut them apart, and combine parts together without wrecking your mesh's internal or external geometry. It's a very cool tool to prepare your design for 3D printing as well.
You can mash, mix, sculpt, stamp or paint your own 3D designs from scratch, or start from over 10,000 models in the 123D Gallery. Our very own mascot (the Piguin; see below), was created in this great program. If you also want to give it a try, be sure to take a look at our extensive Meshmixer beginner's guide.
- By: Autodesk
- Price: Free
These 3D printed Piguins by Bert de Niel were created in Meshmixer
4. 3D Coat
3D Coat is another interesting digital sculpting program. Its main advantages are its super powerful texturing, UV mapping, and painting tools.
The general 3D modeling part of working with this software is pretty unconventional and differs from the other programs listed here. However, if your number one concern is ‘coating' your sculpt with a great texture, then 3D Coat is your best friend.
This software comes at a price that ranges between 99 and 379 USD depending on which license suits your needs. The 3D printing community of this software is rather small, and so finding good 3D printing tutorials for it is a little more difficult than for the other programs mentioned in this list. To try it, you can simply start with their free 30 days trial version.
- By: Pilgway
- Price: from 99USD (amateurs) to 379USD (professionals)
The Forrest Critter SC by Lazyad was created with 3D Coat.
5. Sculptris
Sculptris is a free digital sculpting tool, created by Pixologic, the company behind ZBrush. If you're new to the world of digital sculpting, Sculptris is the ideal ground on which to get started. It shows you the very basics of what ZBrush is able to do.
Sculptris provides an excellent gateway into the world of 3D sculpting. Its features are easy to learn, even for people with little or no experience in digital art, yet robust enough for creating detailed base models. Sculptris also lets you import 3D meshes (.obj) for further detailing and modifying.
The only downside of Sculptris is its limited functionality. When you're ready to take your Sculptris creations to the next level for detailing, having a look at ZBrush definitely makes sense.
- By: Pixologic
- Price: Free
The 3D printed Serpents Buckle by Michael Mueller was created in Sculptris
Further 3D Modeling Programs with Sculpting Capabilities
The programs that we looked at so far are nearly exclusively about sculpting an object. However, several traditional 3D modeling programs also offer sculpting features. So if you already have experience with one of the following programs, you might want to check out their sculpting modules first. Keep in mind that the sculpting functionality of these programs are inferior to those of Mudbox and ZBrush, but it's enough to get a basic job done.
6. Blender
Blender is a very powerful 3D modeling program and a popular choice within the 3D printing community. It has been equipped with a sculpting tool set since 2007, and its workflow is pretty similar to that of ZBrush and Mudbox. Additional bonuses are the sheer number of tutorials and plugins out there as well as the fact that Blender is completely free! However, users continuously complain about the interface and the very steep learning curve!
- By: Blender Foundation
- Price: Free and Open Source
This monster was sculpted in Blender by BlenderMania
7. Cinema 4D
Cinema 4D received a sculpting module back in 2012. It features multi-resolution sculpting, advanced symmetry options and a big range of brushes, stencils and stamps. However, if you are not already an owner of this software, it comes with a price of roughly 3,500 USD (42 days free trial here).
- By: Maxon
- Price: 3,500USD
8. MODO
Select the last feature in the model tree. Then go to File > Export and choose Mesh formats.
Here's a good video (no commentary) that shows FreeCAD's editing abilities:
MeshLab
MeshLab is a free and open-source cross-platform STL editing and repairing software. It doesn't even have an option to create new objects but the program is a powerful editor. The meshes can be converted and merged and later inspected and repaired. MeshLabs supports working with point clouds and can import and export many different file types, including 3DS, OBJ, OFF and, of course, STL.
How to edit and repair STL files in MeshLab
Opening STL files
Go to File > Import Mesh and select your model.
Editing STL files
MeshLab can't create new objects but it has various editing tools, especially for merging.
Merging two models:
1. Load both models
2. Click on Show Layers. Select the models.
3. Select the object in the Layer menu and click on Manipulator Tools to manipulate it.
4. Pressing T uses the Transform option, R allows you to rotate the object and pressing S gives you the access to scaling options.
5. Rotating the view changes the axis you're working in. Use arrows and drag-and-drop functions to manipulate the objects.
6. When everything is where it should be, press RMB after selecting any part of the combined mesh and choose Flatten Visible Layers. Check the first three boxes and click on Apply.
How to delete a section:
1. Click on Select Face.
2. Click Delete the Current Selected Face and Vertices.
How to repair your object or search for holes:
1. If your model is manifold, click on Fill Hole.
2. A window will appear and show you all the holes. You can select the ones you want to fill, then click on Fill and then on Accept once they're highlighted.
Repairing STL
1. Go to Filters > Quality Measures and Computations > Compute Geometric Measures if you want to check if your object is manifold. A volume file or an error will appear in a window.
2. If it's not manifold (watertight), go to Filters > Cleaning and Repairing > Merge Close Vertices, and apply it.
Go to Filters > Cleaning and Repairing > Remove Duplicate Faces, click Apply.
Go to Filters > Cleaning and Repairing > Remove Duplicated Vertices.
3. Check the file again.
Exporting STL
Go to File > Export Mesh.
This video shows how to repair STL file using MeshLab:
Meshmixer
Meshmixer is a free and open-source 3D printing software. It's available for MacOS and Windows and developed by Autodesk. Rich functionality allows for various ways to work with STL files – including editing and repairing (the older versions even used to have a built-in slicer tool). The developers call it a 'state-of-the-art software for working with triangle meshes'. And the amount of features seems to prove that – hollowing, support structure branching and other abilities are useful for editing your meshes.
How to edit and repair STL files in Meshmixer
Opening STL files
1. Click on Import and choose the model.
2. Go to Edit > Make solid Logitech wireless numeric keypad and mouse. to solidify your object. You can also make it hollow by choosing the 'Hollow' option
Editing STL files
1. The Select option will let you mark the parts of the object.
2. Pressing Del removes the elements you marked.
3. The Meshmix option will let you manipulate various forms. They can be combined by using the Sculpt tool. You can switch to using more complex forms. The objects can be easily drag-and-dropped and rotate by using colored arrows. more models by switching from basic forms to for example arms or legs. Drag and drop the object you want to insert. Use different colored arrows to rotate or move your model.
https://iqlx.over-blog.com/2021/01/drum-kits-logic-bobby.html. 4. Clicking on Sculpt will let you extrude or smoothen different parts.
Repairing STL
1. In the sidebar, click on Print. It will show various tools for repairing and preparation for 3D printing.
2. Select your 3D Printer from the list. If yours is absent, you can add it manually by providing its specs.
3. Click on Repair Selected. This will automatically fix all of the issues in the mesh. You can also hollow it and adjust the minimum wall thickness.
4. Click Add Support for making a support structure. Change the settings according your printer's requirements and click Generate Support. Then choose Done.
5. Once everything is ready, click Send to Printer.
Exporting STL
Meshmixer Open Source File
Go to File > Export and select the .Stl option.
This tutorial demonstrates how you can fix STL with Meshmixer:
SculptGL
SculptGL is a free web-based 3D sculpting software. It's based on WebGL and is rather minimal, including only the necessary tools and features but still manages to be powerful enough. Obviously, it cannot be compared to much more extensive competitors such as Zbrush. But it's the best STL editor for those interested in 3D sculpting.
While it's great for editing, it lacks the ability to repair STL files and sometimes the finished result is non-manifold, which will require using repairing programs (such as those described in the article).
How to edit STL files in SculptGL
Opening STL files
1. Delete the default shape by clicking Scene > Clear Scene.
2. Go to File (import/export) > Add (obj, sgl, ply, stl) to open an STL file.
Editing STL files
1. Use the Radius slider in the Sculpting & Painting toolbar to control the size of the tool. The tools are used to define the key features of your model. Use the smaller ones for more precise editing.
2. Pressing the Symmetry button will help you to streamline the process by mirroring the changes you make in the other half of the mesh.
You can increase the resolution if you run into problems or need to work on smaller details. There are two different ways to achieve so.
Subdividing: go to Topology > Multiresolution > Subdivide.
Remeshing: go to Topology > Voxel Remeshing > Resolution, select the resolution and click the Remesh button.
Exporting STL
Go to File (import/export) > Save STL.
SketchUp Make
SketchUp is a paid 3D modeling and editing CAD software available for Windows and macOS. It has two free versions – web-based SketchUp Free (which won't be covered in this article, because it doesn't support STL editing and repair) and a discontinued (but still available at the website) version called SketchUp Make. The program is powerful and is widely used by the professionals. Its abilities can be extended by various plugins, including the STL plugin which will be covered below.
How to edit and repair STL files in SketchUp Make
Installing the STL plugin
1. Go to Window > Extension Warehouse.
2. Search for SketchUp STL, log in using Google account and install it.
Opening STL files
Go to File > Import… Choose the STL type. Excel student edition. Browse for your model. Browse for the object you want to open and import it.
Editing STL files
1. The Eraser tool can be used to remove the triangles' edges, so at the end you will get a rectangle. Hp easy scan help. The Pencil will let you to create new sketches.
2. The Push/Pull feature and the Move tool allow you to manipulate the model after finishing the sketches.
Repairing STL
SketchUp lacks the STL repair ability out of the box, but you can get the feature using various plugins. We recommend installing the free plugin called Solid Inspector.
1. Install the Solid Inspector Plugin by going to Extension Warehouse.
2. Select the mesh and click the Solid Inspector button that is now available at the toolbar.
3. The list of errors will appear.
4. The Tab feature (Shift+Tab) will help you check all the errors of the STL file and zoom.
5. The errors can be automatically fixed by pressing Fix or Fix All buttons.
Cleanup is another useful plugin that can help deleting hidden or redundant geometrical feature.
Exporting STL
Go to File > Export and choose .stl format.
This video shows how to work with STL files in SketchUp:
Wings 3D
Wings 3D is a free and open-source (BSD licensed) 3D software. It's a rather simple and minimalistic program, which is pretty useful for creating basic models before exporting them to more powerful editors (such as Blenders). It works with its own .wings format, but it supports various other file formats, including STL and OBJ. The software lacks repairing features, but it's STL editing capabilities are very useful and impressive for such a simple program. The functionality of Wings 3D can be extended by using different plugins.
How to edit STL files in Wings 3D
Opening STL files
Go to File > Import > StereoLithography (.stl)… and choose the object you want to import. Keep in mind that Wings 3D will open your model to a random scaling, since the program doesn't measure the size of the imported model.
Editing STL files
1. The toolbar above the model window shows different selection modes: Vertex, Edges, Face and Body. Choose one you want to work in.
2. Select the part or the whole object so it's highlighted.
3. https://truerfile950.weebly.com/seneca-niagara-casino-slot-machines.html. Press RMB and see the options available. There will be a long list covering everything from moving and rotating to more complex abilities.
4. Move and rotate options are rather intuitive – you just click on them and choose the axis you want to work in. After that you just manipulate the elements with your mouse.
5. The Absolute Commands option allows you to precisely manipulate the object setting the exact parameters.
6. While working in the Face Selection mode, right-clicking the chosen parts will show the Tesselate option. It will make possible to convert triangles of your object to rectangles, vice-versa and other options.
Exporting STL
Go to File > Export > StereoLithography (.stl)…
If you only want to export some parts, select the ones you need and go to File > Export Selected > StereoLithography (.stl)…
Here's a tutorial covering the first steps of using Wings 3D:
Top 10 3D Sculpting Programs – The Best Software for Creating Digital Sculptures for 3D Printing
3D sculpting is a fascinating way to bring characters, monsters, and all kinds of organic shapes to life. While many 3D modeling programs focus on precision, 3D sculpting apps are all about turning a piece of visual clay into a stunning 3D print. This article will show you the 10 best 3D sculpting programs to get the job done!
In the first part of this blog post, we will focus on sculpting programs. Here, sculpting is the sole purpose of the software and not just a bonus feature. Later on, we will also mention traditional 3D modeling programs that offer basic sculpting modules.
Open Source Definition
Sculpting Programs
1. ZBrush
Without any doubt, ZBrush is the most popular and most powerful digital sculpting program out there. It offers the world's most advanced tools for everyone from art enthusiasts to major film and games studios.
Launched in 1999 as 2.5D modeling software, it is now the go-to solution for 3D sculptors and painters. Jody Garrett, who printed the goat skull that you can see below with ZBrush, calls the software a 'hands-down tour-de-force of digital tools.'
Heads up though: ZBrush comes with a rather steep learning curve and a price of 795 USD. To get a feel for the software without taking any risks you can start ZBrush's 45-day-trial version here. You should also check out our tutorial about how to prepare your ZBrush models for 3D printing here.
- By: Pixologic
- Price: 795USD
Meshmixer Open Source Definition
Jody Garrett's goat skull was designed with ZBrush
2. Mudbox
ZBrush's biggest competitor is Mudbox, which was developed in 2007 and acquired by Autodesk. Mudbox digital painting and sculpting software provides 3D artists with an intuitive and tactile toolset for creating and modifying 3D geometry and textures.
- By: Autodesk
- Price: 10USD/month or 80USD/year
It's hard to say which of these two programs (ZBrush or Mudbox) is really better, but here are some points to consider:
- Mudbox's sculpting style differs somewhat to that of ZBrush and can be considered as more beginner-friendly.
- The main difference between both programs is that ZBrush is much better at generating a base geometry to start modeling with than Mudbox. With Mudbox, you need to use integrations with Maya or 3ds Max to generate a base geometry more easily.
- Overall, ZBrush and Mudbox feature similar sets of tools and brushes. However, ZBrush beats Mudbox in terms of functionality.
- ZBrush is often considered to be superior to Mudbox when it comes to painting the model.
- Mudbox costs 10 USD/month, whereas ZBrush costs 795 USD for a single user license.
Since both ZBrush and Mudbox come as free trial versions, you might want to check them both out first and then choose the program you like most.
3. Meshmixer
If you don't want to jump into the cold water right away, you might want to get started with some free sculpting apps first. Meshmixer is one of the free 3D-sculpting-based CAD programs created by Autodesk – and it is also one of their simpler, more beginner-friendly programs. Meshmixer can be used to intuitively sculpt designs, hollow them out, cut them apart, and combine parts together without wrecking your mesh's internal or external geometry. It's a very cool tool to prepare your design for 3D printing as well.
You can mash, mix, sculpt, stamp or paint your own 3D designs from scratch, or start from over 10,000 models in the 123D Gallery. Our very own mascot (the Piguin; see below), was created in this great program. If you also want to give it a try, be sure to take a look at our extensive Meshmixer beginner's guide.
- By: Autodesk
- Price: Free
These 3D printed Piguins by Bert de Niel were created in Meshmixer
4. 3D Coat
3D Coat is another interesting digital sculpting program. Its main advantages are its super powerful texturing, UV mapping, and painting tools.
The general 3D modeling part of working with this software is pretty unconventional and differs from the other programs listed here. However, if your number one concern is ‘coating' your sculpt with a great texture, then 3D Coat is your best friend.
This software comes at a price that ranges between 99 and 379 USD depending on which license suits your needs. The 3D printing community of this software is rather small, and so finding good 3D printing tutorials for it is a little more difficult than for the other programs mentioned in this list. To try it, you can simply start with their free 30 days trial version.
- By: Pilgway
- Price: from 99USD (amateurs) to 379USD (professionals)
The Forrest Critter SC by Lazyad was created with 3D Coat.
5. Sculptris
Sculptris is a free digital sculpting tool, created by Pixologic, the company behind ZBrush. If you're new to the world of digital sculpting, Sculptris is the ideal ground on which to get started. It shows you the very basics of what ZBrush is able to do.
Sculptris provides an excellent gateway into the world of 3D sculpting. Its features are easy to learn, even for people with little or no experience in digital art, yet robust enough for creating detailed base models. Sculptris also lets you import 3D meshes (.obj) for further detailing and modifying.
The only downside of Sculptris is its limited functionality. When you're ready to take your Sculptris creations to the next level for detailing, having a look at ZBrush definitely makes sense.
- By: Pixologic
- Price: Free
The 3D printed Serpents Buckle by Michael Mueller was created in Sculptris
Further 3D Modeling Programs with Sculpting Capabilities
The programs that we looked at so far are nearly exclusively about sculpting an object. However, several traditional 3D modeling programs also offer sculpting features. So if you already have experience with one of the following programs, you might want to check out their sculpting modules first. Keep in mind that the sculpting functionality of these programs are inferior to those of Mudbox and ZBrush, but it's enough to get a basic job done.
6. Blender
Blender is a very powerful 3D modeling program and a popular choice within the 3D printing community. It has been equipped with a sculpting tool set since 2007, and its workflow is pretty similar to that of ZBrush and Mudbox. Additional bonuses are the sheer number of tutorials and plugins out there as well as the fact that Blender is completely free! However, users continuously complain about the interface and the very steep learning curve!
- By: Blender Foundation
- Price: Free and Open Source
This monster was sculpted in Blender by BlenderMania
7. Cinema 4D
Cinema 4D received a sculpting module back in 2012. It features multi-resolution sculpting, advanced symmetry options and a big range of brushes, stencils and stamps. However, if you are not already an owner of this software, it comes with a price of roughly 3,500 USD (42 days free trial here).
- By: Maxon
- Price: 3,500USD
8. MODO
MODO has an integrated sculpting mode since 2007. The so called 'Painting and Sculpting' function is designed to be simple to use while providing users with a powerful and intuitive toolset that empowers artists to realize their vision with the least amount of strain. MODO comes at around 1,799 USD (30 days free trial here)
- By: Foundry
- Price: from 599USD/year to 1,799USD perpetual license
9. Maya
Maya also extended its 3D sculpting capabilities and added a new set of brushes in 2016. While it does a decent job, many users complain that the workflow is still too buggy and sluggish. Also, Maya comes at 185 USD/month – so unless you already own a Maya license you might want to consider other programs first or try their 30 days free trial.
- By: Autodesk
- Price: 242USD/month or 1,936USD/year
Online 3D Sculpting App
10. SculptGL
Last but not least we have an honorable mention that certainly deserves a spot on this list: SculptGL. This app is free, doesn't need a download/installation and doesn't require you to sign up. It runs directly in your browser and allows you to start sculpting your first model in seconds. It's a great app to start messing around and find out if this way of modeling is right for you. Of course it won't lead to the most stunning designs, but it is a nice sandbox! You might want to check out our tutorial to get a better understanding of this free app.
- By: Stephane Ginier
- Price: Free
Japanese artist Motogashi designed this using Sculpt GL
Are you ready to get going? 3D sculptors love printing their designs in multicolor! Take a look at 10 stunning (sculpted) multicolor 3D prints here to see what other 3D artist have created. If your design is ready to be printed, upload it here and see the price of your HD 3D print instantly.