fix profile reference for Creality

This commit is contained in:
SoftFever
2026-07-01 23:57:10 +08:00
parent 395e070a0e
commit f8132b3a67
3 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Creality",
"version": "02.03.02.74",
"version": "02.03.02.75",
"force_update": "0",
"description": "Creality configurations",
"machine_model_list": [
@@ -4034,6 +4034,14 @@
"name": "Creality Ender-5 Max 0.4 nozzle",
"sub_path": "machine/Creality Ender-5 Max 0.4 nozzle.json"
},
{
"name": "Creality Ender-5 Max 0.6 nozzle",
"sub_path": "machine/Creality Ender-5 Max 0.6 nozzle.json"
},
{
"name": "Creality Ender-5 Max 0.8 nozzle",
"sub_path": "machine/Creality Ender-5 Max 0.8 nozzle.json"
},
{
"name": "Creality Ender-5 Plus 0.4 nozzle",
"sub_path": "machine/Creality Ender-5 Plus 0.4 nozzle.json"

View File

@@ -153,6 +153,7 @@
"material_flow_dependent_temperature": "0",
"material_flow_temp_graph": "[[3.0,220],[5.0,240],[10.0,250]]",
"pressure_advance": "0.05",
"filament_id": "06101",
"support_material_interface_fan_speed": "-1",
"compatible_printers": [
"Creality Ender-5 Max 0.4 nozzle",

View File

@@ -113,6 +113,6 @@
"initial_layer_jerk": "7",
"travel_jerk": "7",
"compatible_printers": [
"Creality CR-10SE 0.2 nozzle"
"Creality CR-10 SE 0.2 nozzle"
]
}