mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 18:56:13 +00:00
Add Generic FDM Process for Creality 0.3 Nozzle
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"name": "fdm_process_creality_common_0_3",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "false",
|
||||||
|
"inherits": "fdm_process_creality_common",
|
||||||
|
"outer_wall_line_width": "0.31",
|
||||||
|
"line_width": "0.33",
|
||||||
|
"initial_layer_line_width": "0.31",
|
||||||
|
"sparse_infill_line_width": "0.33",
|
||||||
|
"inner_wall_line_width": "0.33",
|
||||||
|
"internal_solid_infill_line_width": "0.33",
|
||||||
|
"support_line_width": "0.27",
|
||||||
|
"top_surface_line_width": "0.3",
|
||||||
|
"wall_loops": "4",
|
||||||
|
"support_interface_spacing": "0.15",
|
||||||
|
"support_bottom_interface_spacing": "0.15",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Creality Ender-5 Pro (2019) 0.3 nozzle"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user