mirror of
https://github.com/bassamanator/Sovol-SV06-firmware.git
synced 2025-11-08 21:41:15 +00:00
Add initial version of OrcaSlicer and ancillary files to convert config from PrusaSlicer to OrcaSlicer
This commit is contained in:
@@ -48,6 +48,7 @@ ${\small{\textit{** Maintained by ElPainis}}}$
|
|||||||
- Pre-configured configuration bundles based on the [Ellis SuperSlicer Print Profiles](https://github.com/AndrewEllis93/Ellis-SuperSlicer-Profiles):
|
- Pre-configured configuration bundles based on the [Ellis SuperSlicer Print Profiles](https://github.com/AndrewEllis93/Ellis-SuperSlicer-Profiles):
|
||||||
- SuperSlicer
|
- SuperSlicer
|
||||||
- PrusaSlicer
|
- PrusaSlicer
|
||||||
|
- OrcaSlicer (experimental, converted from PrusaSlicer)
|
||||||
- Printer profiles: `SV06/Plus`; `SV07/Plus`
|
- Printer profiles: `SV06/Plus`; `SV07/Plus`
|
||||||
- Bed model and texture to use in SuperSlicer/PrusaSlicer.
|
- Bed model and texture to use in SuperSlicer/PrusaSlicer.
|
||||||
- Macros:
|
- Macros:
|
||||||
|
|||||||
BIN
misc/OrcaSlicer_config_bundle-2.9.2-DEV.zip
Normal file
BIN
misc/OrcaSlicer_config_bundle-2.9.2-DEV.zip
Normal file
Binary file not shown.
14
misc/orcaslicer-related/README.md
Normal file
14
misc/orcaslicer-related/README.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# Converting Prusa Slicer config bundle to Orca Slicer
|
||||||
|
|
||||||
|
Orca Slicer configs can be converted from Prusa Slicer using https://github.com/apparle/SuperSlicer_to_Orca_scripts . It is a fork of theophile's script with some enhancements ([theophile/SuperSlicer_to_Orca_scripts#43](https://github.com/theophile/SuperSlicer_to_Orca_scripts/pull/43) ) which haven't been merged yet. It does require a few perl modules which can be installed using cpanminus (or your favorite perl module manager).
|
||||||
|
|
||||||
|
Most of the script is automated, with the exception of `printer_model` field that must be manually specified with a json file. This attribute is used by OrcaSlicer to load the appropriate build plate images & STLs.
|
||||||
|
|
||||||
|
```
|
||||||
|
perl SuperSlicer_to_Orca_scripts/superslicer_to_orca.pl --input PrusaSlicer_config_bundle-2.9.2.ini --nozzle-size 0.4 --compatible_printers_condition KEEP --skip-link-system-printer --printer-models-json printer_models_conversion_mapping.json --output-config-bundle OrcaSlicer_config_bundle-2.9.2-DEV.zip
|
||||||
|
```
|
||||||
|
|
||||||
|
## How to use OrcaSlicer bundle:
|
||||||
|
This config bundle can be imported into OrcaSlicer : `File > Import > Import configs...`
|
||||||
|
|
||||||
|
Note, after importing OrcaSlicer does reformat the json files and add some more default attributes, so the contents of this file cannot directly be compared with the contents of the zipped bundle.
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"SV06 0.4 nozzle" : "Sovol SV06",
|
||||||
|
"SV06 0.6 nozzle" : "Sovol SV06",
|
||||||
|
"SV06 ACE 0.4 nozzle" : "Sovol SV06 ACE",
|
||||||
|
"SV06 ACE 0.6 nozzle" : "Sovol SV06 ACE",
|
||||||
|
"SV06 Plus 0.4 nozzle" : "Sovol SV06 Plus",
|
||||||
|
"SV06 Plus 0.6 nozzle" : "Sovol SV06 Plus",
|
||||||
|
"SV07 0.4 nozzle" : "Sovol SV07",
|
||||||
|
"SV07 0.6 nozzle" : "Sovol SV07",
|
||||||
|
"SV07 Plus 0.4 nozzle" : "Sovol SV07 Plus",
|
||||||
|
"SV07 Plus 0.6 nozzle" : "Sovol SV07 Plus"
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user