Reduce size by Json Fromatting (#13163)

Reduce the size of current and new JSONs by standardising them with 1 tab indentation instead of 4 spaces.
This effectively reduces the size by almost 20 MB.

| Current | New |
|---|---|
| 85.2 Mib | 67 Mib |

Used [JQ](https://jqlang.org/) `--tab` to automatically format every current JSON.

> [!NOTE]
> Some profiles had the arrays on the same line, but those created by Orca were in the standard format (each object below the previous one). In some cases, this increases the number of tabs due to the new lines, but the increase is negligible, and this way both the base profiles and those created by Orca maintain the same style.
This commit is contained in:
Ian Bassi
2026-04-15 11:58:12 -03:00
committed by GitHub
parent f7ef8a14bd
commit 16727644bb
10101 changed files with 1871226 additions and 1860967 deletions

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "AliZ PA-CF @System",
"inherits": "AliZ PA-CF @base",
"from": "system",
"setting_id": "AliZGFSA04",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "AliZ PA-CF @System",
"inherits": "AliZ PA-CF @base",
"from": "system",
"setting_id": "AliZGFSA04",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,77 +1,77 @@
{
"type": "filament",
"name": "AliZ PA-CF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "AliZ003",
"instantiation": "false",
"filament_type": [
"PA-CF"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"enable_pressure_advance": [
"0"
],
"eng_plate_temp": [
"80"
],
"eng_plate_temp_initial_layer": [
"80"
],
"fan_cooling_layer_time": [
"5"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"49.9"
],
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_vendor": [
"Aliz"
],
"full_fan_speed_layer": [
"2"
],
"nozzle_temperature": [
"290"
],
"nozzle_temperature_initial_layer": [
"290"
],
"nozzle_temperature_range_high": [
"300"
],
"nozzle_temperature_range_low": [
"260"
],
"overhang_fan_speed": [
"40"
],
"overhang_fan_threshold": [
"0%"
],
"pressure_advance": [
"0.026"
],
"slow_down_layer_time": [
"2"
],
"slow_down_min_speed": [
"10"
]
}
"type": "filament",
"name": "AliZ PA-CF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "AliZ003",
"instantiation": "false",
"filament_type": [
"PA-CF"
],
"complete_print_exhaust_fan_speed": [
"80"
],
"during_print_exhaust_fan_speed": [
"60"
],
"enable_pressure_advance": [
"0"
],
"eng_plate_temp": [
"80"
],
"eng_plate_temp_initial_layer": [
"80"
],
"fan_cooling_layer_time": [
"5"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"49.9"
],
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_vendor": [
"Aliz"
],
"full_fan_speed_layer": [
"2"
],
"nozzle_temperature": [
"290"
],
"nozzle_temperature_initial_layer": [
"290"
],
"nozzle_temperature_range_high": [
"300"
],
"nozzle_temperature_range_low": [
"260"
],
"overhang_fan_speed": [
"40"
],
"overhang_fan_threshold": [
"0%"
],
"pressure_advance": [
"0.026"
],
"slow_down_layer_time": [
"2"
],
"slow_down_min_speed": [
"10"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "AliZ PETG @System",
"inherits": "AliZ PETG @base",
"from": "system",
"setting_id": "AliZGFSA04",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "AliZ PETG @System",
"inherits": "AliZ PETG @base",
"from": "system",
"setting_id": "AliZGFSA04",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,56 +1,56 @@
{
"type": "filament",
"name": "AliZ PETG @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "AliZ001",
"instantiation": "false",
"close_fan_the_first_x_layers": [
"2"
],
"enable_pressure_advance": [
"0"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"30"
],
"filament_cost": [
"49.9"
],
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_vendor": [
"Aliz"
],
"hot_plate_temp": [
"79"
],
"hot_plate_temp_initial_layer": [
"79"
],
"nozzle_temperature": [
"250"
],
"nozzle_temperature_initial_layer": [
"250"
],
"overhang_fan_threshold": [
"25%"
],
"pressure_advance": [
"0.036"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
]
}
"type": "filament",
"name": "AliZ PETG @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "AliZ001",
"instantiation": "false",
"close_fan_the_first_x_layers": [
"2"
],
"enable_pressure_advance": [
"0"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"30"
],
"filament_cost": [
"49.9"
],
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_vendor": [
"Aliz"
],
"hot_plate_temp": [
"79"
],
"hot_plate_temp_initial_layer": [
"79"
],
"nozzle_temperature": [
"250"
],
"nozzle_temperature_initial_layer": [
"250"
],
"overhang_fan_threshold": [
"25%"
],
"pressure_advance": [
"0.036"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
]
}

View File

@@ -1,8 +1,8 @@
{
"type": "filament",
"name": "AliZ PETG-CF @System",
"inherits": "AliZ PETG-CF @base",
"from": "system",
"setting_id": "AliZGFSG50",
"instantiation": "true"
}
"type": "filament",
"name": "AliZ PETG-CF @System",
"inherits": "AliZ PETG-CF @base",
"from": "system",
"setting_id": "AliZGFSG50",
"instantiation": "true"
}

View File

@@ -1,74 +1,74 @@
{
"type": "filament",
"name": "AliZ PETG-CF @base",
"inherits": "AliZ PETG @base",
"from": "system",
"filament_id": "AZ01-1",
"instantiation": "false",
"fan_cooling_layer_time": [
"30"
],
"overhang_fan_speed": [
"100"
],
"close_fan_the_first_x_layers": [
"2"
],
"enable_pressure_advance": [
"0"
],
"pressure_advance": [
"0.033"
],
"fan_max_speed": [
"35"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"49.9"
],
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"10"
],
"filament_type": [
"PETG-CF"
],
"filament_vendor": [
"Aliz"
],
"hot_plate_temp": [
"79"
],
"hot_plate_temp_initial_layer": [
"79"
],
"nozzle_temperature": [
"275"
],
"nozzle_temperature_initial_layer": [
"275"
],
"nozzle_temperature_range_high": [
"290"
],
"nozzle_temperature_range_low": [
"260"
],
"overhang_fan_threshold": [
"25%"
],
"slow_down_min_speed": [
"10"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
]
}
"type": "filament",
"name": "AliZ PETG-CF @base",
"inherits": "AliZ PETG @base",
"from": "system",
"filament_id": "AZ01-1",
"instantiation": "false",
"fan_cooling_layer_time": [
"30"
],
"overhang_fan_speed": [
"100"
],
"close_fan_the_first_x_layers": [
"2"
],
"enable_pressure_advance": [
"0"
],
"pressure_advance": [
"0.033"
],
"fan_max_speed": [
"35"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"49.9"
],
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"10"
],
"filament_type": [
"PETG-CF"
],
"filament_vendor": [
"Aliz"
],
"hot_plate_temp": [
"79"
],
"hot_plate_temp_initial_layer": [
"79"
],
"nozzle_temperature": [
"275"
],
"nozzle_temperature_initial_layer": [
"275"
],
"nozzle_temperature_range_high": [
"290"
],
"nozzle_temperature_range_low": [
"260"
],
"overhang_fan_threshold": [
"25%"
],
"slow_down_min_speed": [
"10"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "AliZ PETG-Metal @System",
"inherits": "AliZ PETG-Metal @base",
"from": "system",
"setting_id": "AliZGFSG50",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "AliZ PETG-Metal @System",
"inherits": "AliZ PETG-Metal @base",
"from": "system",
"setting_id": "AliZGFSG50",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,65 +1,65 @@
{
"type": "filament",
"name": "AliZ PETG-Metal @base",
"inherits": "AliZ PETG @base",
"from": "system",
"filament_id": "AZ01-2",
"instantiation": "false",
"fan_cooling_layer_time": [
"30"
],
"overhang_fan_speed": [
"100"
],
"close_fan_the_first_x_layers": [
"2"
],
"enable_pressure_advance": [
"0"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"30"
],
"filament_cost": [
"49.9"
],
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"13"
],
"filament_vendor": [
"Aliz"
],
"hot_plate_temp": [
"79"
],
"hot_plate_temp_initial_layer": [
"79"
],
"nozzle_temperature": [
"260"
],
"nozzle_temperature_initial_layer": [
"260"
],
"overhang_fan_threshold": [
"25%"
],
"pressure_advance": [
"0.036"
],
"slow_down_min_speed": [
"10"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
]
}
"type": "filament",
"name": "AliZ PETG-Metal @base",
"inherits": "AliZ PETG @base",
"from": "system",
"filament_id": "AZ01-2",
"instantiation": "false",
"fan_cooling_layer_time": [
"30"
],
"overhang_fan_speed": [
"100"
],
"close_fan_the_first_x_layers": [
"2"
],
"enable_pressure_advance": [
"0"
],
"fan_max_speed": [
"80"
],
"fan_min_speed": [
"30"
],
"filament_cost": [
"49.9"
],
"filament_flow_ratio": [
"1"
],
"filament_max_volumetric_speed": [
"13"
],
"filament_vendor": [
"Aliz"
],
"hot_plate_temp": [
"79"
],
"hot_plate_temp_initial_layer": [
"79"
],
"nozzle_temperature": [
"260"
],
"nozzle_temperature_initial_layer": [
"260"
],
"overhang_fan_threshold": [
"25%"
],
"pressure_advance": [
"0.036"
],
"slow_down_min_speed": [
"10"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "AliZ PLA @System",
"inherits": "AliZ PLA @base",
"from": "system",
"setting_id": "AliZGFSA04",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "AliZ PLA @System",
"inherits": "AliZ PLA @base",
"from": "system",
"setting_id": "AliZGFSA04",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,44 +1,44 @@
{
"type": "filament",
"name": "AliZ PLA @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "AliZ002",
"instantiation": "false",
"enable_pressure_advance": [
"0"
],
"fan_cooling_layer_time": [
"100"
],
"filament_cost": [
"69"
],
"filament_density": [
"1.27"
],
"filament_vendor": [
"Aliz"
],
"filament_wipe_distance": [
"0"
],
"hot_plate_temp": [
"55"
],
"hot_plate_temp_initial_layer": [
"55"
],
"pressure_advance": [
"0.025"
],
"slow_down_layer_time": [
"4"
],
"textured_plate_temp": [
"55"
],
"textured_plate_temp_initial_layer": [
"55"
]
}
"type": "filament",
"name": "AliZ PLA @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "AliZ002",
"instantiation": "false",
"enable_pressure_advance": [
"0"
],
"fan_cooling_layer_time": [
"100"
],
"filament_cost": [
"69"
],
"filament_density": [
"1.27"
],
"filament_vendor": [
"Aliz"
],
"filament_wipe_distance": [
"0"
],
"hot_plate_temp": [
"55"
],
"hot_plate_temp_initial_layer": [
"55"
],
"pressure_advance": [
"0.025"
],
"slow_down_layer_time": [
"4"
],
"textured_plate_temp": [
"55"
],
"textured_plate_temp_initial_layer": [
"55"
]
}

View File

