mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 02:41:17 +00:00
Polymaker, Overture and eSUN presets move from brand subfolders to BBL/filament/, matching BambuStudio's layout; their names and ids are unchanged. Default filament lists keep pointing at presets that exist, 0.2 mm nozzles keep a default PLA, and user presets based on removed or renamed presets still load. Generic SBS is no longer in the Bambu bundle; new selections on those printers fall back to OrcaFilamentLibrary's Generic SBS @System. The profile tool now recognises BambuStudio's new filament id/name maps and support_recommended_params.json as data files.
174 lines
2.5 KiB
JSON
174 lines
2.5 KiB
JSON
{
|
|
"type": "process",
|
|
"name": "0.16mm High Quality @BBL P1P",
|
|
"inherits": "fdm_process_single_0.16",
|
|
"from": "system",
|
|
"setting_id": "GP108",
|
|
"instantiation": "true",
|
|
"description": "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer height, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in less apparent layer lines and much higher printing quality, but much longer printing time.",
|
|
"bridge_speed": [
|
|
"50",
|
|
"50"
|
|
],
|
|
"default_acceleration": [
|
|
"4000",
|
|
"4000"
|
|
],
|
|
"enable_overhang_speed": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"enable_height_slowdown": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"gap_infill_speed": [
|
|
"250",
|
|
"250"
|
|
],
|
|
"initial_layer_speed": [
|
|
"50",
|
|
"50"
|
|
],
|
|
"inner_wall_speed": [
|
|
"150",
|
|
"150"
|
|
],
|
|
"internal_solid_infill_speed": [
|
|
"200",
|
|
"200"
|
|
],
|
|
"initial_layer_travel_acceleration": [
|
|
"6000",
|
|
"6000"
|
|
],
|
|
"initial_layer_acceleration": [
|
|
"500",
|
|
"500"
|
|
],
|
|
"initial_layer_infill_speed": [
|
|
"105",
|
|
"105"
|
|
],
|
|
"inner_wall_acceleration": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"outer_wall_speed": [
|
|
"60",
|
|
"60"
|
|
],
|
|
"outer_wall_acceleration": [
|
|
"2000",
|
|
"2000"
|
|
],
|
|
"overhang_1_4_speed": [
|
|
"60",
|
|
"60"
|
|
],
|
|
"overhang_2_4_speed": [
|
|
"30",
|
|
"30"
|
|
],
|
|
"overhang_3_4_speed": [
|
|
"10",
|
|
"10"
|
|
],
|
|
"overhang_4_4_speed": [
|
|
"10",
|
|
"10"
|
|
],
|
|
"print_extruder_id": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"print_extruder_variant": [
|
|
"Direct Drive Standard",
|
|
"Direct Drive High Flow"
|
|
],
|
|
"sparse_infill_pattern": "gyroid",
|
|
"sparse_infill_speed": [
|
|
"200",
|
|
"200"
|
|
],
|
|
"support_interface_speed": [
|
|
"80",
|
|
"80"
|
|
],
|
|
"support_speed": [
|
|
"150",
|
|
"150"
|
|
],
|
|
"slowdown_start_height": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"slowdown_start_speed": [
|
|
"1000",
|
|
"1000"
|
|
],
|
|
"slowdown_start_acc": [
|
|
"100000",
|
|
"100000"
|
|
],
|
|
"slowdown_end_height": [
|
|
"400",
|
|
"400"
|
|
],
|
|
"slowdown_end_speed": [
|
|
"1000",
|
|
"1000"
|
|
],
|
|
"slowdown_end_acc": [
|
|
"100000",
|
|
"100000"
|
|
],
|
|
"small_perimeter_speed": [
|
|
"50%",
|
|
"50%"
|
|
],
|
|
"small_perimeter_threshold": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"sparse_infill_acceleration": [
|
|
"100%",
|
|
"100%"
|
|
],
|
|
"top_surface_speed": [
|
|
"150",
|
|
"150"
|
|
],
|
|
"top_solid_infill_flow_ratio": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"travel_acceleration": [
|
|
"10000",
|
|
"10000"
|
|
],
|
|
"travel_short_distance_acceleration": [
|
|
"250",
|
|
"250"
|
|
],
|
|
"travel_speed": [
|
|
"500",
|
|
"500"
|
|
],
|
|
"top_surface_acceleration": [
|
|
"2000",
|
|
"2000"
|
|
],
|
|
"travel_speed_z": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"vertical_shell_speed": [
|
|
"80%",
|
|
"80%"
|
|
],
|
|
"compatible_printers": [
|
|
"Bambu Lab P1P 0.4 nozzle"
|
|
]
|
|
}
|