mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 02:41:17 +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.
70 lines
1.3 KiB
JSON
70 lines
1.3 KiB
JSON
{
|
|
"type": "filament",
|
|
"name": "Bambu ABS @BBL H2DP",
|
|
"inherits": "Bambu ABS @base",
|
|
"from": "system",
|
|
"setting_id": "GFSB00_16",
|
|
"instantiation": "true",
|
|
"chamber_temperatures": [
|
|
"65"
|
|
],
|
|
"fan_max_speed": [
|
|
"60"
|
|
],
|
|
"filament_cooling_before_tower": [
|
|
"10",
|
|
"10"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"20",
|
|
"30"
|
|
],
|
|
"filament_ramming_travel_time": [
|
|
"0",
|
|
"0"
|
|
],
|
|
"filament_retraction_length": [
|
|
"0.4",
|
|
"0.4"
|
|
],
|
|
"filament_wipe": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"filament_wipe_distance": [
|
|
"1",
|
|
"1"
|
|
],
|
|
"filament_z_hop_types": [
|
|
"Spiral Lift",
|
|
"Spiral Lift"
|
|
],
|
|
"include": [
|
|
"fdm_filament_template_direct_dual"
|
|
],
|
|
"nozzle_temperature": [
|
|
"270",
|
|
"270"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"260",
|
|
"260"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"12"
|
|
],
|
|
"slow_down_min_speed": [
|
|
"20",
|
|
"20"
|
|
],
|
|
"compatible_printers": [
|
|
"Bambu Lab H2D Pro 0.4 nozzle"
|
|
],
|
|
"filament_start_gcode": [
|
|
"; filament start gcode\n"
|
|
],
|
|
"filament_end_gcode": [
|
|
"; filament end gcode \n"
|
|
]
|
|
}
|