@@ -1,24 +1,24 @@
{
"type": "filament",
"name": "Bambu ABS @System",
"inherits": "Bambu ABS @base",
"from": "system",
"setting_id": "OGFSB00",
"instantiation": "true",
"fan_max_speed": [
"60"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_max_volumetric_speed": [
"16"
],
"filament_retraction_distances_when_cut": [
"18"
],
"slow_down_layer_time": [
"12"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu ABS @System",
"inherits": "Bambu ABS @base",
"from": "system",
"setting_id": "OGFSB00",
"instantiation": "true",
"fan_max_speed": [
"60"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_max_volumetric_speed": [
"16"
],
"filament_retraction_distances_when_cut": [
"18"
],
"slow_down_layer_time": [
"12"
],
"compatible_printers": []
}

View File

@@ -1,18 +1,18 @@
{
"type": "filament",
"name": "Bambu ABS @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "OGFB00",
"instantiation": "false",
"description": "When printing this filament, there's a risk of warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"filament_cost": [
"24.99"
],
"filament_flow_ratio": [
"0.95"
],
"filament_vendor": [
"Bambu Lab"
]
}
"type": "filament",
"name": "Bambu ABS @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "OGFB00",
"instantiation": "false",
"description": "When printing this filament, there's a risk of warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"filament_cost": [
"24.99"
],
"filament_flow_ratio": [
"0.95"
],
"filament_vendor": [
"Bambu Lab"
]
}

View File

@@ -1,15 +1,15 @@
{
"type": "filament",
"name": "Bambu ABS-GF @System",
"inherits": "Bambu ABS-GF @base",
"from": "system",
"setting_id": "OGFSB50_00",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu ABS-GF @System",
"inherits": "Bambu ABS-GF @base",
"from": "system",
"setting_id": "OGFSB50_00",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}

View File

@@ -1,42 +1,42 @@
{
"type": "filament",
"name": "Bambu ABS-GF @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "OGFB50",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"fan_cooling_layer_time": [
"12"
],
"fan_max_speed": [
"30"
],
"filament_cost": [
"29.99"
],
"filament_density": [
"1.08"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_type": [
"ABS-GF"
],
"filament_vendor": [
"Bambu Lab"
],
"overhang_fan_speed": [
"30"
],
"overhang_fan_threshold": [
"10%"
],
"slow_down_layer_time": [
"4"
]
}
"type": "filament",
"name": "Bambu ABS-GF @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "OGFB50",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"fan_cooling_layer_time": [
"12"
],
"fan_max_speed": [
"30"
],
"filament_cost": [
"29.99"
],
"filament_density": [
"1.08"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_type": [
"ABS-GF"
],
"filament_vendor": [
"Bambu Lab"
],
"overhang_fan_speed": [
"30"
],
"overhang_fan_threshold": [
"10%"
],
"slow_down_layer_time": [
"4"
]
}

View File

