Official Website: https://sovol3d.com/products/sovol-sv06-plus
- MacOs Ventura 13.3, Apple M2
- Windows 10
- Windows 11
For this tutorial we will begin by installing the latest version of cura, which is version 5.
- 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. For this tutorial select: Mac OS, 64 bit
-
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.
- Drag Ultimker Cura to the Applications Folder in the next pop-up window.
- 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.
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 and Profiles as well.
For Apple/Mac use the following step-by-step guide.
-
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
-
A 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 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 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
Tried to modify the values displayed for the infill pattern to include an icon. Initial tests using the apple glyphicons was successful. These findings confirmed that the only way to go about creating custom icons that represented the text would be to create a custom .ttf font file using font glyphicons. Current attempts have not been successful and further study into the software is necessary.
"infill_pattern": {
"options": {
"grid": "Grid",
"lines": "Lines",
"triangles": "Triangles",
"trihexagon": "Tri-Hexagon",
"cubic": "Cubic",
"cubicsubdiv": "Cubic Subdivision",
"tetrahedral": "Octet",
"quarter_cubic": "Quarter Cubic",
"concentric": "Concentric",
"zigzag": "Zig Zag",
"cross": "Cross",
"cross_3d": "Cross 3D",
"gyroid": "Gyroid",
"lightning": "Lightning"
},
},