mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +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.
49 lines
1019 B
JSON
49 lines
1019 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Bambu ABS-GF @BBL H2DP",
|
|
"inherits": "Bambu ABS-GF @base",
|
|
"from": "system",
|
|
"setting_id": "GFSB50_05",
|
|
"instantiation": "true",
|
|
"chamber_temperatures": [
|
|
"60"
|
|
],
|
|
"filament_cooling_before_tower": [
|
|
"10",
|
|
"10"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"12",
|
|
"12"
|
|
],
|
|
"filament_ramming_travel_time": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"include": [
|
|
"fdm_filament_template_direct_dual"
|
|
],
|
|
"nozzle_temperature": [
|
|
"270",
|
|
"270"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"260",
|
|
"260"
|
|
],
|
|
"slow_down_min_speed": [
|
|
"20",
|
|
"20"
|
|
],
|
|
"compatible_printers": [
|
|
"Bambu Lab H2D Pro 0.4 nozzle",
|
|
"Bambu Lab H2D Pro 0.6 nozzle",
|
|
"Bambu Lab H2D Pro 0.8 nozzle"
|
|
],
|
|
"filament_start_gcode": [
|
|
"; filament start gcode\n"
|
|
],
|
|
"filament_end_gcode": [
|
|
"; filament end gcode \n"
|
|
]
|
|
} |