@@ -1,18 +1,18 @@
{
"type": "filament",
"name": "Bambu ASA @System",
"inherits": "Bambu ASA @base",
"from": "system",
"setting_id": "OGFSB01_00",
"instantiation": "true",
"fan_min_speed": [
"25"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu ASA @System",
"inherits": "Bambu ASA @base",
"from": "system",
"setting_id": "OGFSB01_00",
"instantiation": "true",
"fan_min_speed": [
"25"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}

View File

@@ -1,54 +1,54 @@
{
"type": "filament",
"name": "Bambu ASA @base",
"inherits": "fdm_filament_asa",
"from": "system",
"filament_id": "OGFB01",
"instantiation": "false",
"description": "When printing this filament, there's a risk of warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"eng_plate_temp": [
"100"
],
"eng_plate_temp_initial_layer": [
"100"
],
"fan_max_speed": [
"35"
],
"filament_cost": [
"31.99"
],
"filament_density": [
"1.05"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"Bambu Lab"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"nozzle_temperature": [
"270"
],
"nozzle_temperature_initial_layer": [
"270"
],
"slow_down_layer_time": [
"12"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
]
}
"type": "filament",
"name": "Bambu ASA @base",
"inherits": "fdm_filament_asa",
"from": "system",
"filament_id": "OGFB01",
"instantiation": "false",
"description": "When printing this filament, there's a risk of warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"eng_plate_temp": [
"100"
],
"eng_plate_temp_initial_layer": [
"100"
],
"fan_max_speed": [
"35"
],
"filament_cost": [
"31.99"
],
"filament_density": [
"1.05"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"Bambu Lab"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"nozzle_temperature": [
"270"
],
"nozzle_temperature_initial_layer": [
"270"
],
"slow_down_layer_time": [
"12"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "Bambu ASA-Aero @System",
"inherits": "Bambu ASA-Aero @base",
"from": "system",
"setting_id": "OGFSB02_00",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "Bambu ASA-Aero @System",
"inherits": "Bambu ASA-Aero @base",
"from": "system",
"setting_id": "OGFSB02_00",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,63 +1,63 @@
{
"type": "filament",
"name": "Bambu ASA-Aero @base",
"inherits": "fdm_filament_asa",
"from": "system",
"filament_id": "OGFB02",
"instantiation": "false",
"description": "This filament is only used to print models with a low density usually, and some special parameters are required. To get better printing quality, please refer to this wiki: ASA Aero Printing Guide.",
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"30"
],
"filament_cost": [
"49.99"
],
"filament_density": [
"0.99"
],
"filament_flow_ratio": [
"0.52"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_retraction_length": [
"1.5"
],
"filament_type": [
"ASA-AERO"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_wipe_distance": [
"5"
],
"filament_z_hop_types": [
"Normal Lift"
],
"nozzle_temperature": [
"270"
],
"nozzle_temperature_initial_layer": [
"270"
],
"overhang_fan_speed": [
"50"
],
"reduce_fan_stop_start_freq": [
"0"
],
"slow_down_layer_time": [
"5"
],
"filament_scarf_seam_type": [
"none"
]
}
"type": "filament",
"name": "Bambu ASA-Aero @base",
"inherits": "fdm_filament_asa",
"from": "system",
"filament_id": "OGFB02",
"instantiation": "false",
"description": "This filament is only used to print models with a low density usually, and some special parameters are required. To get better printing quality, please refer to this wiki: ASA Aero Printing Guide.",
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"50"
],
"fan_min_speed": [
"30"
],
"filament_cost": [
"49.99"
],
"filament_density": [
"0.99"
],
"filament_flow_ratio": [
"0.52"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_retraction_length": [
"1.5"
],
"filament_type": [
"ASA-AERO"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_wipe_distance": [
"5"
],
"filament_z_hop_types": [
"Normal Lift"
],
"nozzle_temperature": [
"270"
],
"nozzle_temperature_initial_layer": [
"270"
],
"overhang_fan_speed": [
"50"
],
"reduce_fan_stop_start_freq": [
"0"
],
"slow_down_layer_time": [
"5"
],
"filament_scarf_seam_type": [
"none"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "Bambu ASA-CF @System",
"inherits": "Bambu ASA-CF @base",
"from": "system",
"setting_id": "OGFSB51_00",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "Bambu ASA-CF @System",
"inherits": "Bambu ASA-CF @base",
"from": "system",
"setting_id": "OGFSB51_00",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,62 +1,62 @@
{
"type": "filament",
"name": "Bambu ASA-CF @base",
"inherits": "fdm_filament_asa",
"from": "system",
"filament_id": "OGFB51",
"instantiation": "false",
"eng_plate_temp": [
"100"
],
"eng_plate_temp_initial_layer": [
"100"
],
"fan_max_speed": [
"25"
],
"filament_cost": [
"36.99"
],
"filament_density": [
"1.02"
],
"filament_flow_ratio": [
"0.9"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_type": [
"ASA-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"nozzle_temperature": [
"275"
],
"nozzle_temperature_initial_layer": [
"275"
],
"nozzle_temperature_range_low": [
"250"
],
"slow_down_layer_time": [
"12"
],
"temperature_vitrification": [
"108"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
]
}
"type": "filament",
"name": "Bambu ASA-CF @base",
"inherits": "fdm_filament_asa",
"from": "system",
"filament_id": "OGFB51",
"instantiation": "false",
"eng_plate_temp": [
"100"
],
"eng_plate_temp_initial_layer": [
"100"
],
"fan_max_speed": [
"25"
],
"filament_cost": [
"36.99"
],
"filament_density": [
"1.02"
],
"filament_flow_ratio": [
"0.9"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_type": [
"ASA-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"nozzle_temperature": [
"275"
],
"nozzle_temperature_initial_layer": [
"275"
],
"nozzle_temperature_range_low": [
"250"
],
"slow_down_layer_time": [
"12"
],
"temperature_vitrification": [
"108"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
]
}

View File

@@ -1,27 +1,27 @@
{
"type": "filament",
"name": "Bambu PA-CF @System",
"inherits": "Bambu PA-CF @base",
"from": "system",
"setting_id": "OGFSN00",
"instantiation": "true",
"nozzle_temperature_initial_layer": [
"290"
],
"nozzle_temperature": [
"290"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"fan_cooling_layer_time": [
"5"
],
"full_fan_speed_layer": [
"2"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PA-CF @System",
"inherits": "Bambu PA-CF @base",
"from": "system",
"setting_id": "OGFSN00",
"instantiation": "true",
"nozzle_temperature_initial_layer": [
"290"
],
"nozzle_temperature": [
"290"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"fan_cooling_layer_time": [
"5"
],
"full_fan_speed_layer": [
"2"
],
"compatible_printers": []
}

View File

@@ -1,39 +1,39 @@
{
"type": "filament",
"name": "Bambu PA-CF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFN03",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"filament_cost": [
"84.99"
],
"filament_density": [
"1.09"
],
"filament_flow_ratio": [
"0.96"
],
"filament_type": [
"PA-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature": [
"280"
],
"nozzle_temperature_initial_layer": [
"280"
],
"overhang_fan_speed": [
"40"
],
"overhang_fan_threshold": [
"0%"
],
"temperature_vitrification": [
"170"
]
}
"type": "filament",
"name": "Bambu PA-CF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFN03",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"filament_cost": [
"84.99"
],
"filament_density": [
"1.09"
],
"filament_flow_ratio": [
"0.96"
],
"filament_type": [
"PA-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature": [
"280"
],
"nozzle_temperature_initial_layer": [
"280"
],
"overhang_fan_speed": [
"40"
],
"overhang_fan_threshold": [
"0%"
],
"temperature_vitrification": [
"170"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "Bambu PA6-CF @System",
"inherits": "Bambu PA6-CF @base",
"from": "system",
"setting_id": "OGFSN05_02",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PA6-CF @System",
"inherits": "Bambu PA6-CF @base",
"from": "system",
"setting_id": "OGFSN05_02",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,48 +1,48 @@
{
"type": "filament",
"name": "Bambu PA6-CF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFN05",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"fan_cooling_layer_time": [
"5"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"79.99"
],
"filament_density": [
"1.10"
],
"filament_flow_ratio": [
"0.96"
],
"filament_type": [
"PA6-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature": [
"275"
],
"nozzle_temperature_initial_layer": [
"275"
],
"overhang_fan_speed": [
"40"
],
"overhang_fan_threshold": [
"0%"
],
"temperature_vitrification": [
"170"
]
}
"type": "filament",
"name": "Bambu PA6-CF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFN05",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"fan_cooling_layer_time": [
"5"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"79.99"
],
"filament_density": [
"1.10"
],
"filament_flow_ratio": [
"0.96"
],
"filament_type": [
"PA6-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature": [
"275"
],
"nozzle_temperature_initial_layer": [
"275"
],
"overhang_fan_speed": [
"40"
],
"overhang_fan_threshold": [
"0%"
],
"temperature_vitrification": [
"170"
]
}

View File

@@ -1,21 +1,21 @@
{
"type": "filament",
"name": "Bambu PA6-GF @System",
"inherits": "Bambu PA6-GF @base",
"from": "system",
"setting_id": "OGFSN08_00",
"instantiation": "true",
"chamber_temperatures": [
"60"
],
"filament_max_volumetric_speed": [
"10.5"
],
"nozzle_temperature": [
"265"
],
"nozzle_temperature_initial_layer": [
"265"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PA6-GF @System",
"inherits": "Bambu PA6-GF @base",
"from": "system",
"setting_id": "OGFSN08_00",
"instantiation": "true",
"chamber_temperatures": [
"60"
],
"filament_max_volumetric_speed": [
"10.5"
],
"nozzle_temperature": [
"265"
],
"nozzle_temperature_initial_layer": [
"265"
],
"compatible_printers": []
}

View File

@@ -1,45 +1,45 @@
{
"type": "filament",
"name": "Bambu PA6-GF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFN08",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"fan_cooling_layer_time": [
"5"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"59.99"
],
"filament_density": [
"1.14"
],
"filament_flow_ratio": [
"0.96"
],
"filament_type": [
"PA-GF"
],
"filament_vendor": [
"Bambu Lab"
],
"full_fan_speed_layer": [
"2"
],
"overhang_fan_speed": [
"40"
],
"overhang_fan_threshold": [
"0%"
],
"temperature_vitrification": [
"180"
]
}
"type": "filament",
"name": "Bambu PA6-GF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFN08",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"fan_cooling_layer_time": [
"5"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"59.99"
],
"filament_density": [
"1.14"
],
"filament_flow_ratio": [
"0.96"
],
"filament_type": [
"PA-GF"
],
"filament_vendor": [
"Bambu Lab"
],
"full_fan_speed_layer": [
"2"
],
"overhang_fan_speed": [
"40"
],
"overhang_fan_threshold": [
"0%"
],
"temperature_vitrification": [
"180"
]
}

View File

@@ -1,12 +1,12 @@
{
"type": "filament",
"name": "Bambu PAHT-CF @System",
"inherits": "Bambu PAHT-CF @base",
"from": "system",
"setting_id": "OGFSN04",
"instantiation": "true",
"chamber_temperatures": [
"60"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PAHT-CF @System",
"inherits": "Bambu PAHT-CF @base",
"from": "system",
"setting_id": "OGFSN04",
"instantiation": "true",
"chamber_temperatures": [
"60"
],
"compatible_printers": []
}

View File

@@ -1,45 +1,45 @@
{
"type": "filament",
"name": "Bambu PAHT-CF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFN04",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"fan_cooling_layer_time": [
"5"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"94.99"
],
"filament_density": [
"1.06"
],
"filament_flow_ratio": [
"0.96"
],
"filament_type": [
"PA-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"full_fan_speed_layer": [
"2"
],
"overhang_fan_speed": [
"40"
],
"overhang_fan_threshold": [
"0%"
],
"temperature_vitrification": [
"180"
]
}
"type": "filament",
"name": "Bambu PAHT-CF @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFN04",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"fan_cooling_layer_time": [
"5"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"94.99"
],
"filament_density": [
"1.06"
],
"filament_flow_ratio": [
"0.96"
],
"filament_type": [
"PA-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"full_fan_speed_layer": [
"2"
],
"overhang_fan_speed": [
"40"
],
"overhang_fan_threshold": [
"0%"
],
"temperature_vitrification": [
"180"
]
}

View File

@@ -1,15 +1,15 @@
{
"type": "filament",
"name": "Bambu PC @System",
"inherits": "Bambu PC @base",
"from": "system",
"setting_id": "OGFSC00",
"instantiation": "true",
"fan_max_speed": [
"40"
],
"slow_down_layer_time": [
"12"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PC @System",
"inherits": "Bambu PC @base",
"from": "system",
"setting_id": "OGFSC00",
"instantiation": "true",
"fan_max_speed": [
"40"
],
"slow_down_layer_time": [
"12"
],
"compatible_printers": []
}

View File

@@ -1,17 +1,17 @@
{
"type": "filament",
"name": "Bambu PC @base",
"inherits": "fdm_filament_pc",
"from": "system",
"filament_id": "OGFC00",
"instantiation": "false",
"filament_vendor": [
"Bambu Lab"
],
"filament_cost": [
"39.99"
],
"filament_flow_ratio": [
"0.94"
]
}
"type": "filament",
"name": "Bambu PC @base",
"inherits": "fdm_filament_pc",
"from": "system",
"filament_id": "OGFC00",
"instantiation": "false",
"filament_vendor": [
"Bambu Lab"
],
"filament_cost": [
"39.99"
],
"filament_flow_ratio": [
"0.94"
]
}

View File

@@ -1,15 +1,15 @@
{
"type": "filament",
"name": "Bambu PC FR @System",
"inherits": "Bambu PC FR @base",
"from": "system",
"setting_id": "OGFSC01_00",
"instantiation": "true",
"fan_max_speed": [
"40"
],
"slow_down_layer_time": [
"12"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PC FR @System",
"inherits": "Bambu PC FR @base",
"from": "system",
"setting_id": "OGFSC01_00",
"instantiation": "true",
"fan_max_speed": [
"40"
],
"slow_down_layer_time": [
"12"
],
"compatible_printers": []
}

View File

@@ -1,20 +1,20 @@
{
"type": "filament",
"name": "Bambu PC FR @base",
"inherits": "fdm_filament_pc",
"from": "system",
"filament_id": "OGFC01",
"instantiation": "false",
"filament_cost": [
"0"
],
"filament_density": [
"1.19"
],
"filament_flow_ratio": [
"0.94"
],
"filament_vendor": [
"Bambu Lab"
]
}
"type": "filament",
"name": "Bambu PC FR @base",
"inherits": "fdm_filament_pc",
"from": "system",
"filament_id": "OGFC01",
"instantiation": "false",
"filament_cost": [
"0"
],
"filament_density": [
"1.19"
],
"filament_flow_ratio": [
"0.94"
],
"filament_vendor": [
"Bambu Lab"
]
}

View File

@@ -1,15 +1,15 @@
{
"type": "filament",
"name": "Bambu PET-CF @System",
"inherits": "Bambu PET-CF @base",
"from": "system",
"setting_id": "OGFST01",
"instantiation": "true",
"reduce_fan_stop_start_freq": [
"0"
],
"slow_down_min_speed": [
"10"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PET-CF @System",
"inherits": "Bambu PET-CF @base",
"from": "system",
"setting_id": "OGFST01",
"instantiation": "true",
"reduce_fan_stop_start_freq": [
"0"
],
"slow_down_min_speed": [
"10"
],
"compatible_printers": []
}

View File

@@ -1,90 +1,90 @@
{
"type": "filament",
"name": "Bambu PET-CF @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OGFT01",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"cool_plate_temp": [
"0"
],
"cool_plate_temp_initial_layer": [
"0"
],
"eng_plate_temp": [
"80"
],
"eng_plate_temp_initial_layer": [
"80"
],
"fan_cooling_layer_time": [
"5"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"84.99"
],
"filament_density": [
"1.29"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_type": [
"PET-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"nozzle_temperature": [
"270"
],
"nozzle_temperature_initial_layer": [
"270"
],
"nozzle_temperature_range_high": [
"290"
],
"nozzle_temperature_range_low": [
"260"
],
"overhang_fan_speed": [
"40"
],
"overhang_fan_threshold": [
"0%"
],
"required_nozzle_HRC": [
"40"
],
"supertack_plate_temp": [
"80"
],
"supertack_plate_temp_initial_layer": [
"80"
],
"slow_down_layer_time": [
"2"
],
"temperature_vitrification": [
"185"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
]
}
"type": "filament",
"name": "Bambu PET-CF @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OGFT01",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"cool_plate_temp": [
"0"
],
"cool_plate_temp_initial_layer": [
"0"
],
"eng_plate_temp": [
"80"
],
"eng_plate_temp_initial_layer": [
"80"
],
"fan_cooling_layer_time": [
"5"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"84.99"
],
"filament_density": [
"1.29"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_type": [
"PET-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"hot_plate_temp": [
"100"
],
"hot_plate_temp_initial_layer": [
"100"
],
"nozzle_temperature": [
"270"
],
"nozzle_temperature_initial_layer": [
"270"
],
"nozzle_temperature_range_high": [
"290"
],
"nozzle_temperature_range_low": [
"260"
],
"overhang_fan_speed": [
"40"
],
"overhang_fan_threshold": [
"0%"
],
"required_nozzle_HRC": [
"40"
],
"supertack_plate_temp": [
"80"
],
"supertack_plate_temp_initial_layer": [
"80"
],
"slow_down_layer_time": [
"2"
],
"temperature_vitrification": [
"185"
],
"textured_plate_temp": [
"100"
],
"textured_plate_temp_initial_layer": [
"100"
]
}

View File

@@ -1,18 +1,18 @@
{
"type": "filament",
"name": "Bambu PETG Basic @System",
"inherits": "Bambu PETG Basic @base",
"from": "system",
"setting_id": "OGFSG00_01",
"instantiation": "true",
"filament_max_volumetric_speed": [
"13"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PETG Basic @System",
"inherits": "Bambu PETG Basic @base",
"from": "system",
"setting_id": "OGFSG00_01",
"instantiation": "true",
"filament_max_volumetric_speed": [
"13"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}

View File

@@ -1,72 +1,72 @@
{
"type": "filament",
"name": "Bambu PETG Basic @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OGFG00",
"instantiation": "false",
"description": "To get better transparent or translucent results with the corresponding filament, please refer to this wiki: Printing tips for transparent PETG.",
"cool_plate_temp": [
"0"
],
"cool_plate_temp_initial_layer": [
"0"
],
"eng_plate_temp": [
"70"
],
"eng_plate_temp_initial_layer": [
"70"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"24.99"
],
"filament_density": [
"1.25"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_vendor": [
"Bambu Lab"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"230"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"10%"
],
"slow_down_layer_time": [
"12"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
]
}
"type": "filament",
"name": "Bambu PETG Basic @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OGFG00",
"instantiation": "false",
"description": "To get better transparent or translucent results with the corresponding filament, please refer to this wiki: Printing tips for transparent PETG.",
"cool_plate_temp": [
"0"
],
"cool_plate_temp_initial_layer": [
"0"
],
"eng_plate_temp": [
"70"
],
"eng_plate_temp_initial_layer": [
"70"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"24.99"
],
"filament_density": [
"1.25"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_vendor": [
"Bambu Lab"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"230"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"10%"
],
"slow_down_layer_time": [
"12"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
]
}

View File

@@ -1,30 +1,30 @@
{
"type": "filament",
"name": "Bambu PETG HF @System",
"inherits": "Bambu PETG HF @base",
"from": "system",
"setting_id": "OGFSG02_00",
"instantiation": "true",
"fan_cooling_layer_time": [
"20"
],
"fan_min_speed": [
"20"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"overhang_fan_speed": [
"100"
],
"slow_down_layer_time": [
"10"
],
"slow_down_min_speed": [
"10"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PETG HF @System",
"inherits": "Bambu PETG HF @base",
"from": "system",
"setting_id": "OGFSG02_00",
"instantiation": "true",
"fan_cooling_layer_time": [
"20"
],
"fan_min_speed": [
"20"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"overhang_fan_speed": [
"100"
],
"slow_down_layer_time": [
"10"
],
"slow_down_min_speed": [
"10"
],
"compatible_printers": []
}

View File

@@ -1,77 +1,77 @@
{
"type": "filament",
"name": "Bambu PETG HF @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OGFG02",
"instantiation": "false",
"cool_plate_temp": [
"0"
],
"cool_plate_temp_initial_layer": [
"0"
],
"eng_plate_temp": [
"70"
],
"eng_plate_temp_initial_layer": [
"70"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"24.99"
],
"filament_density": [
"1.28"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"Bambu Lab"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"245"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"230"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"10%"
],
"slow_down_layer_time": [
"12"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
]
}
"type": "filament",
"name": "Bambu PETG HF @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OGFG02",
"instantiation": "false",
"cool_plate_temp": [
"0"
],
"cool_plate_temp_initial_layer": [
"0"
],
"eng_plate_temp": [
"70"
],
"eng_plate_temp_initial_layer": [
"70"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"24.99"
],
"filament_density": [
"1.28"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"Bambu Lab"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"245"
],
"nozzle_temperature_initial_layer": [
"230"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"230"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"10%"
],
"slow_down_layer_time": [
"12"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
]
}

View File

@@ -1,21 +1,21 @@
{
"type": "filament",
"name": "Bambu PETG Translucent @System",
"inherits": "Bambu PETG Translucent @base",
"from": "system",
"setting_id": "OGFSG01_00",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"filament_retraction_length": [
"0.3"
],
"slow_down_layer_time": [
"8"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PETG Translucent @System",
"inherits": "Bambu PETG Translucent @base",
"from": "system",
"setting_id": "OGFSG01_00",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"filament_retraction_length": [
"0.3"
],
"slow_down_layer_time": [
"8"
],
"compatible_printers": []
}

View File

@@ -1,78 +1,78 @@
{
"type": "filament",
"name": "Bambu PETG Translucent @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OGFG01",
"instantiation": "false",
"description": "To get better transparent or translucent results with the corresponding filament, please refer to this wiki: Printing tips for transparent PETG.",
"cool_plate_temp": [
"0"
],
"cool_plate_temp_initial_layer": [
"0"
],
"eng_plate_temp": [
"70"
],
"eng_plate_temp_initial_layer": [
"70"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"24.99"
],
"filament_density": [
"1.25"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"6"
],
"filament_vendor": [
"Bambu Lab"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"245"
],
"nozzle_temperature_initial_layer": [
"250"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"230"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"10%"
],
"slow_down_layer_time": [
"12"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
]
}
"type": "filament",
"name": "Bambu PETG Translucent @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OGFG01",
"instantiation": "false",
"description": "To get better transparent or translucent results with the corresponding filament, please refer to this wiki: Printing tips for transparent PETG.",
"cool_plate_temp": [
"0"
],
"cool_plate_temp_initial_layer": [
"0"
],
"eng_plate_temp": [
"70"
],
"eng_plate_temp_initial_layer": [
"70"
],
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"10"
],
"filament_cost": [
"24.99"
],
"filament_density": [
"1.25"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"6"
],
"filament_vendor": [
"Bambu Lab"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature": [
"245"
],
"nozzle_temperature_initial_layer": [
"250"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"230"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"10%"
],
"slow_down_layer_time": [
"12"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
]
}

View File

@@ -1,30 +1,30 @@
{
"type": "filament",
"name": "Bambu PETG-CF @System",
"inherits": "Bambu PETG-CF @base",
"from": "system",
"setting_id": "OGFSG50_01",
"instantiation": "true",
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"5"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_max_volumetric_speed": [
"11.5"
],
"filament_retraction_distances_when_cut": [
"18"
],
"overhang_fan_speed": [
"100"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PETG-CF @System",
"inherits": "Bambu PETG-CF @base",
"from": "system",
"setting_id": "OGFSG50_01",
"instantiation": "true",
"fan_cooling_layer_time": [
"30"
],
"fan_max_speed": [
"40"
],
"fan_min_speed": [
"5"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_max_volumetric_speed": [
"11.5"
],
"filament_retraction_distances_when_cut": [
"18"
],
"overhang_fan_speed": [
"100"
],
"compatible_printers": []
}

View File

@@ -1,77 +1,77 @@
{
"type": "filament",
"name": "Bambu PETG-CF @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OGFG50",
"instantiation": "false",
"cool_plate_temp": [
"0"
],
"cool_plate_temp_initial_layer": [
"0"
],
"eng_plate_temp": [
"70"
],
"eng_plate_temp_initial_layer": [
"70"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"0"
],
"filament_cost": [
"34.99"
],
"filament_density": [
"1.25"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_type": [
"PETG-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"240"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"10%"
],
"required_nozzle_HRC": [
"40"
],
"slow_down_layer_time": [
"6"
],
"temperature_vitrification": [
"70"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
]
}
"type": "filament",
"name": "Bambu PETG-CF @base",
"inherits": "fdm_filament_pet",
"from": "system",
"filament_id": "OGFG50",
"instantiation": "false",
"cool_plate_temp": [
"0"
],
"cool_plate_temp_initial_layer": [
"0"
],
"eng_plate_temp": [
"70"
],
"eng_plate_temp_initial_layer": [
"70"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"0"
],
"filament_cost": [
"34.99"
],
"filament_density": [
"1.25"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_type": [
"PETG-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"hot_plate_temp": [
"70"
],
"hot_plate_temp_initial_layer": [
"70"
],
"nozzle_temperature_range_high": [
"270"
],
"nozzle_temperature_range_low": [
"240"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"10%"
],
"required_nozzle_HRC": [
"40"
],
"slow_down_layer_time": [
"6"
],
"temperature_vitrification": [
"70"
],
"textured_plate_temp": [
"70"
],
"textured_plate_temp_initial_layer": [
"70"
]
}

View File

@@ -1,15 +1,15 @@
{
"type": "filament",
"name": "Bambu PLA Aero @System",
"inherits": "Bambu PLA Aero @base",
"from": "system",
"setting_id": "OGFSA11_01",
"instantiation": "true",
"additional_cooling_fan_speed": [
"0"
],
"slow_down_layer_time": [
"8"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PLA Aero @System",
"inherits": "Bambu PLA Aero @base",
"from": "system",
"setting_id": "OGFSA11_01",
"instantiation": "true",
"additional_cooling_fan_speed": [
"0"
],
"slow_down_layer_time": [
"8"
],
"compatible_printers": []
}

View File

@@ -1,45 +1,45 @@
{
"type": "filament",
"name": "Bambu PLA Aero @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA11",
"instantiation": "false",
"description": "This filament is only used to print models with a low density usually, and some special parameters are required. To get better printing quality, please refer to this wiki: Instructions for printing RC model with foaming PLA (PLA Aero).",
"fan_min_speed": [
"30"
],
"filament_cost": [
"44.99"
],
"filament_density": [
"1.21"
],
"filament_flow_ratio": [
"0.6"
],
"filament_max_volumetric_speed": [
"6"
],
"filament_type": [
"PLA-AERO"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_seam_type": [
"none"
],
"nozzle_temperature_range_low": [
"210"
],
"nozzle_temperature_range_high": [
"260"
],
"supertack_plate_temp": [
"0"
],
"supertack_plate_temp_initial_layer": [
"0"
]
}
"type": "filament",
"name": "Bambu PLA Aero @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA11",
"instantiation": "false",
"description": "This filament is only used to print models with a low density usually, and some special parameters are required. To get better printing quality, please refer to this wiki: Instructions for printing RC model with foaming PLA (PLA Aero).",
"fan_min_speed": [
"30"
],
"filament_cost": [
"44.99"
],
"filament_density": [
"1.21"
],
"filament_flow_ratio": [
"0.6"
],
"filament_max_volumetric_speed": [
"6"
],
"filament_type": [
"PLA-AERO"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_seam_type": [
"none"
],
"nozzle_temperature_range_low": [
"210"
],
"nozzle_temperature_range_high": [
"260"
],
"supertack_plate_temp": [
"0"
],
"supertack_plate_temp_initial_layer": [
"0"
]
}

View File

@@ -1,18 +1,18 @@
{
"type": "filament",
"name": "Bambu PLA Basic @System",
"inherits": "Bambu PLA Basic @base",
"from": "system",
"setting_id": "OGFSA00",
"instantiation": "true",
"filament_max_volumetric_speed": [
"21"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PLA Basic @System",
"inherits": "Bambu PLA Basic @base",
"from": "system",
"setting_id": "OGFSA00",
"instantiation": "true",
"filament_max_volumetric_speed": [
"21"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}

View File

@@ -1,35 +1,35 @@
{
"type": "filament",
"name": "Bambu PLA Basic @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA00",
"instantiation": "false",
"filament_cost": [
"24.99"
],
"filament_density": [
"1.26"
],
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_seam_type": [
"none"
],
"filament_scarf_height": [
"10%"
],
"filament_scarf_gap": [
"0%"
],
"filament_scarf_length": [
"10"
]
}
"type": "filament",
"name": "Bambu PLA Basic @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA00",
"instantiation": "false",
"filament_cost": [
"24.99"
],
"filament_density": [
"1.26"
],
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_seam_type": [
"none"
],
"filament_scarf_height": [
"10%"
],
"filament_scarf_gap": [
"0%"
],
"filament_scarf_length": [
"10"
]
}

View File

@@ -1,18 +1,18 @@
{
"type": "filament",
"name": "Bambu PLA Dynamic @System",
"inherits": "Bambu PLA Dynamic @base",
"from": "system",
"setting_id": "OGFSA13_00",
"instantiation": "true",
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"21"
],
"filament_vendor": [
"Bambu Lab"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PLA Dynamic @System",
"inherits": "Bambu PLA Dynamic @base",
"from": "system",
"setting_id": "OGFSA13_00",
"instantiation": "true",
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"21"
],
"filament_vendor": [
"Bambu Lab"
],
"compatible_printers": []
}

View File

@@ -1,17 +1,17 @@
{
"type": "filament",
"name": "Bambu PLA Dynamic @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA13",
"instantiation": "false",
"filament_cost": [
"31.99"
],
"filament_density": [
"1.26"
],
"filament_vendor": [
"Bambu Lab"
]
}
"type": "filament",
"name": "Bambu PLA Dynamic @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA13",
"instantiation": "false",
"filament_cost": [
"31.99"
],
"filament_density": [
"1.26"
],
"filament_vendor": [
"Bambu Lab"
]
}

View File

@@ -1,15 +1,15 @@
{
"type": "filament",
"name": "Bambu PLA Galaxy @System",
"inherits": "Bambu PLA Galaxy @base",
"from": "system",
"setting_id": "OGFSA15_00",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PLA Galaxy @System",
"inherits": "Bambu PLA Galaxy @base",
"from": "system",
"setting_id": "OGFSA15_00",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}

View File

@@ -1,23 +1,23 @@
{
"type": "filament",
"name": "Bambu PLA Galaxy @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA15",
"instantiation": "false",
"filament_cost": [
"29.99"
],
"filament_density": [
"1.19"
],
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"Bambu Lab"
]
}
"type": "filament",
"name": "Bambu PLA Galaxy @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA15",
"instantiation": "false",
"filament_cost": [
"29.99"
],
"filament_density": [
"1.19"
],
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"Bambu Lab"
]
}

View File

@@ -1,15 +1,15 @@
{
"type": "filament",
"name": "Bambu PLA Glow @System",
"inherits": "Bambu PLA Glow @base",
"from": "system",
"setting_id": "OGFSA12_00",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PLA Glow @System",
"inherits": "Bambu PLA Glow @base",
"from": "system",
"setting_id": "OGFSA12_00",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}

View File

@@ -1,26 +1,26 @@
{
"type": "filament",
"name": "Bambu PLA Glow @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA12",
"instantiation": "false",
"filament_cost": [
"29.99"
],
"filament_density": [
"1.26"
],
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"Bambu Lab"
],
"temperature_vitrification": [
"45"
]
}
"type": "filament",
"name": "Bambu PLA Glow @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA12",
"instantiation": "false",
"filament_cost": [
"29.99"
],
"filament_density": [
"1.26"
],
"filament_flow_ratio": [
"0.98"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_vendor": [
"Bambu Lab"
],
"temperature_vitrification": [
"45"
]
}

View File

@@ -1,12 +1,12 @@
{
"type": "filament",
"name": "Bambu PLA Impact @System",
"inherits": "Bambu PLA Impact @base",
"from": "system",
"setting_id": "OGFSA03",
"instantiation": "true",
"filament_max_volumetric_speed": [
"23.2"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PLA Impact @System",
"inherits": "Bambu PLA Impact @base",
"from": "system",
"setting_id": "OGFSA03",
"instantiation": "true",
"filament_max_volumetric_speed": [
"23.2"
],
"compatible_printers": []
}

View File

@@ -1,17 +1,17 @@
{
"type": "filament",
"name": "Bambu PLA Impact @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA03",
"instantiation": "false",
"filament_cost": [
"25.4"
],
"filament_flow_ratio": [
"0.95"
],
"filament_vendor": [
"Bambu Lab"
]
}
"type": "filament",
"name": "Bambu PLA Impact @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA03",
"instantiation": "false",
"filament_cost": [
"25.4"
],
"filament_flow_ratio": [
"0.95"
],
"filament_vendor": [
"Bambu Lab"
]
}

View File

@@ -1,15 +1,15 @@
{
"type": "filament",
"name": "Bambu PLA Marble @System",
"inherits": "Bambu PLA Marble @base",
"from": "system",
"setting_id": "OGFSA07_00",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PLA Marble @System",
"inherits": "Bambu PLA Marble @base",
"from": "system",
"setting_id": "OGFSA07_00",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}

View File

@@ -1,20 +1,20 @@
{
"type": "filament",
"name": "Bambu PLA Marble @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA07",
"instantiation": "false",
"filament_cost": [
"29.99"
],
"filament_density": [
"1.22"
],
"filament_flow_ratio": [
"0.98"
],
"filament_vendor": [
"Bambu Lab"
]
}
"type": "filament",
"name": "Bambu PLA Marble @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA07",
"instantiation": "false",
"filament_cost": [
"29.99"
],
"filament_density": [
"1.22"
],
"filament_flow_ratio": [
"0.98"
],
"filament_vendor": [
"Bambu Lab"
]
}

