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,33 +1,33 @@
|
||||
{
|
||||
"type": "process",
|
||||
"name": "fdm_process_single_0.20",
|
||||
"inherits": "fdm_process_single_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"bridge_flow": "1",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"gap_infill_speed": [
|
||||
"250"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200"
|
||||
],
|
||||
"sparse_infill_speed": [
|
||||
"270"
|
||||
],
|
||||
"top_shell_layers": "5",
|
||||
"top_color_penetration_layers": "5",
|
||||
"top_shell_thickness": "1.0"
|
||||
}
|
||||
"type": "process",
|
||||
"name": "fdm_process_single_0.20",
|
||||
"inherits": "fdm_process_single_common",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"bridge_flow": "1",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
"gap_infill_speed": [
|
||||
"250"
|
||||
],
|
||||
"initial_layer_infill_speed": [
|
||||
"105"
|
||||
],
|
||||
"initial_layer_speed": [
|
||||
"50"
|
||||
],
|
||||
"inner_wall_speed": [
|
||||
"300"
|
||||
],
|
||||
"internal_solid_infill_speed": [
|
||||
"250"
|
||||
],
|
||||
"outer_wall_speed": [
|
||||
"200"
|
||||
],
|
||||
"sparse_infill_speed": [
|
||||
"270"
|
||||
],
|
||||
"top_shell_layers": "5",
|
||||
"top_color_penetration_layers": "5",
|
||||
"top_shell_thickness": "1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user