Sync with latest bbl profiles

This commit is contained in:
Noisyfox
2025-10-09 20:37:31 +08:00
parent 95f90a32da
commit 6b4975da72
203 changed files with 3007 additions and 714 deletions

View File

@@ -6,14 +6,25 @@
"setting_id": "GP113",
"instantiation": "true",
"description": "Compared with the default profile of a 0.2 mm nozzle, it has lower speeds and acceleration, and the sparse infill pattern is Gyroid. So, it results in much higher printing quality, but a much longer printing time.",
"default_acceleration": "3000",
"elefant_foot_compensation": "0",
"initial_layer_speed": "16",
"initial_layer_infill_speed": "28",
"outer_wall_speed": "60",
"outer_wall_acceleration": "2000",
"default_acceleration": [
"3000"
],
"initial_layer_speed": [
"16"
],
"initial_layer_infill_speed": [
"28"
],
"outer_wall_speed": [
"60"
],
"outer_wall_acceleration": [
"2000"
],
"sparse_infill_pattern": "gyroid",
"travel_speed": "700",
"travel_speed": [
"700"
],
"compatible_printers": [
"Bambu Lab A1 mini 0.2 nozzle"
]