View File

@@ -1,18 +1,18 @@
{
"type": "filament",
"name": "Bambu PLA Matte @System",
"inherits": "Bambu PLA Matte @base",
"from": "system",
"setting_id": "OGFSA01",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_max_volumetric_speed": [
"22"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PLA Matte @System",
"inherits": "Bambu PLA Matte @base",
"from": "system",
"setting_id": "OGFSA01",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_max_volumetric_speed": [
"22"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}

View File

@@ -1,32 +1,32 @@
{
"type": "filament",
"name": "Bambu PLA Matte @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA01",
"instantiation": "false",
"filament_cost": [
"24.99"
],
"filament_density": [
"1.32"
],
"filament_flow_ratio": [
"0.98"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_seam_type": [
"none"
],
"filament_scarf_height": [
"5%"
],
"filament_scarf_gap": [
"0%"
],
"filament_scarf_length": [
"10"
]
}
"type": "filament",
"name": "Bambu PLA Matte @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA01",
"instantiation": "false",
"filament_cost": [
"24.99"
],
"filament_density": [
"1.32"
],
"filament_flow_ratio": [
"0.98"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_seam_type": [
"none"
],
"filament_scarf_height": [
"5%"
],
"filament_scarf_gap": [
"0%"
],
"filament_scarf_length": [
"10"
]
}

