Hi
I have imported a filament profile from AddNorth into Bambu Studio.
But when I create a custom filament to use with the profile, I can’t find how to connect the imported profile with my new custom filament profile.
How do I go about setting this up?
The profile consists of two .json files
Process file:
{
“bottom_shell_layers”: “4”,
“enable_support”: “1”,
“flush_into_support”: “0”,
“from”: “User”,
“gap_infill_speed”: “100”,
“inherits”: “0.20mm Standard @BBL H2D”,
“initial_layer_infill_speed”: “100”,
“inner_wall_speed”: “200”,
“internal_solid_infill_speed”: “200”,
“is_custom_defined”: “0”,
“layer_height”: “0.16”,
“name”: “addnorth Adura v1.3”,
“outer_wall_speed”: “100”,
“overhang_2_4_speed”: “30”,
“print_settings_id”: “addnorth Adura v1.3”,
“reduce_crossing_wall”: “1”,
“reduce_infill_retraction”: “0”,
“sparse_infill_density”: “20%”,
“sparse_infill_speed”: “200”,
“support_top_z_distance”: “0.4”,
“support_type”: “tree(auto)”,
“version”: “1.7.0.25”,
“wall_loops”: “4”
}
Printer file:
{
“chamber_temperatures”: [
“50”
],
“fan_cooling_layer_time”: [
“40”
],
“fan_max_speed”: [
“70”
],
“fan_min_speed”: [
“30”
],
“filament_cost”: [
“102”
],
“filament_density”: [
“1.22”
],
“filament_flow_ratio”: [
“0.98”
],
“filament_max_volumetric_speed”: [
“8”
],
“filament_retract_when_changing_layer”: [
“0”
],
“filament_retraction_length”: [
“1”
],
“filament_settings_id”: [
“addnorth Adura v1.4 - H2D”
],
“filament_vendor”: [
“add:north”
],
“filament_z_hop”: [
“0.4”
],
“from”: “User”,
“inherits”: “Generic PA”,
“is_custom_defined”: “0”,
“name”: “addnorth Adura v1.4 - H2D”,
“nozzle_temperature”: [
“265”
],
“nozzle_temperature_range_high”: [
“275”
],
“nozzle_temperature_range_low”: [
“250”
],
“overhang_fan_speed”: [
“70”
],
“slow_down_layer_time”: [
“10”
],
“temperature_vitrification”: [
“110”
],
“version”: “1.8.0.18”
}