mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 20:25:20 +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_38",
|
||||
"setting_id": "GFSN99",
|
||||
"name": "QIDI PET-GF@Q2-Series",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_q_common",
|
||||
"box_temperature_range_high": ["50"],
|
||||
"box_temperature_range_low": ["0"],
|
||||
"box_temperature": ["50"],
|
||||
"close_fan_the_first_x_layers": ["3"],
|
||||
"fan_cooling_layer_time": ["10"],
|
||||
"fan_max_speed": ["20"],
|
||||
"fan_min_speed": ["20"],
|
||||
"filament_adhesiveness_category": ["800"],
|
||||
"filament_density": ["1.38"],
|
||||
"filament_flow_ratio": ["0.97"],
|
||||
"filament_max_volumetric_speed": ["10"],
|
||||
"filament_type": ["PET-GF"],
|
||||
"impact_strength_z":["4.5"],
|
||||
"nozzle_temperature_initial_layer": ["300"],
|
||||
"nozzle_temperature_range_high": ["320"],
|
||||
"nozzle_temperature_range_low": ["280"],
|
||||
"nozzle_temperature": ["300"],
|
||||
"overhang_fan_speed": ["40"],
|
||||
"overhang_fan_threshold": ["0%"],
|
||||
"pressure_advance": ["0.022"],
|
||||
"slow_down_layer_time": ["5"],
|
||||
"temperature_vitrification": ["185"],
|
||||
"hot_plate_temp_initial_layer" : ["80"],
|
||||
"hot_plate_temp" : ["80"],
|
||||
"from": "system",
|
||||
"setting_id": "GFSN99",
|
||||
"filament_id": "QD_1_1_38",
|
||||
"instantiation": "false",
|
||||
"box_temperature_range_high": [
|
||||
"50"
|
||||
],
|
||||
"box_temperature_range_low": [
|
||||
"0"
|
||||
],
|
||||
"box_temperature": [
|
||||
"50"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"10"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"20"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_adhesiveness_category": [
|
||||
"800"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.38"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.97"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"10"
|
||||
],
|
||||
"filament_type": [
|
||||
"PET-GF"
|
||||
],
|
||||
"impact_strength_z": [
|
||||
"4.5"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"300"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"320"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"280"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"300"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"0%"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.022"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"185"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"compatible_printers": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user