fix processes for Creality Ender3V3SE 0.4 nozzle (#4785)

This commit is contained in:
Denis Anikin
2024-04-09 16:40:50 +04:00
committed by GitHub
parent 70427e1c3f
commit 78ee7f5074
6 changed files with 17 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Fine @Creality Ender3V3SE",
"name": "0.12mm Fine @Creality Ender3V3SE 0.4",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
@@ -113,6 +113,6 @@
"initial_layer_jerk": "8",
"travel_jerk": "8",
"compatible_printers": [
"Creality Ender-3 V3 SE"
"Creality Ender-3 V3 SE 0.4 nozzle"
]
}

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.16mm Optimal @Creality Ender3V3SE",
"name": "0.16mm Optimal @Creality Ender3V3SE 0.4",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
@@ -113,6 +113,6 @@
"initial_layer_jerk": "8",
"travel_jerk": "8",
"compatible_printers": [
"Creality Ender-3 V3 SE"
"Creality Ender-3 V3 SE 0.4 nozzle"
]
}

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.20mm Standard @Creality Ender3V3SE",
"name": "0.20mm Standard @Creality Ender3V3SE 0.4",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
@@ -113,6 +113,6 @@
"initial_layer_jerk": "8",
"travel_jerk": "8",
"compatible_printers": [
"Creality Ender-3 V3 SE"
"Creality Ender-3 V3 SE 0.4 nozzle"
]
}

View File

@@ -1,7 +1,7 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.24mm Draft @Creality Ender3V3SE",
"name": "0.24mm Draft @Creality Ender3V3SE 0.4",
"from": "system",
"inherits": "fdm_process_creality_common",
"instantiation": "true",
@@ -113,6 +113,6 @@
"initial_layer_jerk": "8",
"travel_jerk": "8",
"compatible_printers": [
"Creality Ender-3 V3 SE"
"Creality Ender-3 V3 SE 0.4 nozzle"
]
}