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,82 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "QD_1_1_31",
|
||||
"setting_id": "GFSN99",
|
||||
"name": "QIDI PAHT-GF@Q2-Series",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_q_common",
|
||||
"box_temperature_range_high": ["65"],
|
||||
"box_temperature_range_low": ["0"],
|
||||
"box_temperature": ["60"],
|
||||
"close_fan_the_first_x_layers": ["3"],
|
||||
"fan_cooling_layer_time": ["10"],
|
||||
"fan_max_speed": ["20"],
|
||||
"fan_min_speed": ["20"],
|
||||
"filament_adhesiveness_category": ["400"],
|
||||
"filament_density": ["1.27"],
|
||||
"filament_flow_ratio": ["0.96"],
|
||||
"filament_max_volumetric_speed": ["10"],
|
||||
"filament_type": ["PAHT-GF"],
|
||||
"impact_strength_z":["13.3"],
|
||||
"nozzle_temperature_initial_layer": ["300"],
|
||||
"nozzle_temperature_range_high": ["320"],
|
||||
"nozzle_temperature_range_low": ["300"],
|
||||
"nozzle_temperature": ["300"],
|
||||
"overhang_fan_speed": ["40"],
|
||||
"overhang_fan_threshold": ["0%"],
|
||||
"pressure_advance": ["0.027"],
|
||||
"slow_down_layer_time": ["5"],
|
||||
"temperature_vitrification": ["180"],
|
||||
"hot_plate_temp_initial_layer" : ["80"],
|
||||
"hot_plate_temp" : ["80"],
|
||||
"from": "system",
|
||||
"setting_id": "GFSN99",
|
||||
"filament_id": "QD_1_1_31",
|
||||
"instantiation": "false",
|
||||
"box_temperature_range_high": [
|
||||
"65"
|
||||
],
|
||||
"box_temperature_range_low": [
|
||||
"0"
|
||||
],
|
||||
"box_temperature": [
|
||||
"60"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"20"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_adhesiveness_category": [
|
||||
"400"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.27"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.96"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"10"
|
||||
],
|
||||
"filament_type": [
|
||||
"PAHT-GF"
|
||||
],
|
||||
"impact_strength_z": [
|
||||
"13.3"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"300"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"320"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"300"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"300"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"0%"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.027"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"180"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"compatible_printers": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user