Add some AliZ filament profiles as example (#8496)
This commit is contained in:
parent
6e473fd5fa
commit
4c28dd5ba0
17 changed files with 2331 additions and 1798 deletions
File diff suppressed because it is too large
Load diff
21
resources/profiles/BBL/filament/AliZ/AliZ PA-CF @P1-X1.json
Normal file
21
resources/profiles/BBL/filament/AliZ/AliZ PA-CF @P1-X1.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "AliZPX1FSA04",
|
||||
"name": "AliZ PA-CF @P1-X1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "AliZ PA-CF @base",
|
||||
"enable_pressure_advance": [
|
||||
"1"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.026"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab P1S 0.4 nozzle",
|
||||
"Bambu Lab X1E 0.4 nozzle"
|
||||
]
|
||||
}
|
22
resources/profiles/BBL/filament/AliZ/AliZ PETG @P1-X1.json
Normal file
22
resources/profiles/BBL/filament/AliZ/AliZ PETG @P1-X1.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFG99",
|
||||
"setting_id": "AliZPX1FSA04",
|
||||
"name": "AliZ PETG @P1-X1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "AliZ PETG @base",
|
||||
"enable_pressure_advance": [
|
||||
"1"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.026"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab P1S 0.4 nozzle",
|
||||
"Bambu Lab X1E 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "AliZ PETG-CF @P1-X1",
|
||||
"inherits": "AliZ PETG-CF @base",
|
||||
"from": "system",
|
||||
"setting_id": "AliZPX1FSG50",
|
||||
"enable_pressure_advance": [
|
||||
"1"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.026"
|
||||
],
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab P1S 0.4 nozzle",
|
||||
"Bambu Lab X1E 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "AliZ PETG-Metal @P1-X1",
|
||||
"inherits": "AliZ PETG-Metal @base",
|
||||
"from": "system",
|
||||
"setting_id": "AliZPX1FSG50",
|
||||
"instantiation": "true",
|
||||
"enable_pressure_advance": [
|
||||
"1"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.026"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab P1S 0.4 nozzle",
|
||||
"Bambu Lab X1E 0.4 nozzle"
|
||||
]
|
||||
}
|
21
resources/profiles/BBL/filament/AliZ/AliZ PLA @P1-X1.json
Normal file
21
resources/profiles/BBL/filament/AliZ/AliZ PLA @P1-X1.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "AliZPX1FSA04",
|
||||
"name": "AliZ PLA @P1-X1",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "AliZ PLA @base",
|
||||
"enable_pressure_advance": [
|
||||
"1"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.015"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Bambu Lab X1 Carbon 0.4 nozzle",
|
||||
"Bambu Lab X1 0.4 nozzle",
|
||||
"Bambu Lab P1P 0.4 nozzle",
|
||||
"Bambu Lab P1S 0.4 nozzle",
|
||||
"Bambu Lab X1E 0.4 nozzle"
|
||||
]
|
||||
}
|
|
@ -132,6 +132,10 @@
|
|||
"name": "Generic HIPS @System",
|
||||
"sub_path": "filament/Generic HIPS @System.json"
|
||||
},
|
||||
{
|
||||
"name": "AliZ PA-CF @base",
|
||||
"sub_path": "filament/AliZ/AliZ PA-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu PA-CF @base",
|
||||
"sub_path": "filament/Bambu/Bambu PA-CF @base.json"
|
||||
|
@ -204,6 +208,10 @@
|
|||
"name": "Generic PE-CF @System",
|
||||
"sub_path": "filament/Generic PE-CF @System.json"
|
||||
},
|
||||
{
|
||||
"name": "AliZ PETG @base",
|
||||
"sub_path": "filament/AliZ/AliZ PETG @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu PET-CF @base",
|
||||
"sub_path": "filament/Bambu/Bambu PET-CF @base.json"
|
||||
|
@ -260,6 +268,10 @@
|
|||
"name": "Generic PHA @System",
|
||||
"sub_path": "filament/Generic PHA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "AliZ PLA @base",
|
||||
"sub_path": "filament/AliZ/AliZ PLA @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu PLA Aero @base",
|
||||
"sub_path": "filament/Bambu/Bambu PLA Aero @base.json"
|
||||
|
@ -480,6 +492,10 @@
|
|||
"name": "PolyLite ASA @System",
|
||||
"sub_path": "filament/Polymaker/PolyLite ASA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "AliZ PA-CF @System",
|
||||
"sub_path": "filament/AliZ/AliZ PA-CF @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu PA-CF @System",
|
||||
"sub_path": "filament/Bambu/Bambu PA-CF @System.json"
|
||||
|
@ -528,6 +544,18 @@
|
|||
"name": "Bambu PC FR @System",
|
||||
"sub_path": "filament/Bambu/Bambu PC FR @System.json"
|
||||
},
|
||||
{
|
||||
"name": "AliZ PETG @System",
|
||||
"sub_path": "filament/AliZ/AliZ PETG @System.json"
|
||||
},
|
||||
{
|
||||
"name": "AliZ PETG-CF @base",
|
||||
"sub_path": "filament/AliZ/AliZ PETG-CF @base.json"
|
||||
},
|
||||
{
|
||||
"name": "AliZ PETG-Metal @base",
|
||||
"sub_path": "filament/AliZ/AliZ PETG-Metal @base.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu PET-CF @System",
|
||||
"sub_path": "filament/Bambu/Bambu PET-CF @System.json"
|
||||
|
@ -568,6 +596,10 @@
|
|||
"name": "SUNLU PETG @System",
|
||||
"sub_path": "filament/SUNLU/SUNLU PETG @System.json"
|
||||
},
|
||||
{
|
||||
"name": "AliZ PLA @System",
|
||||
"sub_path": "filament/AliZ/AliZ PLA @System.json"
|
||||
},
|
||||
{
|
||||
"name": "Bambu PLA Aero @System",
|
||||
"sub_path": "filament/Bambu/Bambu PLA Aero @System.json"
|
||||
|
@ -711,6 +743,14 @@
|
|||
{
|
||||
"name": "Bambu TPU 95A HF @System",
|
||||
"sub_path": "filament/Bambu/Bambu TPU 95A HF @System.json"
|
||||
},
|
||||
{
|
||||
"name": "AliZ PETG-CF @System",
|
||||
"sub_path": "filament/AliZ/AliZ PETG-CF @System.json"
|
||||
},
|
||||
{
|
||||
"name": "AliZ PETG-Metal @System",
|
||||
"sub_path": "filament/AliZ/AliZ PETG-Metal @System.json"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "AliZGFSA04",
|
||||
"name": "AliZ PA-CF @System",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "AliZ PA-CF @base",
|
||||
"compatible_printers": []
|
||||
}
|
|
@ -0,0 +1,77 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFN98",
|
||||
"name": "AliZ PA-CF @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pa",
|
||||
"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"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFG99",
|
||||
"setting_id": "AliZGFSA04",
|
||||
"name": "AliZ PETG @System",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "AliZ PETG @base",
|
||||
"compatible_printers": []
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFG99",
|
||||
"name": "AliZ PETG @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"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"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "AliZ PETG-CF @System",
|
||||
"inherits": "AliZ PETG-CF @base",
|
||||
"from": "system",
|
||||
"setting_id": "AliZGFSG50",
|
||||
"instantiation": "true"
|
||||
}
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "AliZ PETG-CF @base",
|
||||
"inherits": "AliZ PETG @base",
|
||||
"filament_id": "GFG50",
|
||||
"from": "system",
|
||||
"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"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "AliZ PETG-Metal @System",
|
||||
"inherits": "AliZ PETG-Metal @base",
|
||||
"from": "system",
|
||||
"setting_id": "AliZGFSG50",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": []
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "AliZ PETG-Metal @base",
|
||||
"inherits": "AliZ PETG @base",
|
||||
"from": "system",
|
||||
"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"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"setting_id": "AliZGFSA04",
|
||||
"name": "AliZ PLA @System",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "AliZ PLA @base",
|
||||
"compatible_printers": []
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"name": "AliZ PLA @base",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"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"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue