mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 12:15:21 +00:00
Fixed many profile issues and cleaned up some messes. (#10686)
This commit is contained in:
@@ -1,34 +1,74 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "FLSun T1 ABS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "FLSun Generic ABS",
|
||||
"fan_max_speed": ["50"],
|
||||
"fan_min_speed": ["10"],
|
||||
"filament_density" : "1.05",
|
||||
"filament_flow_ratio" : "0.95",
|
||||
"activate_air_filtration": ["1"],
|
||||
"complete_print_exhaust_fan_speed": ["0"],
|
||||
"during_print_exhaust_fan_speed": ["0"],
|
||||
"fan_cooling_layer_time": ["30"],
|
||||
"filament_cost": ["0"],
|
||||
"full_fan_speed_layer": ["3"],
|
||||
"hot_plate_temp": ["90"],
|
||||
"hot_plate_temp_initial_layer": ["90"],
|
||||
"nozzle_temperature": ["280"],
|
||||
"nozzle_temperature_initial_layer": ["280"],
|
||||
"nozzle_temperature_range_low": ["240"],
|
||||
"nozzle_temperature_range_high": ["300"],
|
||||
"overhang_fan_speed": ["50"],
|
||||
"slow_down_layer_time": ["12"],
|
||||
"slow_down_min_speed": ["30"],
|
||||
"temperature_vitrification": ["100"],
|
||||
"filament_max_volumetric_speed": ["20"],
|
||||
"dont_slow_down_outer_wall": ["1"],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"filament_id": "GFB99",
|
||||
"instantiation": "true",
|
||||
"fan_max_speed": [
|
||||
"50"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"10"
|
||||
],
|
||||
"filament_density": "1.05",
|
||||
"filament_flow_ratio": "0.95",
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"0"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"30"
|
||||
],
|
||||
"filament_cost": [
|
||||
"0"
|
||||
],
|
||||
"full_fan_speed_layer": [
|
||||
"3"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"90"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"90"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"280"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"280"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"300"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"50"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"30"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"100"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"20"
|
||||
],
|
||||
"dont_slow_down_outer_wall": [
|
||||
"1"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"FLSun T1 0.4 nozzle"
|
||||
"FLSun T1 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user