mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +00:00
Sync Bambu Lab profiles with BambuStudio
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.
This commit is contained in:
@@ -1,106 +1,106 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_single_common",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"bridge_speed": [
|
||||
"50"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1"
|
||||
],
|
||||
"enable_height_slowdown": [
|
||||
"0"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"50"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"60"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"30"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"150"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"0"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"50"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard"
|
||||
],
|
||||
"slowdown_start_height": [
|
||||
"0"
|
||||
],
|
||||
"slowdown_start_speed": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_start_acc": [
|
||||
"100000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"400"
|
||||
],
|
||||
"slowdown_end_speed": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_acc": [
|
||||
"100000"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%"
|
||||
],
|
||||
"sparse_infill_speed": [
|
||||
"250"
|
||||
],
|
||||
"support_speed": [
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"500"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0"
|
||||
],
|
||||
"vertical_shell_speed": [
|
||||
"80%"
|
||||
]
|
||||
}
|
||||
"type": "process",
|
||||
"name": "fdm_process_single_common",
|
||||
"inherits": "fdm_process_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"bridge_speed": [
|
||||
"50"
|
||||
],
|
||||
"enable_overhang_speed": [
|
||||
"1"
|
||||
],
|
||||
"enable_height_slowdown": [
|
||||
"0"
|
||||
],
|
||||
"gap_infill_speed": [
|
||||
"50"
|
||||
],
|
||||
"initial_layer_acceleration": [
|
||||
"500"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"60"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"30"
|
||||
],
|
||||
"inner_wall_acceleration": [
|
||||
"0"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"150"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"150"
|
||||
],
|
||||
"outer_wall_acceleration": [
|
||||
"5000"
|
||||
],
|
||||
"overhang_1_4_speed": [
|
||||
"0"
|
||||
],
|
||||
"overhang_2_4_speed": [
|
||||
"50"
|
||||
],
|
||||
"overhang_3_4_speed": [
|
||||
"30"
|
||||
],
|
||||
"overhang_4_4_speed": [
|
||||
"10"
|
||||
],
|
||||
"print_extruder_id": [
|
||||
"1"
|
||||
],
|
||||
"print_extruder_variant": [
|
||||
"Direct Drive Standard"
|
||||
],
|
||||
"slowdown_start_height": [
|
||||
"0"
|
||||
],
|
||||
"slowdown_start_speed": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_start_acc": [
|
||||
"100000"
|
||||
],
|
||||
"slowdown_end_height": [
|
||||
"400"
|
||||
],
|
||||
"slowdown_end_speed": [
|
||||
"1000"
|
||||
],
|
||||
"slowdown_end_acc": [
|
||||
"100000"
|
||||
],
|
||||
"small_perimeter_speed": [
|
||||
"50%"
|
||||
],
|
||||
"small_perimeter_threshold": [
|
||||
"0"
|
||||
],
|
||||
"sparse_infill_acceleration": [
|
||||
"100%"
|
||||
],
|
||||
"sparse_infill_speed": [
|
||||
"250"
|
||||
],
|
||||
"support_speed": [
|
||||
"150"
|
||||
],
|
||||
"top_surface_acceleration": [
|
||||
"2000"
|
||||
],
|
||||
"top_surface_speed": [
|
||||
"200"
|
||||
],
|
||||
"travel_speed": [
|
||||
"500"
|
||||
],
|
||||
"travel_speed_z": [
|
||||
"0"
|
||||
],
|
||||
"vertical_shell_speed": [
|
||||
"80%"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user