View File

@@ -1,12 +1,12 @@
{
"type": "filament",
"name": "Bambu PLA Metal @System",
"inherits": "Bambu PLA Metal @base",
"from": "system",
"setting_id": "OGFSA02",
"instantiation": "true",
"filament_max_volumetric_speed": [
"21"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PLA Metal @System",
"inherits": "Bambu PLA Metal @base",
"from": "system",
"setting_id": "OGFSA02",
"instantiation": "true",
"filament_max_volumetric_speed": [
"21"
],
"compatible_printers": []
}

View File

@@ -1,24 +1,24 @@
{
"type": "filament",
"name": "Bambu PLA Metal @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA02",
"instantiation": "false",
"description": "To make the prints get higher gloss, please dry the filament before use, and set the outer wall speed to be 40 to 60 mm/s when slicing.",
"filament_cost": [
"29.99"
],
"filament_density": [
"1.25"
],
"filament_flow_ratio": [
"0.98"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_seam_type": [
"none"
]
}
"type": "filament",
"name": "Bambu PLA Metal @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA02",
"instantiation": "false",
"description": "To make the prints get higher gloss, please dry the filament before use, and set the outer wall speed to be 40 to 60 mm/s when slicing.",
"filament_cost": [
"29.99"
],
"filament_density": [
"1.25"
],
"filament_flow_ratio": [
"0.98"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_seam_type": [
"none"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "Bambu PLA Silk @System",
"inherits": "Bambu PLA Silk @base",
"from": "system",
"setting_id": "OGFSA05_01",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PLA Silk @System",
"inherits": "Bambu PLA Silk @base",
"from": "system",
"setting_id": "OGFSA05_01",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,39 +1,39 @@
{
"type": "filament",
"name": "Bambu PLA Silk @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA05",
"instantiation": "false",
"description": "To make the prints get higher gloss, please dry the filament before use, and set the outer wall speed to be 40 to 60 mm/s when slicing.",
"filament_cost": [
"29.99"
],
"filament_density": [
"1.32"
],
"filament_flow_ratio": [
"0.98"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_height": [
"5%"
],
"filament_scarf_gap": [
"0%"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"supertack_plate_temp": [
"0"
],
"supertack_plate_temp_initial_layer": [
"0"
]
}
"type": "filament",
"name": "Bambu PLA Silk @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA05",
"instantiation": "false",
"description": "To make the prints get higher gloss, please dry the filament before use, and set the outer wall speed to be 40 to 60 mm/s when slicing.",
"filament_cost": [
"29.99"
],
"filament_density": [
"1.32"
],
"filament_flow_ratio": [
"0.98"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_height": [
"5%"
],
"filament_scarf_gap": [
"0%"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"supertack_plate_temp": [
"0"
],
"supertack_plate_temp_initial_layer": [
"0"
]
}

View File

@@ -1,15 +1,15 @@
{
"type": "filament",
"name": "Bambu PLA Silk+ @System",
"inherits": "Bambu PLA Silk+ @base",
"from": "system",
"setting_id": "OGFSA06_00",
"instantiation": "true",
"supertack_plate_temp": [
"35"
],
"supertack_plate_temp_initial_layer": [
"35"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PLA Silk+ @System",
"inherits": "Bambu PLA Silk+ @base",
"from": "system",
"setting_id": "OGFSA06_00",
"instantiation": "true",
"supertack_plate_temp": [
"35"
],
"supertack_plate_temp_initial_layer": [
"35"
],
"compatible_printers": []
}

View File

@@ -1,33 +1,33 @@
{
"type": "filament",
"name": "Bambu PLA Silk+ @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA06",
"instantiation": "false",
"description": "To make the prints get higher gloss, please dry the filament before use, and set the outer wall speed to be 40 to 60 mm/s when slicing.",
"filament_cost": [
"29.99"
],
"filament_density": [
"1.27"
],
"filament_flow_ratio": [
"0.98"
],
"filament_scarf_height": [
"5%"
],
"filament_scarf_seam_type": [
"all"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
]
}
"type": "filament",
"name": "Bambu PLA Silk+ @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA06",
"instantiation": "false",
"description": "To make the prints get higher gloss, please dry the filament before use, and set the outer wall speed to be 40 to 60 mm/s when slicing.",
"filament_cost": [
"29.99"
],
"filament_density": [
"1.27"
],
"filament_flow_ratio": [
"0.98"
],
"filament_scarf_height": [
"5%"
],
"filament_scarf_seam_type": [
"all"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "Bambu PLA Sparkle @System",
"inherits": "Bambu PLA Sparkle @base",
"from": "system",
"setting_id": "OGFSA08_00",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PLA Sparkle @System",
"inherits": "Bambu PLA Sparkle @base",
"from": "system",
"setting_id": "OGFSA08_00",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,20 +1,20 @@
{
"type": "filament",
"name": "Bambu PLA Sparkle @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA08",
"instantiation": "false",
"filament_cost": [
"29.99"
],
"filament_density": [
"1.26"
],
"filament_flow_ratio": [
"0.98"
],
"filament_vendor": [
"Bambu Lab"
]
}
"type": "filament",
"name": "Bambu PLA Sparkle @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA08",
"instantiation": "false",
"filament_cost": [
"29.99"
],
"filament_density": [
"1.26"
],
"filament_flow_ratio": [
"0.98"
],
"filament_vendor": [
"Bambu Lab"
]
}

View File

@@ -1,12 +1,12 @@
{
"type": "filament",
"name": "Bambu PLA Tough @System",
"inherits": "Bambu PLA Tough @base",
"from": "system",
"setting_id": "OGFSA09_02",
"instantiation": "true",
"filament_max_volumetric_speed": [
"21"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PLA Tough @System",
"inherits": "Bambu PLA Tough @base",
"from": "system",
"setting_id": "OGFSA09_02",
"instantiation": "true",
"filament_max_volumetric_speed": [
"21"
],
"compatible_printers": []
}

View File

@@ -1,23 +1,23 @@
{
"type": "filament",
"name": "Bambu PLA Tough @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA09",
"instantiation": "false",
"filament_cost": [
"28.99"
],
"filament_density": [
"1.26"
],
"filament_flow_ratio": [
"0.98"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_seam_type": [
"none"
]
}
"type": "filament",
"name": "Bambu PLA Tough @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA09",
"instantiation": "false",
"filament_cost": [
"28.99"
],
"filament_density": [
"1.26"
],
"filament_flow_ratio": [
"0.98"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_seam_type": [
"none"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "Bambu PLA Wood @System",
"inherits": "Bambu PLA Wood @base",
"from": "system",
"setting_id": "OGFSA16_00",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PLA Wood @System",
"inherits": "Bambu PLA Wood @base",
"from": "system",
"setting_id": "OGFSA16_00",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,32 +1,32 @@
{
"type": "filament",
"name": "Bambu PLA Wood @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA16",
"instantiation": "false",
"filament_cost": [
"24.99"
],
"filament_density": [
"1.21"
],
"filament_flow_ratio": [
"0.98"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_retraction_distances_when_cut": [
"18"
],
"filament_scarf_seam_type": [
"none"
],
"filament_vendor": [
"Bambu Lab"
]
}
"type": "filament",
"name": "Bambu PLA Wood @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA16",
"instantiation": "false",
"filament_cost": [
"24.99"
],
"filament_density": [
"1.21"
],
"filament_flow_ratio": [
"0.98"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_retraction_distances_when_cut": [
"18"
],
"filament_scarf_seam_type": [
"none"
],
"filament_vendor": [
"Bambu Lab"
]
}

View File

@@ -1,24 +1,24 @@
{
"type": "filament",
"name": "Bambu PLA-CF @System",
"inherits": "Bambu PLA-CF @base",
"from": "system",
"setting_id": "OGFSA50_01",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_retraction_distances_when_cut": [
"18"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PLA-CF @System",
"inherits": "Bambu PLA-CF @base",
"from": "system",
"setting_id": "OGFSA50_01",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_max_volumetric_speed": [
"15"
],
"filament_retraction_distances_when_cut": [
"18"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
],
"compatible_printers": []
}

View File

@@ -1,50 +1,50 @@
{
"type": "filament",
"name": "Bambu PLA-CF @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA50",
"instantiation": "false",
"additional_cooling_fan_speed": [
"0"
],
"cool_plate_temp": [
"45"
],
"cool_plate_temp_initial_layer": [
"45"
],
"filament_cost": [
"34.99"
],
"filament_density": [
"1.22"
],
"filament_flow_ratio": [
"0.98"
],
"filament_type": [
"PLA-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature_range_low": [
"210"
],
"nozzle_temperature_range_high": [
"250"
],
"required_nozzle_HRC": [
"40"
],
"supertack_plate_temp": [
"50"
],
"supertack_plate_temp_initial_layer": [
"50"
],
"slow_down_layer_time": [
"8"
]
}
"type": "filament",
"name": "Bambu PLA-CF @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFA50",
"instantiation": "false",
"additional_cooling_fan_speed": [
"0"
],
"cool_plate_temp": [
"45"
],
"cool_plate_temp_initial_layer": [
"45"
],
"filament_cost": [
"34.99"
],
"filament_density": [
"1.22"
],
"filament_flow_ratio": [
"0.98"
],
"filament_type": [
"PLA-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature_range_low": [
"210"
],
"nozzle_temperature_range_high": [
"250"
],
"required_nozzle_HRC": [
"40"
],
"supertack_plate_temp": [
"50"
],
"supertack_plate_temp_initial_layer": [
"50"
],
"slow_down_layer_time": [
"8"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "Bambu PPA-CF @System",
"inherits": "Bambu PPA-CF @base",
"from": "system",
"setting_id": "OGFSN06_00",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PPA-CF @System",
"inherits": "Bambu PPA-CF @base",
"from": "system",
"setting_id": "OGFSN06_00",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,12 +1,12 @@
{
"type": "filament",
"name": "Bambu PPA-CF @base",
"inherits": "fdm_filament_ppa",
"from": "system",
"filament_id": "OGFN06",
"instantiation": "false",
"filament_vendor": [
"Bambu Lab"
],
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials."
}
"type": "filament",
"name": "Bambu PPA-CF @base",
"inherits": "fdm_filament_ppa",
"from": "system",
"filament_id": "OGFN06",
"instantiation": "false",
"filament_vendor": [
"Bambu Lab"
],
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials."
}

View File

@@ -1,39 +1,39 @@
{
"type": "filament",
"name": "Bambu PPS-CF @base",
"inherits": "fdm_filament_pps",
"from": "system",
"filament_id": "OGFT02",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"fan_max_speed": [
"30"
],
"filament_cost": [
"175"
],
"filament_density": [
"1.26"
],
"filament_max_volumetric_speed": [
"6"
],
"filament_type": [
"PPS-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature_range_low": [
"310"
],
"overhang_fan_threshold": [
"25%"
],
"required_nozzle_HRC": [
"40"
],
"temperature_vitrification": [
"220"
]
}
"type": "filament",
"name": "Bambu PPS-CF @base",
"inherits": "fdm_filament_pps",
"from": "system",
"filament_id": "OGFT02",
"instantiation": "false",
"description": "When printing this filament, there's a risk of nozzle clogging, oozing, warping and low layer adhesion strength. To get better results, please refer to this wiki: Printing Tips for High Temp / Engineering materials.",
"fan_max_speed": [
"30"
],
"filament_cost": [
"175"
],
"filament_density": [
"1.26"
],
"filament_max_volumetric_speed": [
"6"
],
"filament_type": [
"PPS-CF"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature_range_low": [
"310"
],
"overhang_fan_threshold": [
"25%"
],
"required_nozzle_HRC": [
"40"
],
"temperature_vitrification": [
"220"
]
}

View File

@@ -1,15 +1,15 @@
{
"type": "filament",
"name": "Bambu PVA @System",
"inherits": "Bambu PVA @base",
"from": "system",
"setting_id": "OGFSS04_00",
"instantiation": "true",
"nozzle_temperature": [
"240"
],
"nozzle_temperature_initial_layer": [
"240"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu PVA @System",
"inherits": "Bambu PVA @base",
"from": "system",
"setting_id": "OGFSS04_00",
"instantiation": "true",
"nozzle_temperature": [
"240"
],
"nozzle_temperature_initial_layer": [
"240"
],
"compatible_printers": []
}

View File

@@ -1,33 +1,33 @@
{
"type": "filament",
"name": "Bambu PVA @base",
"inherits": "fdm_filament_pva",
"from": "system",
"filament_id": "OGFS04",
"instantiation": "false",
"description": "This is a water-soluble support filament, and usually it is only for the support structure and not for the model body. Printing this filament is of many requirements, and to get better printing quality, please refer to this wiki: PVA Printing Guide.",
"filament_cost": [
"79.98"
],
"filament_density": [
"1.27"
],
"filament_max_volumetric_speed": [
"6"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature_range_high": [
"250"
],
"nozzle_temperature_range_low": [
"210"
],
"slow_down_layer_time": [
"7"
],
"slow_down_min_speed": [
"20"
]
}
"type": "filament",
"name": "Bambu PVA @base",
"inherits": "fdm_filament_pva",
"from": "system",
"filament_id": "OGFS04",
"instantiation": "false",
"description": "This is a water-soluble support filament, and usually it is only for the support structure and not for the model body. Printing this filament is of many requirements, and to get better printing quality, please refer to this wiki: PVA Printing Guide.",
"filament_cost": [
"79.98"
],
"filament_density": [
"1.27"
],
"filament_max_volumetric_speed": [
"6"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature_range_high": [
"250"
],
"nozzle_temperature_range_low": [
"210"
],
"slow_down_layer_time": [
"7"
],
"slow_down_min_speed": [
"20"
]
}

View File

@@ -1,12 +1,12 @@
{
"type": "filament",
"name": "Bambu Support For PA/PET @System",
"inherits": "Bambu Support For PA/PET @base",
"from": "system",
"setting_id": "OGFSS03_00",
"instantiation": "true",
"chamber_temperatures": [
"60"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu Support For PA/PET @System",
"inherits": "Bambu Support For PA/PET @base",
"from": "system",
"setting_id": "OGFSS03_00",
"instantiation": "true",
"chamber_temperatures": [
"60"
],
"compatible_printers": []
}

View File

@@ -1,36 +1,36 @@
{
"type": "filament",
"name": "Bambu Support For PA/PET @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFS03",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"fan_cooling_layer_time": [
"10"
],
"filament_cost": [
"34.99"
],
"filament_density": [
"1.22"
],
"filament_is_support": [
"1"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature": [
"280"
],
"nozzle_temperature_initial_layer": [
"280"
],
"required_nozzle_HRC": [
"3"
],
"slow_down_layer_time": [
"6"
]
}
"type": "filament",
"name": "Bambu Support For PA/PET @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFS03",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"fan_cooling_layer_time": [
"10"
],
"filament_cost": [
"34.99"
],
"filament_density": [
"1.22"
],
"filament_is_support": [
"1"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature": [
"280"
],
"nozzle_temperature_initial_layer": [
"280"
],
"required_nozzle_HRC": [
"3"
],
"slow_down_layer_time": [
"6"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "Bambu Support For PLA @System",
"inherits": "Bambu Support For PLA @base",
"from": "system",
"setting_id": "OGFSS02_02",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "Bambu Support For PLA @System",
"inherits": "Bambu Support For PLA @base",
"from": "system",
"setting_id": "OGFSS02_02",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,33 +1,33 @@
{
"type": "filament",
"name": "Bambu Support For PLA @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFS02",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"cool_plate_temp": [
"40"
],
"cool_plate_temp_initial_layer": [
"40"
],
"filament_cost": [
"69.98"
],
"filament_density": [
"1.30"
],
"filament_is_support": [
"1"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_seam_type": [
"none"
],
"slow_down_layer_time": [
"8"
]
}
"type": "filament",
"name": "Bambu Support For PLA @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFS02",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"cool_plate_temp": [
"40"
],
"cool_plate_temp_initial_layer": [
"40"
],
"filament_cost": [
"69.98"
],
"filament_density": [
"1.30"
],
"filament_is_support": [
"1"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_seam_type": [
"none"
],
"slow_down_layer_time": [
"8"
]
}

View File

@@ -1,21 +1,21 @@
{
"type": "filament",
"name": "Bambu Support For PLA/PETG @System",
"inherits": "Bambu Support For PLA/PETG @base",
"from": "system",
"setting_id": "OGFSS05_00",
"instantiation": "true",
"eng_plate_temp": [
"60"
],
"eng_plate_temp_initial_layer": [
"60"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu Support For PLA/PETG @System",
"inherits": "Bambu Support For PLA/PETG @base",
"from": "system",
"setting_id": "OGFSS05_00",
"instantiation": "true",
"eng_plate_temp": [
"60"
],
"eng_plate_temp_initial_layer": [
"60"
],
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}

View File

@@ -1,60 +1,60 @@
{
"type": "filament",
"name": "Bambu Support For PLA/PETG @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFS05",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"fan_cooling_layer_time": [
"80"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"20"
],
"filament_cost": [
"69.98"
],
"filament_density": [
"1.19"
],
"filament_is_support": [
"1"
],
"filament_max_volumetric_speed": [
"6"
],
"filament_scarf_seam_type": [
"none"
],
"filament_vendor": [
"Bambu Lab"
],
"hot_plate_temp": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"nozzle_temperature": [
"210"
],
"nozzle_temperature_initial_layer": [
"210"
],
"slow_down_layer_time": [
"8"
],
"supertack_plate_temp_initial_layer": [
"0"
],
"textured_plate_temp": [
"60"
],
"textured_plate_temp_initial_layer": [
"60"
]
}
"type": "filament",
"name": "Bambu Support For PLA/PETG @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFS05",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"fan_cooling_layer_time": [
"80"
],
"fan_max_speed": [
"30"
],
"fan_min_speed": [
"20"
],
"filament_cost": [
"69.98"
],
"filament_density": [
"1.19"
],
"filament_is_support": [
"1"
],
"filament_max_volumetric_speed": [
"6"
],
"filament_scarf_seam_type": [
"none"
],
"filament_vendor": [
"Bambu Lab"
],
"hot_plate_temp": [
"60"
],
"hot_plate_temp_initial_layer": [
"60"
],
"nozzle_temperature": [
"210"
],
"nozzle_temperature_initial_layer": [
"210"
],
"slow_down_layer_time": [
"8"
],
"supertack_plate_temp_initial_layer": [
"0"
],
"textured_plate_temp": [
"60"
],
"textured_plate_temp_initial_layer": [
"60"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "Bambu Support G @System",
"inherits": "Bambu Support G @base",
"from": "system",
"setting_id": "OGFSS01",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "Bambu Support G @System",
"inherits": "Bambu Support G @base",
"from": "system",
"setting_id": "OGFSS01",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,39 +1,39 @@
{
"type": "filament",
"name": "Bambu Support G @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFS01",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"fan_cooling_layer_time": [
"10"
],
"filament_cost": [
"34.99"
],
"filament_density": [
"1.22"
],
"filament_is_support": [
"1"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature": [
"280"
],
"nozzle_temperature_initial_layer": [
"280"
],
"required_nozzle_HRC": [
"3"
],
"filament_scarf_seam_type": [
"none"
],
"slow_down_layer_time": [
"6"
]
}
"type": "filament",
"name": "Bambu Support G @base",
"inherits": "fdm_filament_pa",
"from": "system",
"filament_id": "OGFS01",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"fan_cooling_layer_time": [
"10"
],
"filament_cost": [
"34.99"
],
"filament_density": [
"1.22"
],
"filament_is_support": [
"1"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature": [
"280"
],
"nozzle_temperature_initial_layer": [
"280"
],
"required_nozzle_HRC": [
"3"
],
"filament_scarf_seam_type": [
"none"
],
"slow_down_layer_time": [
"6"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "Bambu Support W @System",
"inherits": "Bambu Support W @base",
"from": "system",
"setting_id": "OGFSS00",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "Bambu Support W @System",
"inherits": "Bambu Support W @base",
"from": "system",
"setting_id": "OGFSS00",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,33 +1,33 @@
{
"type": "filament",
"name": "Bambu Support W @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFS00",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"cool_plate_temp": [
"40"
],
"cool_plate_temp_initial_layer": [
"40"
],
"filament_cost": [
"69.98"
],
"filament_density": [
"1.30"
],
"filament_is_support": [
"1"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_seam_type": [
"none"
],
"slow_down_layer_time": [
"8"
]
}
"type": "filament",
"name": "Bambu Support W @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFS00",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"cool_plate_temp": [
"40"
],
"cool_plate_temp_initial_layer": [
"40"
],
"filament_cost": [
"69.98"
],
"filament_density": [
"1.30"
],
"filament_is_support": [
"1"
],
"filament_vendor": [
"Bambu Lab"
],
"filament_scarf_seam_type": [
"none"
],
"slow_down_layer_time": [
"8"
]
}

View File

@@ -1,15 +1,15 @@
{
"type": "filament",
"name": "Bambu Support for ABS @System",
"inherits": "Bambu Support for ABS @base",
"from": "system",
"setting_id": "OGFSS06_00",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu Support for ABS @System",
"inherits": "Bambu Support for ABS @base",
"from": "system",
"setting_id": "OGFSS06_00",
"instantiation": "true",
"filament_long_retractions_when_cut": [
"1"
],
"filament_retraction_distances_when_cut": [
"18"
],
"compatible_printers": []
}

View File

@@ -1,39 +1,39 @@
{
"type": "filament",
"name": "Bambu Support for ABS @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "OGFS06",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"fan_max_speed": [
"30"
],
"filament_cost": [
"29.98"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"1"
],
"filament_max_volumetric_speed": [
"6"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature_range_high": [
"270"
],
"slow_down_layer_time": [
"12"
],
"filament_scarf_seam_type": [
"none"
],
"temperature_vitrification": [
"90"
]
}
"type": "filament",
"name": "Bambu Support for ABS @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "OGFS06",
"instantiation": "false",
"description": "This is a non-water-soluble support filament, and usually it is only for the support structure and not for the model body. To get better printing quality, please refer to this wiki: Printing Tips for Support Filament and Support Function.",
"fan_max_speed": [
"30"
],
"filament_cost": [
"29.98"
],
"filament_flow_ratio": [
"0.95"
],
"filament_is_support": [
"1"
],
"filament_max_volumetric_speed": [
"6"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature_range_high": [
"270"
],
"slow_down_layer_time": [
"12"
],
"filament_scarf_seam_type": [
"none"
],
"temperature_vitrification": [
"90"
]
}

View File

@@ -1,12 +1,12 @@
{
"type": "filament",
"name": "Bambu TPU 95A @System",
"inherits": "Bambu TPU 95A @base",
"from": "system",
"setting_id": "OGFSU00",
"instantiation": "true",
"filament_max_volumetric_speed": [
"3.6"
],
"compatible_printers": []
}
"type": "filament",
"name": "Bambu TPU 95A @System",
"inherits": "Bambu TPU 95A @base",
"from": "system",
"setting_id": "OGFSU00",
"instantiation": "true",
"filament_max_volumetric_speed": [
"3.6"
],
"compatible_printers": []
}

View File

@@ -1,24 +1,24 @@
{
"type": "filament",
"name": "Bambu TPU 95A @base",
"inherits": "fdm_filament_tpu",
"from": "system",
"filament_id": "OGFU01",
"instantiation": "false",
"description": "This filament is too soft and not compatible with the AMS. Printing it is of many requirements, and to get better printing quality, please refer to this wiki: TPU printing guide.",
"filament_cost": [
"41.99"
],
"filament_density": [
"1.22"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
]
}
"type": "filament",
"name": "Bambu TPU 95A @base",
"inherits": "fdm_filament_tpu",
"from": "system",
"filament_id": "OGFU01",
"instantiation": "false",
"description": "This filament is too soft and not compatible with the AMS. Printing it is of many requirements, and to get better printing quality, please refer to this wiki: TPU printing guide.",
"filament_cost": [
"41.99"
],
"filament_density": [
"1.22"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
]
}

View File

@@ -1,9 +1,9 @@
{
"type": "filament",
"name": "Bambu TPU 95A HF @System",
"inherits": "Bambu TPU 95A HF @base",
"from": "system",
"setting_id": "OGFSU00_00",
"instantiation": "true",
"compatible_printers": []
}
"type": "filament",
"name": "Bambu TPU 95A HF @System",
"inherits": "Bambu TPU 95A HF @base",
"from": "system",
"setting_id": "OGFSU00_00",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -1,30 +1,30 @@
{
"type": "filament",
"name": "Bambu TPU 95A HF @base",
"inherits": "fdm_filament_tpu",
"from": "system",
"filament_id": "OGFU00",
"instantiation": "false",
"description": "This filament is too soft and not compatible with the AMS. Printing it is of many requirements, and to get better printing quality, please refer to this wiki: TPU printing guide.",
"filament_cost": [
"41.99"
],
"filament_density": [
"1.22"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_retraction_length": [
"0.8"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
]
}
"type": "filament",
"name": "Bambu TPU 95A HF @base",
"inherits": "fdm_filament_tpu",
"from": "system",
"filament_id": "OGFU00",
"instantiation": "false",
"description": "This filament is too soft and not compatible with the AMS. Printing it is of many requirements, and to get better printing quality, please refer to this wiki: TPU printing guide.",
"filament_cost": [
"41.99"
],
"filament_density": [
"1.22"
],
"filament_max_volumetric_speed": [
"12"
],
"filament_retraction_length": [
"0.8"
],
"filament_vendor": [
"Bambu Lab"
],
"nozzle_temperature": [
"230"
],
"nozzle_temperature_initial_layer": [
"230"
]
}

View File

@@ -1,18 +1,18 @@
{
"type": "filament",
"name": "COEX ABS @System",
"inherits": "COEX ABS @base",
"from": "system",
"setting_id": "COXABS01",
"instantiation": "true",
"filament_max_volumetric_speed": [
"16"
],
"filament_long_retractions_when_cut": [
"nil"
],
"filament_retraction_distances_when_cut": [
"nil"
],
"compatible_printers": []
"type": "filament",
"name": "COEX ABS @System",
"inherits": "COEX ABS @base",
"from": "system",
"setting_id": "COXABS01",
"instantiation": "true",
"filament_max_volumetric_speed": [
"16"
],
"filament_long_retractions_when_cut": [
"nil"
],
"filament_retraction_distances_when_cut": [
"nil"
],
"compatible_printers": []
}

View File

@@ -1,96 +1,96 @@
{
"type": "filament",
"name": "COEX ABS @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "CXABSB01",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"
],
"filament_cost": [
"30.00"
],
"filament_density": [
"1.04"
],
"filament_type": [
"ABS"
],
"nozzle_temperature": [
"255"
],
"nozzle_temperature_initial_layer": [
"255"
],
"bed_temperature": [
"100"
],
"bed_temperature_initial_layer": [
"100"
],
"temperature_vitrification": [
"100"
],
"chamber_temperature": [
"0"
],
"filament_max_volumetric_speed": [
"16"
],
"filament_retraction_minimum_travel": [
"2"
],
"filament_retract_before_wipe": [
"70%"
],
"filament_retract_layer_change": [
"1"
],
"filament_retract_when_changing_layer": [
"1"
],
"filament_retraction_length": [
"2.5"
],
"filament_retraction_speed": [
"40"
],
"filament_deretraction_speed": [
"40"
],
"filament_wipe": [
"1"
],
"filament_wipe_distance": [
"2"
],
"fan_min_speed": [
"0"
],
"fan_max_speed": [
"30"
],
"disable_fan_first_layers": [
"3"
],
"full_fan_speed_layer": [
"0"
],
"slow_down_layer_time": [
"5"
],
"slow_down_min_speed": [
"10"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.04"
],
"compatible_printers": [],
"compatible_printers_condition": "",
"compatible_prints": [],
"compatible_prints_condition": ""
}
"type": "filament",
"name": "COEX ABS @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "CXABSB01",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"
],
"filament_cost": [
"30.00"
],
"filament_density": [
"1.04"
],
"filament_type": [
"ABS"
],
"nozzle_temperature": [
"255"
],
"nozzle_temperature_initial_layer": [
"255"
],
"bed_temperature": [
"100"
],
"bed_temperature_initial_layer": [
"100"
],
"temperature_vitrification": [
"100"
],
"chamber_temperature": [
"0"
],
"filament_max_volumetric_speed": [
"16"
],
"filament_retraction_minimum_travel": [
"2"
],
"filament_retract_before_wipe": [
"70%"
],
"filament_retract_layer_change": [
"1"
],
"filament_retract_when_changing_layer": [
"1"
],
"filament_retraction_length": [
"2.5"
],
"filament_retraction_speed": [
"40"
],
"filament_deretraction_speed": [
"40"
],
"filament_wipe": [
"1"
],
"filament_wipe_distance": [
"2"
],
"fan_min_speed": [
"0"
],
"fan_max_speed": [
"30"
],
"disable_fan_first_layers": [
"3"
],
"full_fan_speed_layer": [
"0"
],
"slow_down_layer_time": [
"5"
],
"slow_down_min_speed": [
"10"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.04"
],
"compatible_printers": [],
"compatible_printers_condition": "",
"compatible_prints": [],
"compatible_prints_condition": ""
}

View File

@@ -1,18 +1,18 @@
{
"type": "filament",
"name": "COEX ABS PRIME @System",
"inherits": "COEX ABS PRIME @base",
"from": "system",
"setting_id": "CXABSP09",
"instantiation": "true",
"filament_max_volumetric_speed": [
"16"
],
"filament_long_retractions_when_cut": [
"nil"
],
"filament_retraction_distances_when_cut": [
"nil"
],
"compatible_printers": []
"type": "filament",
"name": "COEX ABS PRIME @System",
"inherits": "COEX ABS PRIME @base",
"from": "system",
"setting_id": "CXABSP09",
"instantiation": "true",
"filament_max_volumetric_speed": [
"16"
],
"filament_long_retractions_when_cut": [
"nil"
],
"filament_retraction_distances_when_cut": [
"nil"
],
"compatible_printers": []
}

View File

@@ -1,96 +1,96 @@
{
"type": "filament",
"name": "COEX ABS PRIME @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "CXABPB09",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"
],
"filament_cost": [
"39.00"
],
"filament_density": [
"1.04"
],
"filament_type": [
"ABS"
],
"nozzle_temperature": [
"255"
],
"nozzle_temperature_initial_layer": [
"255"
],
"bed_temperature": [
"100"
],
"bed_temperature_initial_layer": [
"100"
],
"temperature_vitrification": [
"100"
],
"chamber_temperature": [
"0"
],
"filament_max_volumetric_speed": [
"16"
],
"filament_retraction_minimum_travel": [
"2"
],
"filament_retract_before_wipe": [
"70%"
],
"filament_retract_layer_change": [
"1"
],
"filament_retract_when_changing_layer": [
"1"
],
"filament_retraction_length": [
"2.5"
],
"filament_retraction_speed": [
"40"
],
"filament_deretraction_speed": [
"40"
],
"filament_wipe": [
"1"
],
"filament_wipe_distance": [
"2"
],
"fan_min_speed": [
"0"
],
"fan_max_speed": [
"30"
],
"disable_fan_first_layers": [
"3"
],
"full_fan_speed_layer": [
"0"
],
"slow_down_layer_time": [
"5"
],
"slow_down_min_speed": [
"10"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.04"
],
"compatible_printers": [],
"compatible_printers_condition": "",
"compatible_prints": [],
"compatible_prints_condition": ""
}
"type": "filament",
"name": "COEX ABS PRIME @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "CXABPB09",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"
],
"filament_cost": [
"39.00"
],
"filament_density": [
"1.04"
],
"filament_type": [
"ABS"
],
"nozzle_temperature": [
"255"
],
"nozzle_temperature_initial_layer": [
"255"
],
"bed_temperature": [
"100"
],
"bed_temperature_initial_layer": [
"100"
],
"temperature_vitrification": [
"100"
],
"chamber_temperature": [
"0"
],
"filament_max_volumetric_speed": [
"16"
],
"filament_retraction_minimum_travel": [
"2"
],
"filament_retract_before_wipe": [
"70%"
],
"filament_retract_layer_change": [
"1"
],
"filament_retract_when_changing_layer": [
"1"
],
"filament_retraction_length": [
"2.5"
],
"filament_retraction_speed": [
"40"
],
"filament_deretraction_speed": [
"40"
],
"filament_wipe": [
"1"
],
"filament_wipe_distance": [
"2"
],
"fan_min_speed": [
"0"
],
"fan_max_speed": [
"30"
],
"disable_fan_first_layers": [
"3"
],
"full_fan_speed_layer": [
"0"
],
"slow_down_layer_time": [
"5"
],
"slow_down_min_speed": [
"10"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.04"
],
"compatible_printers": [],
"compatible_printers_condition": "",
"compatible_prints": [],
"compatible_prints_condition": ""
}

