mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Add Afinia 3d printer and update tree_support_tip_diameter option for 0.6 and 0.8 nozzle Co-authored-by: SoftFever <softfeverever@gmail.com>
21 lines
585 B
JSON
21 lines
585 B
JSON
{
|
|
"type": "process",
|
|
"setting_id": "GP001",
|
|
"name": "0.20mm Standard @Tiertime UP400 Pro",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_process_tiertime_common",
|
|
"layer_height": "0.2",
|
|
"initial_layer_speed": "50",
|
|
"initial_layer_infill_speed": "105",
|
|
"outer_wall_speed": "150",
|
|
"inner_wall_speed": "200",
|
|
"sparse_infill_speed": "250",
|
|
"internal_solid_infill_speed": "250",
|
|
"gap_infill_speed": "150",
|
|
"support_threshold_angle": "20",
|
|
"compatible_printers": [
|
|
"Tiertime UP400 Pro 0.4 nozzle"
|
|
]
|
|
}
|