Updated Creality printer profiles from CrealityPrint v7.1.0 and added new printers (SparkX i7, K2 SE...)#13581
Updated Creality printer profiles from CrealityPrint v7.1.0 and added new printers (SparkX i7, K2 SE...)#13581hamham999 wants to merge 1 commit into
Conversation
|
Hi @hamham999, you can manage the labels for this PR by Allowed labels are: Examples: |
|
/bot add-label enhancement |
|
/bot add-label profile |
|
hi thanks |
|
thanks, Yeah i will fix the naming issues soon, wont delete bed textures and restore the images |
❌ Profile Validation ErrorsIndentation Check Failed[2026-05-12 11:41:09.653319] [0x00007fd01a493780] [error] load_from_json: parse /home/runner/work/OrcaSlicer/OrcaSlicer/resources/profiles/Creality/process/0.40mm Standard SPARKX i7 0.8 nozzle.json got a generic exception, reason = Invalid value provided for parameter timelapse_type: -1 [2026-05-12 11:41:12.854388] [0x00007fbeb75fb780] [error] load_from_json: parse /home/runner/work/OrcaSlicer/OrcaSlicer/resources/profiles/Creality/process/0.40mm Standard SPARKX i7 0.8 nozzle.json got a generic exception, reason = Invalid value provided for parameter timelapse_type: -1 |
|
check existing variables from here https://github.com/OrcaSlicer/OrcaSlicer/wiki/built_in_placeholders_variables |
|
Yeah thanks, single color slicing works, multicolor fails, haven’t tested that before still working on it i will update it :) |
|
they might be added custom placeholders on creality code. so code also should be updated. there was another PRs for CFS systems but cannot remember are they merged or not. probably they contains that placeholders |
Just changed the "Change filament g-code" for this from my Creality Print settings: G2 Z{z_after_toolchange + 0.4} I0.86 J0.86 P1 F10000 ; spiral lift a little from second lift And worked great! |
Yeah exactly thanks! Thats the same for k2 variants i have already fixed it, will take some time still to update the pull request there is some other stuff with the names i have to fix i am currently redoing the whole thing |

📝 Description:
This Pull Request updates the Creality machine, process, and filament profiles by porting the latest configurations from the official CrealityPrint v7.1.0 release. The current profiles in Orca are outdated and lead to poor print quality and wrong time estimates for multicolor prints. Also newly released machines like the SparkX i7 are still missing.
Since CrealityPrint uses some custom variables and deep inheritance structures that are incompatible with upstream Orca Slicer, several adjustments were made to ensure stability and prevent ACCESS_VIOLATION crashes upon profile selection.
All profiles have been updated and adopted for Orca Slicer.
🚀 New Printers Added:
The following printers, which were previously missing in Orca Slicer, have been integrated:
• Creality SparkX i7
• Creality K2 SE
• Creality K1 CFS-C variants
• Creality K1 2025 CFS-C variants
• Creality Ender-3 V4
• Creality Sermoon variants
• Creality Sonic Ender variants
• Creality CR-family older variants
🛠️ Changelog & Bugfixes:
To make the CrealityPrint profiles fully compatible with Orca Slicer, the following fixes were applied to the JSON files:
• Fixed Thumbnail Crash (CR_PNG): CrealityPrint uses a different naming schema CR_PNG for thumbnails, which causes Orca Slicer to crash instantly. All occurrences of CR_PNG have been replaced with standard PNG.
• Removed Invalid Bed Textures: Removed the "bed_custom_texture": "printer_preview_.png" key from machine profiles, as this asset does not exist in Orca Slicer and caused UI access violations.
• Normalized Display Names: Replaced underscores (_) with spaces in the internal "name" field of machine and process profiles to match the filename and ensure proper UI rendering and coherence.
• Fixed bed size issue on varies older printers: bed size did not match actual print area. Inserted right texture file for right printer.
• Arachne Wall Generator: Enforced "wall_generator": "arachne" across all imported process profiles to provide better print quality for fine details and text, upgrading from the classic generator used in Creality profiles.
🧪 Testing:
• [x] Verified that Orca Slicer boots without errors.
• [x] Verified that selecting the newly added printers does not cause UI crashes.
• [x] Sliced objects for every Creality printer and checked for errors
• [x] Verified multicolor printing for CFS printers
• [ ] Verify K1 CFS-C variants printing and multicolor working properly
• [ ] Verify SparkX i7 printing and multicolor working properly
Currently there is a naming issue so older custom profiles wont work - i will fix it soon
IMPORTANT: %APPDATA%\OrcaSlicer\system might needs to be cleared for the changes to work properly because printer profiles are cached there
[How to Download Pull Requests Artifacts for Testing] (https://www.orcaslicer.com/wiki/how_to_download_pr_artifacts)