mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-13 23:35:57 +08:00
fix processes for Creality Ender3V3SE 0.4 nozzle (#4785)
This commit is contained in:
parent
70427e1c3f
commit
78ee7f5074
@ -295,8 +295,8 @@
|
||||
"sub_path": "process/0.12mm Fine @Creality Ender3V3SE 0.2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Creality Ender3V3SE",
|
||||
"sub_path": "process/0.12mm Fine @Creality Ender3V3SE.json"
|
||||
"name": "0.12mm Fine @Creality Ender3V3SE 0.4",
|
||||
"sub_path": "process/0.12mm Fine @Creality Ender3V3SE 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Creality Ender3V3SE 0.6",
|
||||
@ -403,8 +403,8 @@
|
||||
"sub_path": "process/0.16mm Optimal @Creality Ender3V3SE 0.2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Creality Ender3V3SE",
|
||||
"sub_path": "process/0.16mm Optimal @Creality Ender3V3SE.json"
|
||||
"name": "0.16mm Optimal @Creality Ender3V3SE 0.4",
|
||||
"sub_path": "process/0.16mm Optimal @Creality Ender3V3SE 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Creality Ender3V3SE 0.6",
|
||||
@ -563,8 +563,8 @@
|
||||
"sub_path": "process/0.20mm Standard @Creality Ender3V3SE 0.2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality Ender3V3SE",
|
||||
"sub_path": "process/0.20mm Standard @Creality Ender3V3SE.json"
|
||||
"name": "0.20mm Standard @Creality Ender3V3SE 0.4",
|
||||
"sub_path": "process/0.20mm Standard @Creality Ender3V3SE 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @Creality Ender3V3SE 0.6",
|
||||
@ -679,8 +679,8 @@
|
||||
"sub_path": "process/0.24mm Draft @Creality Ender3V3SE 0.2.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @Creality Ender3V3SE",
|
||||
"sub_path": "process/0.24mm Draft @Creality Ender3V3SE.json"
|
||||
"name": "0.24mm Draft @Creality Ender3V3SE 0.4",
|
||||
"sub_path": "process/0.24mm Draft @Creality Ender3V3SE 0.4.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @Creality Ender3V3SE 0.6",
|
||||
|
@ -10,7 +10,7 @@
|
||||
"printer_variant": "0.4",
|
||||
"gcode_flavor": "marlin2",
|
||||
"printer_structure": "i3",
|
||||
"default_print_profile": "0.20mm Standard @Creality Ender3V3SE",
|
||||
"default_print_profile": "0.20mm Standard @Creality Ender3V3SE 0.4",
|
||||
"extruder_clearance_height_to_rod": "47",
|
||||
"extruder_clearance_max_radius": "90",
|
||||
"extruder_clearance_radius": "90",
|
||||
|
@ -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"
|
||||
]
|
||||
}
|
@ -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"
|
||||
]
|
||||
}
|
@ -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"
|
||||
]
|
||||
}
|
@ -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"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user