mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 09:32:09 +00:00
1. Change default ensure_vertical_shell_thickness value back to ensure_all as suggested by @igiannakas 2. Change default sparse_infill_pattern vaule to ipCrossHatch
27 lines
839 B
JSON
27 lines
839 B
JSON
{
|
|
"type": "process",
|
|
"name": "fdm_process_anker_fast_common",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"inherits": "fdm_process_anker_common",
|
|
"reduce_crossing_wall": "0",
|
|
"top_surface_pattern": "monotonicline",
|
|
"bottom_shell_thickness": "0",
|
|
"top_shell_thickness": "0",
|
|
"default_acceleration": "6000",
|
|
"outer_wall_acceleration": "3000",
|
|
"bridge_acceleration": "1500",
|
|
"sparse_infill_density": "10%",
|
|
"sparse_infill_pattern": "crosshatch",
|
|
"initial_layer_acceleration": "2500",
|
|
"gap_infill_speed": "300",
|
|
"sparse_infill_speed": "600",
|
|
"inner_wall_acceleration": "6000",
|
|
"inner_wall_speed": "600",
|
|
"support_speed": "360",
|
|
"travel_speed": "500",
|
|
"travel_acceleration": "6000",
|
|
"top_surface_speed": "360",
|
|
"top_surface_acceleration": "2500"
|
|
}
|