Fix Ender-3 V3 KE nozzle switching (#13438)

Fix Ender-3 V3 KE nozzle switching by adding printer_variant

The four Creality Ender-3 V3 KE 0.X nozzle profiles were missing the
printer_variant key, so OrcaSlicer could not map a UI nozzle selection
to a specific profile and reverted every choice to 0.2mm. Add the
matching printer_variant to each, following the CR-10 SE / K1C pattern.
This commit is contained in:
Dennis Klappe
2026-05-04 11:41:07 +02:00
committed by GitHub
parent 84ccee7fe6
commit 8e9906f747
5 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Creality",
"version": "02.03.02.70",
"version": "02.03.02.71",
"force_update": "0",
"description": "Creality configurations",
"machine_model_list": [

View File

@@ -5,6 +5,7 @@
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"printer_variant": "0.2",
"printer_settings_id": "Creality",
"printer_model": "Creality Ender-3 V3 KE",
"gcode_flavor": "klipper",

View File

@@ -5,6 +5,7 @@
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"printer_variant": "0.4",
"printer_settings_id": "Creality",
"printer_model": "Creality Ender-3 V3 KE",
"gcode_flavor": "klipper",

View File

@@ -5,6 +5,7 @@
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"printer_variant": "0.6",
"printer_settings_id": "Creality",
"printer_model": "Creality Ender-3 V3 KE",
"gcode_flavor": "klipper",

View File

@@ -5,6 +5,7 @@
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"printer_variant": "0.8",
"printer_settings_id": "Creality",
"printer_model": "Creality Ender-3 V3 KE",
"gcode_flavor": "klipper",