I recently purchased the Sovol SV06-Plus 3D printer for a 4th-grade classroom and we ran into issues on the first few prints. After some trial and error, we realized the issue was related to the Ultimaker Cura slicing software configuration.
Sovol provides a version of the Cura software but is five versions back and only for Windows users. For the rest of us, I guess the thought is that we need to figure it out. That’s a bit frustrating. Luckily after multiple trials and bad prints, I came across a post on Reddit that showed how to add the SV06-Plus profile to the latest Ultimaker Cura slicing software. So far I’ve had success. To make sure others find this information I’ve written a graphical version of the original directions. If you are tech-savvy, take a look at the original it’s quite easy.
Tutorial Start
This tutorial is broken up into two parts. First, for absolute beginners, it goes through the installation process. If you already have the latest version of Ultimaker Cura installed skip to the Adding The Sovol SV06-Plus Profile section.
Installation
Cura Version 5 + Sovol SV06 Plus
Official Website: https://sovol3d.com/products/sovol-sv06-plus
[Tested] on The Following Computer Systems
- MacOs Ventura 13.3, Apple M2
- Windows 10
- Windows 11
- Go to: https://ultimaker.com/
- In the navigation hover over Software and select:
Ultimaker Cura
- Next, select the Download For Free button.
- Select your operating system.
This tutorial will show the Mac OS, 64 bit installation.
- It should begin downloading a .dmg file titled:
UltiMaker-Cura-#.#.#-mac.dmg.
The#.#.#
will be the software version number like:5.3.1
- Double-click on the .dmg file to install it.
- A window will pop up. Agree to the terms and continue the installation
- A window will pop up. Agree to the terms and continue the installation
- You may see a progress bar, depending on the speed of your computer.
- Close the installation pop-up windows from step 8.
- Open the Ultimaker Cura application
- You may get a pop-up asking if you really want to open Cura. Stating, it is an app downloaded from the Internet. Click: Open
- The first time you open Cura up you will likely see a Get Started button.
- Click it and Agree!
- Click Next.
- Finally, Ultimaker will ask if you want to [Skip], [Create a free Ultimaker Account], or [Sign In]. For this tutorial, we will be selecting [Skip] for now.
- Next, it will ask you to Add Printer. Since we haven’t imported the profile configuration file for the SVO6 Plus, we will just create a temporary custom printer.
- Select: Non-UltiMaker printer
- This time, select: Add a non-networked printer
- Next, you will see a list of brands with UltiMaker selected. Scroll down to the next brand which is Custom and select: Custom FFF
- Don’t name this printer because we will be removing it once we have added the SV06 Plus printer. For now, click: [Next]
- For the Machine Settings click [Next]
- Click Skip for What’s New
- Finally, select: [Finish]
- You should now see the Cura application window. Something like the screenshot below.
+ Adding The Sovol SV06-Plus Profile
First off, I want to say thank you to the Reddit user: vgergo for providing the files and the original instruction. Original Reddit Post — He made a detailed tutorial to better understand Cura Profiles.
- Download the following zip folder: Sovol SV06 Plus Configuration Files.zip
- Now extract/unzip the folder. The extracted folder should contain the following folders and files.
definition > SV06_Plus.def.json
extruders > SV06_extruder_0.def.json
images > sovolbackplate.png
meshes > sovol_300_300_platform.obj
- Make sure Cura is running / open.
- In the top navigation find and select: Help
- drop-down will appear. Select: Show Configuration Folder
- You should now see the directory where all your Cura configuration files are stored.
!!! DONT DELETE ANYTHING — UNLESS YOU WAN TO RE-INSTALL CURA AGAIN !!!
- Move your extracted/unzipped folder next to the Cura configuration folder.
- Next, Either Drag-n-Drop the files or Copy and Paste them.
COPY 'SV06_Plus.def.json' to '/definitions/'
COPY 'SV06_extruder_0.def.json' to '/extruders/'
# The images and meshes folders do not exist until you copy them over.
COPY '/images' to '/5.3/images'
COPY '/meshes' to '/5.3/meshes'
- Close the Cura application and then open it back up.
- Let’s + add a new Sovol SV06 Plus printer. We can do this in two ways. Either click on the [Custom] button or in the top navigation select: Settings > Printer > Add Printer
- Now just like before select:
- Non Ultimaker printer
- Add a non-networked printer
- This time, when you see the list, instead scroll down until you see the brand Sovol and expand it. You should now see the Sovol SV06 Plus in the list of printers.
- Selecting it will give it the same name. Then click [Add]
- You should now see a custom build platform that looks similar to the Sovol SV06 Plus and has the correct dimensions. See the screenshot below.
Note: we weren’t able to display the Sovol logo on the back plate of the printing platform in Cura… on a Apple Silicon M2
Copy available on GitHub: