Files
OrcaSlicer/resources/profiles/BBL/process/0.08mm High Quality @BBL A2L 0.2 nozzle.json
T
SoftFever f520e9221f Repair shipped default materials and obsolete settings, and validate them (#15741)
* add orca profile skill

* add default material check

Improve validation for default materials and filament profiles

* Fix default materials and obsolete keys

* clarifying orca-profiles skill
2026-09-18 00:39:46 +08:00

44 lines
1.0 KiB
JSON

{
"type": "process",
"name": "0.08mm High Quality @BBL A2L 0.2 nozzle",
"inherits": "fdm_process_single_0.08_nozzle_0.2",
"from": "system",
"setting_id": "GP178",
"instantiation": "true",
"description": "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer lines, lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in almost invisible layer lines and much higher printing quality, but much longer printing time.",
"default_acceleration": [
"4000"
],
"elefant_foot_compensation": "0.075",
"enable_arc_fitting": "0",
"enable_height_slowdown": [
"1"
],
"initial_layer_infill_speed": [
"28"
],
"initial_layer_speed": [
"16"
],
"outer_wall_acceleration": [
"2000"
],
"outer_wall_speed": [
"60"
],
"prime_tower_brim_width": "-1",
"slowdown_end_acc": [
"1000"
],
"slowdown_end_height": [
"225"
],
"sparse_infill_pattern": "gyroid",
"travel_acceleration": [
"8000"
],
"compatible_printers": [
"Bambu Lab A2L 0.2 nozzle"
]
}