View File

@@ -1,18 +1,18 @@
{
"type": "filament",
"name": "COEX ASA PRIME @System",
"inherits": "COEX ASA PRIME @base",
"from": "system",
"setting_id": "CXASAP04",
"instantiation": "true",
"filament_max_volumetric_speed": [
"16"
],
"filament_long_retractions_when_cut": [
"nil"
],
"filament_retraction_distances_when_cut": [
"nil"
],
"compatible_printers": []
"type": "filament",
"name": "COEX ASA PRIME @System",
"inherits": "COEX ASA PRIME @base",
"from": "system",
"setting_id": "CXASAP04",
"instantiation": "true",
"filament_max_volumetric_speed": [
"16"
],
"filament_long_retractions_when_cut": [
"nil"
],
"filament_retraction_distances_when_cut": [
"nil"
],
"compatible_printers": []
}

View File

@@ -1,97 +1,97 @@
{
"type": "filament",
"name": "COEX ASA PRIME @base",
"inherits": "fdm_filament_asa",
"from": "system",
"filament_id": "CXASAB04",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"
],
"filament_cost": [
"34.00"
],
"filament_density": [
"1.07"
],
"filament_type": [
"ASA"
],
"filament_notes": "UV and weather resistant - requires good ventilation",
"nozzle_temperature": [
"265"
],
"nozzle_temperature_initial_layer": [
"265"
],
"bed_temperature": [
"100"
],
"bed_temperature_initial_layer": [
"100"
],
"temperature_vitrification": [
"95"
],
"chamber_temperature": [
"0"
],
"filament_max_volumetric_speed": [
"16"
],
"filament_retraction_minimum_travel": [
"2"
],
"filament_retract_before_wipe": [
"70%"
],
"filament_retract_layer_change": [
"1"
],
"filament_retract_when_changing_layer": [
"1"
],
"filament_retraction_length": [
"2.5"
],
"filament_retraction_speed": [
"40"
],
"filament_deretraction_speed": [
"40"
],
"filament_wipe": [
"1"
],
"filament_wipe_distance": [
"2"
],
"fan_min_speed": [
"0"
],
"fan_max_speed": [
"30"
],
"disable_fan_first_layers": [
"3"
],
"full_fan_speed_layer": [
"0"
],
"slow_down_layer_time": [
"5"
],
"slow_down_min_speed": [
"10"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.04"
],
"compatible_printers": [],
"compatible_printers_condition": "",
"compatible_prints": [],
"compatible_prints_condition": ""
}
"type": "filament",
"name": "COEX ASA PRIME @base",
"inherits": "fdm_filament_asa",
"from": "system",
"filament_id": "CXASAB04",
"instantiation": "false",
"filament_vendor": [
"COEX 3D"
],
"filament_cost": [
"34.00"
],
"filament_density": [
"1.07"
],
"filament_type": [
"ASA"
],
"filament_notes": "UV and weather resistant - requires good ventilation",
"nozzle_temperature": [
"265"
],
"nozzle_temperature_initial_layer": [
"265"
],
"bed_temperature": [
"100"
],
"bed_temperature_initial_layer": [
"100"
],
"temperature_vitrification": [
"95"
],
"chamber_temperature": [
"0"
],
"filament_max_volumetric_speed": [
"16"
],
"filament_retraction_minimum_travel": [
"2"
],
"filament_retract_before_wipe": [
"70%"
],
"filament_retract_layer_change": [
"1"
],
"filament_retract_when_changing_layer": [
"1"
],
"filament_retraction_length": [
"2.5"
],
"filament_retraction_speed": [
"40"
],
"filament_deretraction_speed": [
"40"
],
"filament_wipe": [
"1"
],
"filament_wipe_distance": [
"2"
],
"fan_min_speed": [
"0"
],
"fan_max_speed": [
"30"
],
"disable_fan_first_layers": [
"3"
],
"full_fan_speed_layer": [
"0"
],
"slow_down_layer_time": [
"5"
],
"slow_down_min_speed": [
"10"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.04"
],
"compatible_printers": [],
"compatible_printers_condition": "",
"compatible_prints": [],
"compatible_prints_condition": ""
}

View File

@@ -1,18 +1,18 @@
{
"type": "filament",
"name": "COEX NYLEX PA6-CF @System",
"inherits": "COEX NYLEX PA6-CF @base",
"from": "system",
"setting_id": "CXPACF23",
"instantiation": "true",
"filament_max_volumetric_speed": [
"11"
],
"filament_long_retractions_when_cut": [
"nil"
],
"filament_retraction_distances_when_cut": [
"nil"
],
"compatible_printers": []
"type": "filament",
"name": "COEX NYLEX PA6-CF @System",
"inherits": "COEX NYLEX PA6-CF @base",
"from": "system",
"setting_id": "CXPACF23",
"instantiation": "true",
"filament_max_volumetric_speed": [
"11"
],
"filament_long_retractions_when_cut": [
"nil"
],
"filament_retraction_distances_when_cut": [
"nil"
],
"compatible_printers": []
}

Some files were not shown because too many files have changed in this diff Show More